aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorPoil2014-05-18 12:38:13 +0200
committerPoil2014-05-18 12:38:13 +0200
commit397fd350c7a787cfec04c87f5fb638b5158da94f (patch)
tree424db679844cc4c14bb49189c670bad3b8a9ac39 /plugin
parentAdd base option (1GB=1024Mo) (diff)
downloadapt-panopticon_cgp-397fd350c7a787cfec04c87f5fb638b5158da94f.zip
apt-panopticon_cgp-397fd350c7a787cfec04c87f5fb638b5158da94f.tar.gz
apt-panopticon_cgp-397fd350c7a787cfec04c87f5fb638b5158da94f.tar.bz2
apt-panopticon_cgp-397fd350c7a787cfec04c87f5fb638b5158da94f.tar.xz
Add base on all df plugins
Diffstat (limited to 'plugin')
-rw-r--r--plugin/memcached.json3
-rw-r--r--plugin/memory.json3
-rw-r--r--plugin/swap.json3
3 files changed, 6 insertions, 3 deletions
diff --git a/plugin/memcached.json b/plugin/memcached.json
index 0e7e0fd..253a631 100644
--- a/plugin/memcached.json
+++ b/plugin/memcached.json
@@ -13,7 +13,8 @@
13 "color": "ff0000" 13 "color": "ff0000"
14 } 14 }
15 }, 15 },
16 "legend_format": "%5.1lf%s" 16 "legend_format": "%5.1lf%s",
17 "base": "1024"
17 }, 18 },
18 "memcached_command": { 19 "memcached_command": {
19 "title": "Memcached Commands", 20 "title": "Memcached Commands",
diff --git a/plugin/memory.json b/plugin/memory.json
index 4a43f3a..401768b 100644
--- a/plugin/memory.json
+++ b/plugin/memory.json
@@ -40,6 +40,7 @@
40 "name": "Wired", 40 "name": "Wired",
41 "color": "ff0000" 41 "color": "ff0000"
42 } 42 }
43 } 43 },
44 "base": "1024"
44 } 45 }
45} 46}
diff --git a/plugin/swap.json b/plugin/swap.json
index 8caa510..7699a12 100644
--- a/plugin/swap.json
+++ b/plugin/swap.json
@@ -17,7 +17,8 @@
17 "color": "ff0000" 17 "color": "ff0000"
18 } 18 }
19 }, 19 },
20 "legend_format": "%5.1lf%s" 20 "legend_format": "%5.1lf%s",
21 "base": "1024"
21 }, 22 },
22 "swap_io": { 23 "swap_io": {
23 "title": "Swapped I/O pages", 24 "title": "Swapped I/O pages",