X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.conf;h=b0f4d43569e8e6b88e670a76d7166d201f16d094;hp=06387d37ac8c67a1b10a8d5caed4ab1588b2393d;hb=e3fb09073a64cc051c11c4a1bdcec493f937b764;hpb=3e177ca201cbfc0b7d163f60e5841f6efb77f7da diff --git a/share/collection.conf b/share/collection.conf index 06387d3..b0f4d43 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -1,3 +1,5 @@ +CacheFile "/tmp/collection4.json" + DataDir "/var/lib/collectd/rrd" @@ -586,7 +588,8 @@ VerticalLabel "Seconds" - DSName "value" + # v5: DSName "value" + DSName "ping" Legend "Ping" Color "0000ff" @@ -758,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"