nagios: Enable host and service commands
This commit is contained in:
parent
76c2ebb360
commit
099a9d47f3
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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=*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue