From 3e177ca201cbfc0b7d163f60e5841f6efb77f7da Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 18 Sep 2010 11:57:27 +0200 Subject: [PATCH] share/collection.conf: Add graphs for the ping plugin. --- share/collection.conf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) 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" -- 2.11.0