December 17th, 2008 by corti and tagged
monitoring,
nagios,
network
I just released version 2.1.0 of check_connections a Nagios plugin to monitor the number open TCP connections.
Changes:
- recognize the FIN_WAIT_1 and FIN_WAIT_2 states
- implements the –timeout option
- uses Nagios::Plugin::Getopts
Posted in Software | No Comments »
December 15th, 2008 by Matteo
A new release of roll (a command line dice roller) is available.
Changes
- added a new command line option to round up to zero negative results
- fixed a minor bug which prevented compilation on FreeBSD
Posted in Software | No Comments »
December 11th, 2008 by Matteo
Posted in Hosting, Infrastructure | No Comments »
December 5th, 2008 by Matteo and tagged
nagios,
plugin,
update
I just released version 1.2.2 of check_updates a Nagios plugin to check if an RPM-based system is up-to-date. It works with up2date (ReadHat 3 and 4) and yum (Fedora, RedHat 5, CentOS) systems.
Changes from 1.1.2
- implemented a timeout (as required by the Nagios plug-in development guidelines)
- now uses the standard Nagios::Plugin::Getopt module
- no more uses RPM2 (which is not working with newer versions of RPM and seems unmaintained)
Posted in Software | No Comments »