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 ...
Important Notice: This plugin is no longer actively maintained or updated. We strongly advise you to explore alternative plugins available in our library for the latest features and support. This is a brief article on how to monitor a DB2 server in Windows plattform....
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 ...
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 ...