and we need to make that a template versus a command

This commit is contained in:
Stephen Smoogen 2017-05-01 22:37:56 +00:00
parent 945a676b15
commit f912085403
2 changed files with 28 additions and 0 deletions

View file

@ -1,5 +0,0 @@
# 'pgsql'
define command{
command_name check_pgsql
command_line $USER1$/check_pgsql -H $HOSTADDRESS$ -d $ARG1$ -p '{{nagios_db_user_password}}' --logname 'nagiosuser'
}