Simple approach to IO/Wait monitoring. Excellent article about this at http://blog.scoutapp.com/articles/2011/02/10/understanding-disk-i-o-when-should-you-be-worried Module data module_begin module_name Disk_IO_Wait module_type generic_data module_exec top -n 3 -c |...
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 plugin monitoring emails of Imap server received, from a data filtering...
This module gets BIOS Version with a software agent using dmidecode command Module data module_begin module_name Bios Version module_type generic_string module_exec dmidecode -t bios | grep Version | awk ‘{ print $2 }’ module_description BIOS version ...
Script do /helo/ /mail from/, /rcpt/ and /disconnect/ if all running rightly the script returns a value but if something is wrong the script returns a different value Files: script_SMTP.sh
This can get tomcat free memory percentage from Tomcat Manager. Before use, you must enable and set password to the Tomcat Manager and set the Username and Password to this python script. Requirement: Python Only tested with Python 2.6, but may work with 2.4 Module...