ok lets see if this fixes stuff

This commit is contained in:
Stephen Smoogen 2017-01-09 02:25:32 +00:00
parent 382240c1c6
commit a52c8711ac
2 changed files with 1 additions and 2 deletions

View file

@ -0,0 +1,120 @@
# TODO: depending on where this file is being put the parents need to
# change to the nocs parent. Also hosts which aren't reachable should
# be not defined on the external nagios.
#
define host {
host_name phx2-gw
alias PHX2 Router
use defaulttemplate
check_command check-host-alive
address 10.5.126.254
}
#'ibiblio'
define host {
host_name ibiblio-gw
alias ibiblio gateway
use mincheck
check_command check-host-alive
address 152.19.134.129
parents phx2-gw
}
define host {
host_name cloud-gw
alias cloud gateway
use mincheck
check_command check-host-alive
address 209.132.184.254
parents phx2-gw
}
define host {
host_name bodhost-gw
alias bodhost gateway
use mincheck
check_command check-host-alive
address 174.141.234.1
parents phx2-gw
}
define host {
host_name coloamer-gw
alias coloamerica gateway
use mincheck
check_command check-host-alive
address 67.203.2.65
parents phx2-gw
}
#'dedicatedsolutions'
define host {
host_name dedicated-gw
alias dedicated solutions gateway
use mincheck
check_command check-host-alive
address 67.219.144.65
parents phx2-gw
}
#'host1plus'
define host {
host_name host1plus-gw
alias host1plus gateway
use mincheck
check_command check-host-alive
address 185.141.164.1
parents phx2-gw
}
#'internetx'
define host {
host_name internetx-gw
alias internetx gateway
use mincheck
check_command check-host-alive
address 85.236.55.1
parents phx2-gw
}
# 'osuosl'
define host {
host_name osuosl-gw
alias osuosl gateway
use mincheck
check_command check-host-alive
address 140.211.169.193
parents phx2-gw
}
#'rdu'
define host {
host_name rdu-gw
alias rdu gateway
use mincheck
check_command check-host-alive
address 128.109.70.198
parents phx2-gw
}
#'rdu-cc'
define host {
host_name rdu-cc-gw
alias rdu community cage gateway
use mincheck
check_command check-host-alive
address 8.43.85.254
parents phx2-gw
}
#'tummy'
define host {
host_name tummy-gw
alias tummy gateway
use mincheck
check_command check-host-alive
address 66.35.62.174
parents phx2-gw
}