add in a staging allowance for noc01.stg

This commit is contained in:
Stephen Smoogen 2017-01-10 00:09:47 +00:00
parent 75c197c274
commit c903a64ff7
2 changed files with 8 additions and 2 deletions

View file

@ -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 %}

View file

@ -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