Pkgs01 -> pkgs02 for nagios
This commit is contained in:
parent
9da061b5a5
commit
7a7c77a4c6
6 changed files with 17 additions and 17 deletions
|
@ -1,7 +0,0 @@
|
|||
define host {
|
||||
host_name pkgs01
|
||||
alias pkgs01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address pkgs01.phx2.fedoraproject.org
|
||||
parents bvirthost07
|
||||
}
|
7
roles/nagios_server/files/nagios/hosts/pkgs02.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/pkgs02.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name pkgs02
|
||||
alias pkgs02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address pkgs02.phx2.fedoraproject.org
|
||||
parents bvirthost07
|
||||
}
|
|
@ -49,14 +49,14 @@ define service {
|
|||
#}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
host_name pkgs02
|
||||
service_description Check read-only filesystem
|
||||
check_command check_by_nrpe!check_readonly_fs
|
||||
use disktemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
host_name pkgs02
|
||||
service_description Disk space /srv/cache/lookaside
|
||||
check_command check_by_nrpe!check_disk_/srv/cache/lookaside
|
||||
use disktemplate
|
||||
|
|
|
@ -60,7 +60,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
host_name pkgs02
|
||||
service_description Check for fedmsg-hub proc
|
||||
check_command check_by_nrpe!check_fedmsg_hub_proc
|
||||
use defaulttemplate
|
||||
|
@ -299,7 +299,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
host_name pkgs02
|
||||
service_description Check fedmsg consumers and producers hub
|
||||
check_command check_by_nrpe!check_fedmsg_cp_pkgs
|
||||
use defaulttemplate
|
||||
|
@ -385,7 +385,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
host_name pkgs02
|
||||
service_description Check fedmsg-hub consumers exceptions
|
||||
check_command check_by_nrpe!check_fedmsg_cexceptions_pkgs
|
||||
use defaulttemplate
|
||||
|
@ -471,7 +471,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
host_name pkgs02
|
||||
service_description Check fedmsg-hub consumers backlog
|
||||
check_command check_by_nrpe!check_fedmsg_cbacklog_pkgs
|
||||
use defaulttemplate
|
||||
|
|
|
@ -27,7 +27,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
host_name pkgs02
|
||||
service_description Pkgs SSL Cert
|
||||
check_command check_ssl_cert!pkgs.fedoraproject.org!60
|
||||
use defaulttemplate
|
||||
|
|
|
@ -238,9 +238,9 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name pkgs01
|
||||
service_description Cgit on pkgs01
|
||||
check_command check_website!pkgs01.phx2.fedoraproject.org!/cgit/!Description
|
||||
host_name pkgs02
|
||||
service_description Cgit on pkgs02
|
||||
check_command check_website!pkgs02.phx2.fedoraproject.org!/cgit/!Description
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue