summaryrefslogtreecommitdiff
path: root/src/pmchart/views/Sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmchart/views/Sendmail')
-rw-r--r--src/pmchart/views/Sendmail10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pmchart/views/Sendmail b/src/pmchart/views/Sendmail
new file mode 100644
index 0000000..faf1f59
--- /dev/null
+++ b/src/pmchart/views/Sendmail
@@ -0,0 +1,10 @@
+#kmchart
+version 1
+
+chart title "Sendmail Bytes [%h]" style plot
+ plot legend "Recv" color #137bfe metric sendmail.total.bytes_from
+ plot legend "Sent" color #fefa1a metric sendmail.total.bytes_to
+
+chart title "Sendmail Mail Items [%h]" style plot
+ plot legend "Recv" color #1e1cfe metric sendmail.total.msgs_from
+ plot legend "Sent" color #fe9913 metric sendmail.total.msgs_to