put in the first run at new nagios configs
This commit is contained in:
parent
a1957d29d4
commit
8cf72ff116
310 changed files with 13255 additions and 26 deletions
5
roles/nagios_server/files/nagios/commands/postgres.cfg
Normal file
5
roles/nagios_server/files/nagios/commands/postgres.cfg
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 'pgsql'
|
||||
define command{
|
||||
command_name check_pgsql
|
||||
command_line $USER1$/check_pgsql -H $HOSTADDRESS$ -d $ARG1$ -p '{{nagios_db_user_password}}' --logname 'nagiosuser'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue