Services on AIX

This module searchs if one service is running or not. Module data module_begin  module_name Service xxx  module_type generic_proc  module_service xxx  module_description Check service xxx  module_end

CPU user on AIX

This module returns the percentage of 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 $14}’ | tr ­d “n”  module_max 100  module_min 0 ...

CPU System on AIX

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

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

X