CPU user on HP-UX

This module returns the percentage of the CPU occupied by user processes. Module data module_begin  module_name CPU User  module_type generic_data  module_exec vmstat 1 2 | tail ­1 | awk ‘{ print $17 }’ | tr ­d “\n”  module_max 100  module_min 0 ...

Zombie processes on HP-UX

The module returns the number of zombie processes. Module data module_begin  module_name Zombie processes  module_type generic_data  module_exec ps ­elf | awk ‘$2~/’Z’/{print $2}’ | wc ­l | tr ­d “\n”  module_description Zombie processes ...

Free swap on Linux

Returns in percentage the free space of swap memory. Module data module_begin  module_name Free swap  module_type generic_data  module_exec free ­m | grep Swap | awk ‘{print (($4 / $2)*100)}’  module_description Percentage Mem Swap Free ...

Physical mem. Free on LInux

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 ...

PostFix Mail Blocked

Reports text lines on blocked mail transfer attempts, for example, for ISP Antispam policies due IP restriction or other mechanism. If you set a string inverse threshold here you can get events on mail blocked. grep_log plugin comes with the agent, is a standard...

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X