add in a staging allowance for noc01.stg
This commit is contained in:
parent
75c197c274
commit
c903a64ff7
2 changed files with 8 additions and 2 deletions
|
@ -79,7 +79,11 @@ nrpe_group=nrpe
|
|||
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
|
||||
|
||||
|
||||
{% if env == "staging" %}
|
||||
allowed_hosts=10.5.126.2,10.5.126.41,192.168.1.10,192.168.1.20,209.132.181.35
|
||||
{% else %}
|
||||
allowed_hosts=10.5.126.41,192.168.1.10,192.168.1.20,209.132.181.35
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -78,9 +78,11 @@ nrpe_group=nrpe
|
|||
#
|
||||
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
|
||||
|
||||
|
||||
{% if env == "staging" %}
|
||||
allowed_hosts=10.5.126.2,10.5.126.41,192.168.1.10,192.168.1.20,209.132.181.35
|
||||
{% else %}
|
||||
allowed_hosts=10.5.126.41,192.168.1.10,192.168.1.20,209.132.181.35
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
# COMMAND ARGUMENT PROCESSING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue