From 1c767e021e6c086fe806ebf7ccffaad8864f3413 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 23 Dec 2019 13:09:24 +1000 Subject: Speed RRD is now it's own thing, not a separate one per protocol. --- plugin/HTTPS.json | 18 ------------------ plugin/Speed.json | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 plugin/Speed.json (limited to 'plugin') diff --git a/plugin/HTTPS.json b/plugin/HTTPS.json index ac6f719..2c6ddeb 100644 --- a/plugin/HTTPS.json +++ b/plugin/HTTPS.json @@ -30,23 +30,5 @@ } }, "legend_format": "%5.0lf" - }, - "Speed": { - "title": "Speed range on {{HOST}}", - "vertical": "bytes per second", - "type": "stacked", - "legend": { - "max": { - "name": "Maximum", - "color": "ffff00" - }, - "min": { - "name": "Minimum", - "color": "000000" - } - }, - "legend_format": "%5.1lf%s", - "datasize": true } } - diff --git a/plugin/Speed.json b/plugin/Speed.json new file mode 100644 index 0000000..8ca4a46 --- /dev/null +++ b/plugin/Speed.json @@ -0,0 +1,20 @@ +{ + "Speed": { + "title": "Speed range on {{HOST}}", + "vertical": "bytes per second", + "type": "stacked", + "legend": { + "max": { + "name": "Maximum", + "color": "ffff00" + }, + "min": { + "name": "Minimum", + "color": "000000" + } + }, + "legend_format": "%5.1lf%s", + "datasize": true + } +} + -- cgit v1.1