X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fcollection.conf;h=855d15fba18af58eb1e1f15f54355f2773a76bbd;hb=6b65db1f09a3f74b980c10675ca62deeb7b80816;hp=deeef1f6f195246d772b059c7fecd7f5d0238176;hpb=57c5de719809f4c208816a4648fce2c386e54342;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index deeef1f..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" @@ -124,6 +130,73 @@ Host "/any/" + Plugin "netapp" + PluginInstance "/any/" + Type "df_complex" + TypeInstance "/all/" + + Title "Diskspace (NetApp)" + VerticalLabel "Bytes" + ShowZero true + + + TypeInstance "sis_saved" + DSName "value" + Legend "SIS saved " + Color "00e0e0" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00ff00" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "snap_normal_used" + DSName "value" + Legend "Snap used (normal)" + Color "c10640" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "snap_reserved" + DSName "value" + Legend "Snap reserved " + Color "f15aef" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "snap_reserve_used" + DSName "value" + Legend "Snap used (resv) " + Color "820c81" + Area true + Stack true + Format "%5.1lf%s" + + + + + Host "/any/" Plugin "df" PluginInstance "/any/" Type "df_inodes" @@ -174,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" @@ -193,7 +266,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_merged" TypeInstance "" @@ -214,7 +287,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_octets" TypeInstance "" @@ -237,7 +310,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_ops" TypeInstance "" @@ -258,7 +331,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_time" TypeInstance "" @@ -489,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" @@ -679,6 +820,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/" @@ -691,3 +866,21 @@ Color "0000ff" + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "work" + TypeInstance "/any/" + + Title "Work" + #VerticalLabel "" + + + DSName "value" + Legend "Work" + Color "0000ff" + + +