6 lines
171 B
Text
6 lines
171 B
Text
|
# 'pgsql'
|
||
|
define command{
|
||
|
command_name check_pgsql
|
||
|
command_line $USER1$/check_pgsql -H $HOSTADDRESS$ -d $ARG1$ -p '{{nagios_db_user_password}}' --logname 'nagiosuser'
|
||
|
}
|