Switch nagios to monitor torrent02.

Switch torrent ips in config to torrent02.
This commit is contained in:
Kevin Fenzi 2016-02-10 20:38:37 +00:00
parent 796b72f6bc
commit d09ed7b4f4
5 changed files with 18 additions and 18 deletions

View file

@ -5,5 +5,5 @@
define hostgroup {
hostgroup_name vpnclients
alias vpnclients
members tummy01,unbound-tummy01,smtp-mm-tummy01,proxy03,unbound-osuosl01,bodhost01,proxy07,coloamer01,proxy08,osuosl02,proxy09,download-ib02,noc02,unbound-ib01,ibiblio02,ns02,proxy04,smtp-mm-ib01,torrent01,ibiblio03,ibiblio04,people01,internetx01,hosted-lists01,ns05,proxy02,osuosl01,proxy06,osuosl02,osuosl03,hosted03,ibiblio02,collab03,smtp-mm-osuosl01,host1plus01,dedicatedsolutions01,proxy05,dedicatedsolutions01,proxy11,ibiblio05,proxy12
members tummy01,unbound-tummy01,smtp-mm-tummy01,proxy03,unbound-osuosl01,bodhost01,proxy07,coloamer01,proxy08,osuosl02,proxy09,download-ib02,noc02,unbound-ib01,ibiblio02,ns02,proxy04,smtp-mm-ib01,torrent02,ibiblio03,ibiblio04,people01,internetx01,hosted-lists01,ns05,proxy02,osuosl01,proxy06,osuosl02,osuosl03,hosted03,collab03,smtp-mm-osuosl01,host1plus01,dedicatedsolutions01,proxy05,dedicatedsolutions01,proxy11,ibiblio05,proxy12
}

View file

@ -1,7 +1,7 @@
define host {
host_name torrent01
alias torrent01.fedoraproject.org
use defaulttemplate
address torrent01.fedoraproject.org
parents ibiblio03
}
#define host {
# host_name torrent01
# alias torrent01.fedoraproject.org
# use defaulttemplate
# address torrent01.fedoraproject.org
# parents ibiblio03
#}

View file

@ -1,7 +1,7 @@
#define host {
# host_name torrent02
# alias torrent02.fedoraproject.org
# use defaulttemplate
# address torrent02.fedoraproject.org
# parents ibiblio02
#}
define host {
host_name torrent02
alias torrent02.fedoraproject.org
use defaulttemplate
address torrent02.fedoraproject.org
parents ibiblio05
}