Virtual Mem Free HP-UX

These module returns percentage of free swap memory. Module data module_begin  module_name Virtual Mem Free  module_type generic_data  module_exec swapinfo | grep memory | tr ­d “%” | awk ‘{ print 100­$5 }’ | tr ­d “\n”  module_max 100 ...

Used disk on HP-UX

The module returns the percentage of occupied directory. Module data module_begin  module_name Used disk xxx  module_type generic_data  module_occupiedpercentdisk /xxx  module_description % used disk  module_end

Services on HP-UX

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 Service xxx  module_end

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

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

X