ok make sure we try ipv4
This commit is contained in:
parent
5b2bc7a11a
commit
3967bdc500
3 changed files with 19 additions and 19 deletions
|
@ -6,7 +6,7 @@ define host {
|
|||
host_name phx2-gw
|
||||
alias PHX2 Router
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
address 10.5.126.254
|
||||
{% else %}
|
||||
|
@ -23,7 +23,7 @@ define host {
|
|||
host_name ibiblio-gw
|
||||
alias ibiblio gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 152.19.134.129
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -35,7 +35,7 @@ define host {
|
|||
host_name cloud-gw
|
||||
alias cloud gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 209.132.184.254
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -48,7 +48,7 @@ define host {
|
|||
host_name bodhost-gw
|
||||
alias bodhost gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 174.141.234.1
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -62,7 +62,7 @@ define host {
|
|||
host_name coloamer-gw
|
||||
alias coloamerica gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 67.203.2.65
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -77,7 +77,7 @@ define host {
|
|||
host_name dedicated-gw
|
||||
alias dedicated solutions gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 67.219.144.65
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -92,7 +92,7 @@ define host {
|
|||
host_name host1plus-gw
|
||||
alias host1plus gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 185.141.164.1
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -107,7 +107,7 @@ define host {
|
|||
host_name internetx-gw
|
||||
alias internetx gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 85.236.55.1
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -122,7 +122,7 @@ define host {
|
|||
host_name osuosl-gw
|
||||
alias osuosl gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 140.211.169.193
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -137,7 +137,7 @@ define host {
|
|||
host_name rdu-gw
|
||||
alias rdu gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 128.109.70.198
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -152,7 +152,7 @@ define host {
|
|||
host_name rdu-cc-gw
|
||||
alias rdu community cage gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 8.43.85.254
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
@ -167,7 +167,7 @@ define host {
|
|||
host_name tummy-gw
|
||||
alias tummy gateway
|
||||
use mincheck
|
||||
check_command check-host-alive
|
||||
check_command check-host-alive4
|
||||
address 66.35.62.174
|
||||
{% if vars['nagios_location'] == 'internal' %}
|
||||
parents phx2-gw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue