This module returns the percentage of free space of the physical memory. Module data module_begin module_name Physical mem. free module_type generic_data module_freepercentmemory module_description Percentage Mem Free Phys ...
It measures the CPU average load. Module data module_begin module_name Load Average module_type generic_data module_exec uptime | awk F “,” ‘{print $3}’ | awk ‘{print $3}’ | tr d “\n” module_description Average load last...
Module that returns a text string with the last user connected Module data module_begin module_name Last Login module_type async_string module_exec last | head -1 module_description User last logged module_end
It counts the number of processes that are in the Zombie status. Module data module_begin module_name Zombie processes module_type generic_data module_exec ps eos | grep Z | wc l | tr d “\n” module_description Number of zombie processes ...
Run several security checks in a Linux system and return modules for them: SELinux status: Critical if you cannot execute the sestatus command or it is not enabled. SSH root access status: Critical if it cannot read the /etc/ssh/sshd_config file or if it finds the...