# 'check_pgsql' command definition define command{ command_name check_postgresql command_line /usr/bin/check_postgres -H '$HOSTADDRESS$' --dbuser=gazelle --dbpass=gazelle --action $ARG1$ } define command{ command_name check_postgresql_limits command_line /usr/bin/check_postgres -H '$HOSTADDRESS$' --dbuser=gazelle --dbpass=gazelle --action $ARG1$ -w $ARG2$ -c $ARG3$ } define command{ command_name check_postgresql_db command_line /usr/bin/check_postgres -H '$HOSTADDRESS$' --dbuser=gazelle --dbpass=gazelle --action $ARG1$ -db $ARG2$ } define command{ command_name check_postgresql_db_limits command_line /usr/bin/check_postgres -H '$HOSTADDRESS$' --dbuser=gazelle --dbpass=gazelle --action $ARG1$ -db $ARG2$ -w $ARG3$ -c $ARG4$ }