X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fcollection3%2Fetc%2Fcollection.conf;h=f56d1caebcd849b81ff24298d52a510939695b1a;hb=cf7c7d8538822a2ad09021adf1a919b7ce1892c0;hp=272ae68e73dece7f3e7f2d73fedd3dd81f14d426;hpb=8f3877cec6e0b00df55446828422af545464445b;p=collectd.git diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf index 272ae68e..f56d1cae 100644 --- a/contrib/collection3/etc/collection.conf +++ b/contrib/collection3/etc/collection.conf @@ -131,6 +131,13 @@ GraphWidth 400 RRDVerticalLabel "Queries/s" RRDFormat "%6.1lf" + + DataSources conntrack + DSName conntrack Conntrack count + RRDTitle "nf_conntrack connections on {hostname}" + RRDVerticalLabel "Count" + RRDFormat "%4.0lf" + DataSources entropy DSName entropy Entropy bits @@ -202,7 +209,7 @@ GraphWidth 400 DataSources rx tx DSName rx RX DSName tx TX - RRDTitle "Interface Traffic ({type_instance})" + RRDTitle "Interface Traffic ({instance})" RRDVerticalLabel "Bits per second" # RRDOptions ... RRDFormat "%5.1lf%s" @@ -277,7 +284,7 @@ GraphWidth 400 Module GenericStacked DataSources value - RRDTitle "MySQL commands" + RRDTitle "MySQL commands ({plugin_instance})" RRDVerticalLabel "Invocations" RRDFormat "%6.2lf" @@ -361,7 +368,7 @@ GraphWidth 400 Module GenericStacked DataSources value - RRDTitle "MySQL handler" + RRDTitle "MySQL handler ({plugin_instance})" RRDVerticalLabel "Invocations" RRDFormat "%6.2lf" DSName commit commit @@ -391,7 +398,7 @@ GraphWidth 400 DataSources rx tx DSName rx RX DSName tx TX - RRDTitle "MySQL Traffic" + RRDTitle "MySQL Traffic ({plugin_instance})" RRDVerticalLabel "Bits per second" RRDFormat "%5.1lf%s" Scale 8 @@ -419,6 +426,9 @@ GraphWidth 400 RRDFormat "%6.2lf%sW" Color value 008080 + + Module PsCputime + DataSources value DSName value RSS @@ -431,7 +441,7 @@ GraphWidth 400 DataSources value RRDTitle "Processes on {hostname}" RRDVerticalLabel "Processes" - RRDFormat "%5.1lf%s" + RRDFormat "%5.1lf" DSName running Running DSName sleeping Sleeping DSName paging Paging @@ -495,8 +505,8 @@ GraphWidth 400 DataSources value DSName value Temp RRDTitle "Temperature ({instance})" - RRDVerticalLabel "°Celsius" - RRDFormat "%4.1lf°C" + RRDVerticalLabel "°Celsius" + RRDFormat "%4.1lf°C" DataSources users @@ -514,4 +524,12 @@ GraphWidth 400 RRDFormat "%4.1lfV" Color value f00000 -# vim: set sw=2 sts=2 et syntax=apache fileencoding=latin-1 : + + Module Wirkleistung + DataSources kWh + DSName value Wh + RRDTitle "Watt" + RRDVerticalLabel "W" + RRDFormat "%4.1lfW" + +# vim: set sw=2 sts=2 et syntax=apache fileencoding=utf-8 :