From: Florian Forster Date: Sat, 18 Sep 2010 09:57:27 +0000 (+0200) Subject: share/collection.conf: Add graphs for the ping plugin. X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=3e177ca201cbfc0b7d163f60e5841f6efb77f7da;ds=sidebyside share/collection.conf: Add graphs for the ping plugin. --- diff --git a/share/collection.conf b/share/collection.conf index 74e0572..06387d3 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -577,6 +577,57 @@ Host "/any/" + Plugin "ping" + PluginInstance "" + Type "ping" + TypeInstance "/any/" + + Title "Ping (Latency)" + VerticalLabel "Seconds" + + + DSName "value" + 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"