Signed-off-by: Florian Eckert <fe@dev.tdt.de>
o = s.option(form.Flag, 'IgnoreSelected', _('Monitor all except specified'));
o.depends('enable', '1');
+
+ o = s.option(form.Flag, 'ValuesPercentage', _('Free space, reserved space and used space is reported as relative values'));
+ o.depends('enable', '1');
},
configSummary: function(section) {
option MountPoints '/jffs'
option FSTypes 'tmpfs'
option IgnoreSelected '0'
+ option ValuesPercentage '0'
config statistics 'collectd_disk'
option enable '0'
"category": "general",
"legend": [
[],
- ["IgnoreSelected"],
+ ["IgnoreSelected", "ValuesPercentage"],
["Devices", "MountPoints", "FSTypes"]
]
}