X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.conf;h=b0f4d43569e8e6b88e670a76d7166d201f16d094;hp=2874bb9104ac8f7289d063c70490fd56cec84799;hb=e3fb09073a64cc051c11c4a1bdcec493f937b764;hpb=aaf63df27b244028582cfd078e82189110501043 diff --git a/share/collection.conf b/share/collection.conf index 2874bb9..b0f4d43 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" @@ -91,22 +97,53 @@ Title "Diskspace" VerticalLabel "Bytes" - ShowZero true + ShowZero false + TypeInstance "reserved" + DSName "value" + Legend "Reserved" + Color "ffb000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00bf00" + Area true + Stack true + Format "%5.1lf%s" + + TypeInstance "used" DSName "value" Legend "Used " Color "ff0000" Area true - #Stack true + Stack true Format "%5.1lf%s" + + + + Host "/any/" + Plugin "netapp" + PluginInstance "/any/" + Type "df_complex" + TypeInstance "/all/" + + Title "Diskspace (NetApp)" + VerticalLabel "Bytes" + ShowZero true + - TypeInstance "reserved" + TypeInstance "sis_saved" DSName "value" - Legend "Reserved" - Color "ffb000" + Legend "SIS saved " + Color "00e0e0" Area true Stack true Format "%5.1lf%s" @@ -114,8 +151,44 @@ TypeInstance "free" DSName "value" - Legend "Free " - Color "00bf00" + 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" @@ -134,20 +207,13 @@ ShowZero true - TypeInstance "used" - DSName "value" - Legend "Used " - Color "ff0000" - Area true - #Stack true - - TypeInstance "reserved" DSName "value" Legend "Reserved" Color "ffb000" Area true Stack true + Format "%5.1lf%s" TypeInstance "free" @@ -156,6 +222,16 @@ Color "00bf00" Area true Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" @@ -171,17 +247,17 @@ ShowZero true - DSName "used" - Legend "Used" - Color "ff0000" + DSName "free" + Legend "Free" + Color "00bf00" Area true - #Stack 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" @@ -190,7 +266,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_merged" TypeInstance "" @@ -211,7 +287,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_octets" TypeInstance "" @@ -222,17 +298,19 @@ DSName "read" Legend "Read " Color "0000ff" + Format "%5.1lf%s" DSName "write" Legend "Write" Color "00bf00" + Format "%5.1lf%s" Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_ops" TypeInstance "" @@ -253,7 +331,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_time" TypeInstance "" @@ -274,8 +352,49 @@ Host "/any/" + Plugin "processes" + PluginInstance "" + Type "fork_rate" + TypeInstance "" + + Title "Fork rate" + VerticalLabel "Forks/s" + + + DSName "value" + Legend "Fork rate" + Color "0000ff" + + + + + Host "/any/" Plugin "interface" PluginInstance "/any/" + Type "if_errors" + TypeInstance "/any/" + + Title "Interface errors" + VerticalLabel "Errors/s" + + + DSName "rx" + Legend "RX" + Color "0000ff" + Format "%5.1lf" + + + DSName "tx" + Legend "TX" + Color "00bf00" + Format "%5.1lf" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" Type "if_octets" TypeInstance "/any/" @@ -286,11 +405,13 @@ DSName "rx" Legend "RX" Color "0000ff" + Format "%5.1lf%s" DSName "tx" Legend "TX" Color "00bf00" + Format "%5.1lf%s" @@ -318,6 +439,45 @@ Host "/any/" + Plugin "GenericJMX" + PluginInstance "/any/" + Type "jmx_memory" + TypeInstance "/all/" + + Title "JMX memory" + + + TypeInstance "max" + DSName "value" + Legend "Max " + Color "00e000" + Format "%5.1lf%s" + + + TypeInstance "committed" + DSName "value" + Legend "Committed" + Color "0000ff" + Format "%5.1lf%s" + + + TypeInstance "init" + DSName "value" + Legend "Init " + Color "ffb000" + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Format "%5.1lf%s" + + + + + Host "/any/" Plugin "load" PluginInstance "" Type "load" @@ -338,7 +498,7 @@ DSName "shortterm" Legend " 1m " - Color "00ff00" + Color "00e000" @@ -402,6 +562,75 @@ 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" + + + # v5: DSName "value" + DSName "ping" + 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" @@ -474,5 +703,305 @@ Title "Swap utilization" VerticalLabel "Bytes" + + + TypeInstance "free" + DSName "value" + Legend "Free " + Color "00e000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "cached" + DSName "value" + Legend "Cached" + Color "ffb000" + Area true + Stack true + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Area true + Stack true + Format "%5.1lf%s" + + + + + Host "/any/" + Plugin "swap" + PluginInstance "" + Type "swap_io" + TypeInstance "/all/" + + Title "Swap I/O" + VerticalLabel "Pages/s" + + + TypeInstance "in" + DSName "value" + Legend "In " + Color "0000ff" + Format "%5.1lf" + + + TypeInstance "out" + DSName "value" + Legend "Out" + Color "00bf00" + Format "%5.1lf" + + + + + Host "/any/" + Plugin "tcpconns" + PluginInstance "/any/" + Type "tcp_connections" + TypeInstance "/all/" + + Title "TCP connections" + VerticalLabel "Connections" + + + TypeInstance "LISTEN" + DSName "value" + Legend "LISTEN " + Color "ff0000" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "CLOSING" + DSName "value" + Legend "CLOSING " + Color "000000" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "LAST_ACK" + DSName "value" + Legend "LAST_ACK " + Color "000080" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "CLOSE_WAIT" + DSName "value" + Legend "CLOSE_WAIT " + Color "0000a0" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "CLOSE" + DSName "value" + Legend "CLOSE " + Color "0000f0" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "TIME_WAIT" + DSName "value" + Legend "TIME_WAIT " + Color "ffb000" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "FIN_WAIT2" + DSName "value" + Legend "FIN_WAIT2 " + Color "f000a0" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "FIN_WAIT1" + DSName "value" + Legend "FIN_WAIT1 " + Color "f000f0" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "SYN_RECV" + DSName "value" + Legend "SYN_RECV " + Color "00e0a0" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "SYN_SENT" + DSName "value" + Legend "SYN_SENT " + Color "00e0ff" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "ESTABLISHED" + DSName "value" + Legend "ESTABLISHED" + Color "00e000" + Area true + Stack true + Format "%6.2lf" + + + TypeInstance "CLOSED" + DSName "value" + Legend "CLOSED " + Color "0000f0" + Area true + Stack true + Format "%6.2lf" + + + + + Host "/any/" + Plugin "users" + PluginInstance "" + Type "users" + TypeInstance "" + + Title "Users" + VerticalLabel "Users" + + + DSName "users" + Legend "Users" + Color "0000ff" + + + + + Host "/any/" + Plugin "terminal_services" + PluginInstance "" + Type "users" + TypeInstance "/all/" + + Title "Users (Terminal Services)" + VerticalLabel "Users" + + + TypeInstance "active" + DSName "users" + Legend "Active " + Color "ff0000" + + + TypeInstance "inactive" + DSName "users" + Legend "Inactive" + Color "0000ff" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "current" + TypeInstance "/any/" + + Title "Current" + VerticalLabel "Amperes" + + + DSName "value" + Legend "Current" + Color "0000ff" + + + + + 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/" + + Title "Voltage" + VerticalLabel "Volts" + + + DSName "value" + Legend "Voltage" + Color "0000ff" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "work" + TypeInstance "/any/" + + Title "Work" + #VerticalLabel "" + + + DSName "value" + Legend "Work" + Color "0000ff" +