Processor Info Unix

Show the number and info of Processors Module data module_begin  module_name CPU Info  module_type generic_data_string  module_exec cat /proc/cpuinfo | grep processor | wc /proc/cpuinfo | grep model | grep name | tail -1 | awk ‘{print...

Unix NFS client and server

Show if NFS client or server is running. Module data module_begin  module_name NFS client/server  module_type generic_proc  module_exec ps aux | grep -v grep | grep nfsiod | wc -l(Client)  module_exec ps aux | grep -v grep | grep nfsd | wc -l(Server) ...

Physical Mem Free on HP-UX

The module returns the percentage of the free physical memory. Module data module_begin  module_name Physical Mem Free  module_type generic_data  module_freepercentmemory  module_description % Physical mem free ...

Number processes on HP-UX

Module that returns the number of processes running in the machine. Module data module_begin  module_name Number processes  module_type generic_data  module_exec echo $(((`ps ­e | wc ­l`)­1)) | tr ­d “\n”  module_description Total processes ...

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

X