diff options
| author | Pim van den Berg | 2014-12-14 17:42:44 +0100 |
|---|---|---|
| committer | Pim van den Berg | 2014-12-14 17:42:44 +0100 |
| commit | 11fd549b5632770d92ab6a5815f1a77a597ec41e (patch) | |
| tree | 5b08ea40ffdf75108099c334e73794a1ebe198b9 | |
| parent | plugin/mysql: remove defined colors from mysql_handler but rollback (diff) | |
| download | apt-panopticon_cgp-11fd549b5632770d92ab6a5815f1a77a597ec41e.zip apt-panopticon_cgp-11fd549b5632770d92ab6a5815f1a77a597ec41e.tar.gz apt-panopticon_cgp-11fd549b5632770d92ab6a5815f1a77a597ec41e.tar.bz2 apt-panopticon_cgp-11fd549b5632770d92ab6a5815f1a77a597ec41e.tar.xz | |
plugin/apache: don't use network_datasize for apache_bytes
network_datasize expects the source to be in bits.
Closes #107
| -rw-r--r-- | plugin/apache.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | { | 1 | { |
| 2 | "apache_bytes": { | 2 | "apache_bytes": { |
| 3 | "title": "Webserver Traffic ({{PI}}) on {{HOST}}", | 3 | "title": "Webserver Traffic ({{PI}}) on {{HOST}}", |
| 4 | "vertical": "{{ND}}/s", | 4 | "vertical": "Bytes/s", |
| 5 | "legend": { | 5 | "legend": { |
| 6 | "value": { | 6 | "value": { |
| 7 | "name": "Traffic", | 7 | "name": "Traffic", |
