X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fcollection.conf;h=855d15fba18af58eb1e1f15f54355f2773a76bbd;hb=6b65db1f09a3f74b980c10675ca62deeb7b80816;hp=462600ceee2167670644208611d4e93a244090de;hpb=535acd1d787760bb43a2a204da809f54a4400e79;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index 462600c..855d15f 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -1,3 +1,9 @@ +CacheFile "/tmp/collection4.json" + + + DataDir "/var/lib/collectd/rrd" + + Host "/any/" Plugin "cpu" @@ -241,17 +247,17 @@ ShowZero true - DSName "used" - Legend "Used" - Color "ff0000" + DSName "free" + Legend "Free" + Color "00bf00" Area true Stack true Format "%5.1lf%s" - DSName "free" - Legend "Free" - Color "00bf00" + DSName "used" + Legend "Used" + Color "ff0000" Area true Stack true Format "%5.1lf%s" @@ -556,6 +562,74 @@ Host "/any/" + Plugin "mysql" + PluginInstance "" + Type "mysql_commands" + TypeInstance "/all/" + + Title "MySQL commands" + VerticalLabel "Invocations" + + + DSName "value" + #Legend "Paging " + #Color "ffb000" + + + + + Host "/any/" + Plugin "ping" + PluginInstance "" + Type "ping" + TypeInstance "/any/" + + Title "Ping (Latency)" + VerticalLabel "Seconds" + + + DSName "value" + Legend "Ping" + Color "0000ff" + + + + + Host "/any/" + Plugin "ping" + PluginInstance "" + Type "ping_droprate" + TypeInstance "/any/" + + Title "Drop rate" + VerticalLabel "Rate" + + + DSName "value" + Legend "Rate" + Color "0000ff" + + + + + Host "/any/" + Plugin "ping" + PluginInstance "" + Type "ping_stddev" + TypeInstance "/any/" + + Title "Standard deviation (ping)" + VerticalLabel "Std. deviation" + + + DSName "value" + Legend "Std. dev." + Color "0000ff" + + + + + Host "/any/" Plugin "processes" PluginInstance "" Type "ps_state"