resmon
resmon copied to clipboard
Resmon is a lightweight utility for local host monitoring that can be queried by tools such as nagios over http. One of the main design goals is portability: that resmon should require nothing more th...
The module as it is return "connection successful" when connection timeouts. Also, '==' can not compare file handles. We can use fileno() function to compare numerically file numbers.
Typo fixed, thanks to @yakatz. Fixed excessive restarting of the unit and provided PIDFile for systemd.
I added a check for pulling stats out of varnish.
This adds types to the MySQL metrics that are collected. It skips metrics that are blank.
JMX - read JMX stats via Jmx4Perl/Jolokia agent HTTPD - read Apache HTTPD stats from mod_status SNMP - read single or table values via SNMP LDAP - read LDAP object...
Spec file resources/resmon.spec for building rpm on RH-{4-6} Rpm requires set to provide all needed to resmon service itself. Specific plugins may need some additional perl modules to be installed....
I'd like to write check for nagios if a string result is empty, like ``` ./check_resmon_metric -H myhost -M Core::SmfMaintenance -C services -m services -r '^$' ``` When curl shows...