nagios: Enable host and service commands

This commit is contained in:
Ossi Salmi 2013-08-08 00:05:52 +03:00
parent 76c2ebb360
commit 099a9d47f3
3 changed files with 4 additions and 4 deletions

View file

@ -129,7 +129,7 @@ nagios_group=nagios
# you will have to enable this. # you will have to enable this.
# Values: 0 = disable commands, 1 = enable commands # Values: 0 = disable commands, 1 = enable commands
check_external_commands=0 check_external_commands=1

View file

@ -132,7 +132,7 @@ nagios_group=nagios
# you will have to enable this. # you will have to enable this.
# Values: 0 = disable commands, 1 = enable commands # Values: 0 = disable commands, 1 = enable commands
check_external_commands=0 check_external_commands=1

View file

@ -191,8 +191,8 @@ authorized_for_all_hosts=*
# authorization). You may use an asterisk (*) to authorize any # authorization). You may use an asterisk (*) to authorize any
# user who has authenticated to the web server. # user who has authenticated to the web server.
authorized_for_all_service_commands= authorized_for_all_service_commands=*
authorized_for_all_host_commands= authorized_for_all_host_commands=*