From 11fd549b5632770d92ab6a5815f1a77a597ec41e Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 14 Dec 2014 17:42:44 +0100 Subject: plugin/apache: don't use network_datasize for apache_bytes network_datasize expects the source to be in bits. Closes #107 --- plugin/apache.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/apache.json b/plugin/apache.json index 3f8b65f..076a0cc 100644 --- a/plugin/apache.json +++ b/plugin/apache.json @@ -1,7 +1,7 @@ { "apache_bytes": { "title": "Webserver Traffic ({{PI}}) on {{HOST}}", - "vertical": "{{ND}}/s", + "vertical": "Bytes/s", "legend": { "value": { "name": "Traffic", -- cgit v1.1