Dec 18, 2017 | Linux category
This plugin uses free to fetch the used disk from the different partitions and swap performance metrics from a linux server. It should detect almost all kind of partitions and where they are mounted. To install it: Verify that your system has free and df installed: $...Dec 15, 2017 | AIX category, Operating Systems
The module returns the percentage of occupied directory. Module data module_begin module_name Disk used xxx module_type generic_data module_occupiedpercentdisk /xxx module_description % Disk used ...Dec 14, 2017 | Linux category, Operating Systems
Show amount of disk space free or used. Module data module_begin module_name dsk_home_free module_type generic_data module_exec df -kh /home | tail -1 | awk '{NF--; print 100-$NF }' module_max 100 module_min 0 module_description Free disk (%) of home partition ...