From 1bbe623f93f687e913ac3698cfbd8d3c9233e0e0 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 9 Dec 2014 21:06:09 +0100 Subject: plugins/ping: show ping_droprate in percentage Closes #109 --- plugin/ping.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/ping.json b/plugin/ping.json index ab9dfdf..1b69851 100644 --- a/plugin/ping.json +++ b/plugin/ping.json @@ -11,6 +11,8 @@ }, "ping_droprate": { "title": "Ping droprate on {{HOST}}", - "legend_format": "%5.1lf" + "vertical": "percent", + "legend_format": "%5.1lf", + "scale": 100 } } -- cgit v1.1