X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.conf;h=74e057254da1e3dfb2ac30fc41f04500a39601ae;hp=5ae61c2ce0c19302bcc9eaae06e3a7d337de8510;hb=d00ed057f5ca87431c18ecbf9c45364eb85c24f4;hpb=fbcd7ba4615dacf77f201c3e82e164341a8c98f1 diff --git a/share/collection.conf b/share/collection.conf index 5ae61c2..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" @@ -260,7 +264,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_merged" TypeInstance "" @@ -281,7 +285,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_octets" TypeInstance "" @@ -304,7 +308,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_ops" TypeInstance "" @@ -325,7 +329,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_time" TypeInstance "" @@ -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" @@ -746,6 +767,40 @@ Host "/any/" Plugin "/any/" PluginInstance "/any/" + Type "power" + TypeInstance "/any/" + + Title "Power" + VerticalLabel "Watts" + + + DSName "value" + Legend "Power" + Color "0000ff" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "temperature" + TypeInstance "/any/" + + Title "Temperature" + VerticalLabel "Deg Celsius" + + + DSName "value" + Legend "Temperature" + Color "0000ff" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" Type "voltage" TypeInstance "/any/" @@ -758,3 +813,21 @@ Color "0000ff" + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "work" + TypeInstance "/any/" + + Title "Work" + #VerticalLabel "" + + + DSName "value" + Legend "Work" + Color "0000ff" + + +