From: Florian Forster Date: Wed, 23 Jun 2010 09:30:47 +0000 (+0200) Subject: share/collection.conf: Add graphs for "fork_rate", "if_errors" and "users". X-Git-Tag: v4.0.0~195 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=2b7570e18e1eed02e4dec5b5b1534414e658fac4 share/collection.conf: Add graphs for "fork_rate", "if_errors" and "users". --- diff --git a/share/collection.conf b/share/collection.conf index 9b180ca..8388bbe 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -274,6 +274,47 @@ 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 "interface" PluginInstance "/any/" Type "if_octets" @@ -503,3 +544,20 @@ Format "%5.1lf" + + + Host "/any/" + Plugin "users" + PluginInstance "" + Type "users" + TypeInstance "" + + Title "Users" + VerticalLabel "Users" + + + DSName "users" + Legend "Users" + Color "0000ff" + +