X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.conf;h=b0f4d43569e8e6b88e670a76d7166d201f16d094;hp=3634446ae29cbee1a6b40863d6a643ce4bdb9e9d;hb=2ea55b3be5e18fc58050670f9419f35d66ba2ec8;hpb=b578a6b9f331c11ebc70d153494c7b6113990ee7 diff --git a/share/collection.conf b/share/collection.conf index 3634446..b0f4d43 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -1,3 +1,5 @@ +CacheFile "/tmp/collection4.json" + DataDir "/var/lib/collectd/rrd" @@ -245,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" @@ -577,6 +579,58 @@ 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" @@ -707,6 +761,126 @@ 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"