mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Update nagios to ipsilon
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
define hostgroup {
|
||||
hostgroup_name webservers
|
||||
alias webservers
|
||||
members proxy01, proxy02, proxy03, proxy04, proxy05, proxy06, proxy07, proxy08, proxy09, proxy10, proxy11, fas01, fas02, fas03, status-fedora2, fedoauth01, fedoauth02, proxy09
|
||||
members proxy01, proxy02, proxy03, proxy04, proxy05, proxy06, proxy07, proxy08, proxy09, proxy10, proxy11, fas01, fas02, fas03, status-fedora2, ipsilon01, ipsilon02, proxy09
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
define host {
|
||||
host_name fedoauth01
|
||||
alias fedoauth01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address fedoauth01.phx2.fedoraproject.org
|
||||
parents virthost07
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
define host {
|
||||
host_name fedoauth02
|
||||
alias fedoauth02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address fedoauth02.phx2.fedoraproject.org
|
||||
parents virthost09
|
||||
}
|
||||
7
roles/nagios_server/files/nagios/hosts/ipsilon01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/ipsilon01.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
define host {
|
||||
host_name ipsilon01
|
||||
alias ipsilon01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address ipsilon01.phx2.fedoraproject.org
|
||||
parents virthost15
|
||||
}
|
||||
7
roles/nagios_server/files/nagios/hosts/ipsilon02.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/ipsilon02.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
define host {
|
||||
host_name ipsilon02
|
||||
alias ipsilon02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address ipsilon02.phx2.fedoraproject.org
|
||||
parents virthost17
|
||||
}
|
||||
@@ -153,8 +153,8 @@ define service {
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name fedoauth01,fedoauth02
|
||||
service_description fedoauth-internal
|
||||
host_name ipsilon01,ipsilon02
|
||||
service_description ipsilon-internal
|
||||
check_command check_website!localhost!/!Federated Open Authentication
|
||||
max_check_attempts 8
|
||||
use internalwebsitetemplate
|
||||
|
||||
Reference in New Issue
Block a user