Handles in Linux / Unix

This simple module gives you opened handles in your SO, by using lsof tool (usually installed or available in the SO addons). Could be easily modified to search on a given process or user only. Module data module_begin  module_name Handles  module_type generic_data ...

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 Load Average

The average number of processes in the system over the past 5 minutes Module data module_begin  module_name Load Average Unix  module_type generic_data  module_exec uptime | awk -F “:” ‘{print $4}’ | awk -F ” ” ‘{print...

Time sync on Linux

Returns the schedule difference with the NTP server. Module data module_begin  module_name Time sync  module_type generic_data  module_exec ntptrace 2>/dev/null | tr ­d “\n” | awk ‘{print $5}’ | tr ­d “,\n”  module_description Time difference with NTP ...

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

X