X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.conf;h=74e057254da1e3dfb2ac30fc41f04500a39601ae;hp=462600ceee2167670644208611d4e93a244090de;hb=2ef734476e3511b6f1c2611875e340b6b8ca2d4c;hpb=535acd1d787760bb43a2a204da809f54a4400e79 diff --git a/share/collection.conf b/share/collection.conf index 462600c..74e0572 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -1,3 +1,7 @@ + + DataDir "/var/lib/collectd/rrd" + + Host "/any/" Plugin "cpu" @@ -241,17 +245,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 +560,23 @@ Host "/any/" + Plugin "mysql" + PluginInstance "" + Type "mysql_commands" + TypeInstance "/all/" + + Title "MySQL commands" + VerticalLabel "Invocations" + + + DSName "value" + #Legend "Paging " + #Color "ffb000" + + + + + Host "/any/" Plugin "processes" PluginInstance "" Type "ps_state"