I think this wont break anything

This commit is contained in:
Stephen Smoogen 2017-06-15 23:35:54 +00:00
parent beb54fdcf5
commit 5219c61054
9 changed files with 196 additions and 14 deletions

View file

@ -1,120 +0,0 @@
# 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 mincheck
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
}

View file

@ -1,7 +0,0 @@
define host {
host_name status-fedora2
alias status-fedora2.rhcloud.com
use mincheck
address status-fedora2.rhcloud.com
parents phx2-gw
}