Add ansible and fedmsg endpoints for mm
This commit is contained in:
parent
ecbdc9071c
commit
d2052d3f9e
4 changed files with 15 additions and 2 deletions
7
roles/nagios_server/files/nagios/hosts/mm-frontend02.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/mm-frontend02.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name mm-frontend02
|
||||
alias mm-frontend02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address mm-frontend02.phx2.fedoraproject.org
|
||||
parents virthost02
|
||||
}
|
|
@ -44,7 +44,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name mm-frontend01,mm-frontend01.stg
|
||||
host_name mm-frontend01,mm-frontend02,mm-frontend01.stg
|
||||
service_description mm-publiclist-internal
|
||||
check_command check_website!localhost!/mirrormanager/api/mirroradmins/?name=dl.fedoraproject.org
|
||||
use internalwebsitetemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue