aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--plugin/ping.json4
1 files changed, 3 insertions, 1 deletions
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 @@
11 }, 11 },
12 "ping_droprate": { 12 "ping_droprate": {
13 "title": "Ping droprate on {{HOST}}", 13 "title": "Ping droprate on {{HOST}}",
14 "legend_format": "%5.1lf" 14 "vertical": "percent",
15 "legend_format": "%5.1lf",
16 "scale": 100
15 } 17 }
16} 18}