From 66f491fc1050ab3dbb8123b553c8ee8612b9344a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 21 Jun 2010 18:53:45 +0200 Subject: [PATCH] share/collection.conf: Add interface graphs. --- share/collection.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) 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" -- 2.11.0