Queue length in Unix system

Show queue length of processor in Unix system Module data module_begin  module_name Queue length  module_type generic_data  module_exec vmstat | tail -1 | awk ‘{print $1}’  module_description Show queue length of processor in Unix system ...

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

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

X