From: Florian Forster Date: Wed, 13 Aug 2008 09:45:45 +0000 (+0200) Subject: contrib/collection3: Added a couple more graph definitions. X-Git-Tag: collectd-4.4.3~14 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7881caca3cf7ee5253b5a3e3b7e2efe1e351dc2c;p=collectd.git contrib/collection3: Added a couple more graph definitions. --- diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf index e60316fe..37ea64b5 100644 --- a/contrib/collection3/etc/collection.conf +++ b/contrib/collection3/etc/collection.conf @@ -53,6 +53,14 @@ GraphWidth 400 Color interrupt a000a0 Color steal 000000 + + DataSources value + DSName value Current + RRDTitle "Current ({type_instance})" + RRDVerticalLabel "Ampere" + RRDFormat "%4.1lfA" + Color value ffb000 + Module Df DataSources free used @@ -113,6 +121,22 @@ GraphWidth 400 RRDFormat "%6.1lf" Color value 00b000 + + DataSources frequency + DSName frequency Frequency + RRDTitle "Frequency ({type_instance})" + RRDVerticalLabel "Hertz" + RRDFormat "%4.1lfHz" + Color frequency a000a0 + + + DataSources value + DSName value Humitidy + RRDTitle "Humitidy ({instance})" + RRDVerticalLabel "Percent" + RRDFormat "%4.1lf%%" + Color value 00e000 + Module GenericIO DataSources rx tx @@ -213,6 +237,14 @@ GraphWidth 400 Color buffered ffb000 Color used ff0000 + + DataSources percent + DSName percent Percent + RRDTitle "Percent ({type_instance})" + RRDVerticalLabel "Percent" + RRDFormat "%4.1lf%%" + Color percent 0000ff + DataSources ping DSName "ping Latency" @@ -220,6 +252,14 @@ GraphWidth 400 RRDVerticalLabel "Milliseconds" RRDFormat "%5.2lfms" + + DataSources value + DSName value Watts + RRDTitle "Power ({type_instance})" + RRDVerticalLabel "Watts" + RRDFormat "%6.2lf%sW" + Color value 008080 + Module GenericStacked DataSources value @@ -240,6 +280,22 @@ GraphWidth 400 Color blocked ff00ff Color stopped a000a0 + + Module GenericStacked + DataSources value + RRDTitle "Swap utilization on {hostname}" + RRDVerticalLabel "Bytes" + RRDFormat "%5.1lf%s" + RRDOptions -b 1024 -l 0 + DSName "free Free " + DSName "cached Cached " + DSName "used Used " + #Order used cached free + Order free cached used + Color free 00e000 + Color cached 0000ff + Color used ff0000 + Module GenericStacked DataSources value