Remove mirrorlist-serverbeach from nagios/inventory
This commit is contained in:
parent
a999daa263
commit
a76f080ffc
4 changed files with 8 additions and 33 deletions
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 192.168.122.1
|
|
||||||
dns: 66.135.45.92
|
|
||||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6
|
|
||||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/
|
|
||||||
volgroup: /dev/vg_host
|
|
||||||
eth0_ip: 192.168.122.2
|
|
||||||
vmhost: serverbeach10.fedoraproject.org
|
|
||||||
datacenter: serverbeach
|
|
||||||
|
|
||||||
# This uses a different virt-install due to wacky serverbeach network/setup
|
|
||||||
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
|
||||||
--disk {{ volgroup }}/{{ inventory_hostname }}
|
|
||||||
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
|
||||||
"ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
|
|
||||||
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
|
||||||
hostname={{ inventory_hostname }}"
|
|
||||||
--autostart --noautoconsole
|
|
||||||
|
|
||||||
#
|
|
||||||
# For some reason this instance can't do the full 45 procs without issues.
|
|
||||||
#
|
|
||||||
mirrorlist_procs: 25
|
|
|
@ -343,7 +343,6 @@ memcached02.phx2.fedoraproject.org
|
||||||
mirrorlist-osuosl.fedoraproject.org
|
mirrorlist-osuosl.fedoraproject.org
|
||||||
mirrorlist-ibiblio.fedoraproject.org
|
mirrorlist-ibiblio.fedoraproject.org
|
||||||
mirrorlist-phx2.phx2.fedoraproject.org
|
mirrorlist-phx2.phx2.fedoraproject.org
|
||||||
mirrorlist-serverbeach.fedoraproject.org
|
|
||||||
|
|
||||||
[other]
|
[other]
|
||||||
people03.fedoraproject.org
|
people03.fedoraproject.org
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
define host {
|
#define host {
|
||||||
host_name mirrorlist-serverbeach
|
# host_name mirrorlist-serverbeach
|
||||||
alias mirrorlist-serverbeach.fedoraproject.org
|
# alias mirrorlist-serverbeach.fedoraproject.org
|
||||||
use defaulttemplate
|
# use defaulttemplate
|
||||||
address mirrorlist-serverbeach.fedoraproject.org
|
# address mirrorlist-serverbeach.fedoraproject.org
|
||||||
parents serverbeach10
|
# parents serverbeach10
|
||||||
}
|
#}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
define service {
|
define service {
|
||||||
host_name mirrorlist-osuosl, mirrorlist-ibiblio, mirrorlist-phx2, mirrorlist-serverbeach
|
host_name mirrorlist-osuosl, mirrorlist-ibiblio, mirrorlist-phx2
|
||||||
service_description Check MirrorList Cache
|
service_description Check MirrorList Cache
|
||||||
check_command check_by_nrpe!check_mirrorlist_cache
|
check_command check_by_nrpe!check_mirrorlist_cache
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue