aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorPoil2014-05-18 12:28:34 +0200
committerPoil2014-05-18 12:28:34 +0200
commit01039a24a6cc88a828f20647ae6dda5ee15a0e09 (patch)
tree05f85852be65701a0fe154b02fe68716e00f166d /plugin
parentplugin/libvirt: show (v)CPU time in milliseconds (diff)
downloadapt-panopticon_cgp-01039a24a6cc88a828f20647ae6dda5ee15a0e09.zip
apt-panopticon_cgp-01039a24a6cc88a828f20647ae6dda5ee15a0e09.tar.gz
apt-panopticon_cgp-01039a24a6cc88a828f20647ae6dda5ee15a0e09.tar.bz2
apt-panopticon_cgp-01039a24a6cc88a828f20647ae6dda5ee15a0e09.tar.xz
Add base option (1GB=1024Mo)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/df.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/df.json b/plugin/df.json
index 8820b89..ad345e4 100644
--- a/plugin/df.json
+++ b/plugin/df.json
@@ -17,7 +17,8 @@
17 "color": "ff0000" 17 "color": "ff0000"
18 } 18 }
19 }, 19 },
20 "legend_format": "%5.1lf%sB" 20 "legend_format": "%5.1lf%sB",
21 "base": "1024"
21 }, 22 },
22 "df_inodes": { 23 "df_inodes": {
23 "title": "Free inodes ({{PI}})", 24 "title": "Free inodes ({{PI}})",