Unix distribution Info

Show info distribution on Unix systems Module data module_begin  module_name Distribution info  module_type generic_data_string  module_exec lsb_release -a | grep Description | awk ‘{print $2$3$4$5$6}’  module_description Show info system distribution ...

Unix system Info

Show kernel version system info Module data module_begin  module_name Kernel Info  module_type generic_data_string  module_exec uname -a | awk ‘{print $1″ “$3}’,  module_description Show kernel version info ...

Inode of Unix service

Show inode tables of a Unix service Module data module_begin  module_name Service Inode  module_type generic_data  module_exec stat /etc/init.d/pandora_agent_daemon | grep Nod | awk ‘{print $4}’  module_description Show inode tables of a Unix service ...

Unix RPC client and server

Show if RPC client or server is running. Module data module_begin  module_name RPC client/server  module_type generic_proc  module_exec ps aux | grep -v grep | grep rpciod (Client)  module_exec ps aux | grep -v grep | grep rpc.i (Server)  module_description RPC...

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

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

X