Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 50b266a1f59425b9dcf1efefc947f7af > files > 13

nagios-plugins-1.4.12-alt1.M41.1.src.rpm

## This plugin tests a PostgreSQL DBMS to determine whether it is active and
## accepting queries. In its current operation, it simply connects to the
## specified database, and then disconnects. If no database is specified, it
## connects to the template1 database, which is present in every functioning
## PostgreSQL DBMS.
# 'check_pgsql' command definition. See 'check_pgsql -h' for details
define command{
	command_name	check_pgsql
	command_line	$USER1$/check_pgsql -H $HOSTADDRESS$
	}