From: Florian Forster Date: Mon, 21 Jun 2010 16:53:45 +0000 (+0200) Subject: share/collection.conf: Add interface graphs. X-Git-Tag: v4.0.0~203 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=66f491fc1050ab3dbb8123b553c8ee8612b9344a;p=collection4.git share/collection.conf: Add interface graphs. --- diff --git a/share/collection.conf b/share/collection.conf index 998a433..23d616a 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -274,6 +274,50 @@ Host "/any/" + Plugin "interface" + PluginInstance "/any/" + Type "if_octets" + TypeInstance "/any/" + + Title "Interface octets" + VerticalLabel "Bytes/s" + + + DSName "rx" + Legend "RX" + Color "0000ff" + + + DSName "tx" + Legend "TX" + Color "00bf00" + + + + + Host "/any/" + Plugin "interface" + PluginInstance "/any/" + Type "if_packets" + TypeInstance "/any/" + + Title "Interface packets" + VerticalLabel "Packets/s" + + + DSName "rx" + Legend "RX" + Color "0000ff" + + + DSName "tx" + Legend "TX" + Color "00bf00" + + + + + Host "/any/" Plugin "load" PluginInstance "" Type "load"