FIX: nagios was using 66.187.228.248 which is not a usable ip address on Ibiblio networks currently
This commit is contained in:
parent
9ddbd9773d
commit
a34148440d
2 changed files with 28 additions and 5 deletions
|
@ -9,12 +9,7 @@ define host {
|
|||
use mincheck
|
||||
check_command check-host-alive4
|
||||
address 152.19.134.129
|
||||
{% if vars['nagios_location'] == 'iad2_internal' %}
|
||||
parents iad2-gw
|
||||
{% elif vars['nagios_location'] == 'external' %}
|
||||
address 66.187.228.248
|
||||
{% endif %}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue