TOP LEVEL CATEGORIES
EXPLORE
@rkolasie
Favorites 0
Views 2
Plugin checks if database is running and in good condition. Usage: check_firebird.pl -H -U -P -D [-S ] Based on: http://exchange.nagios.org/directory/Plugins/Databases/check_firebird-2Epy/details
Simple configuration: define command{ command_name check_firebird command_line check_firebird.php -H $HOSTADDRESS$ -U '$ARG1$' -P '$ARG2$' -D '$ARG3$' -S '$ARG4$' } With this plugin you could check…