Add nagios internal monitoring for mm2 publiclist and fix mm2 static alias
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
25f7c79787
commit
81e0f3986f
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Apache configuration file for mirrormanager2
|
||||
|
||||
Alias /mirrormanager2/static /usr/lib/python2.7/site-packages/mirrormanager2/static/fedora/
|
||||
Alias /mirrormanager/static /usr/lib/python2.7/site-packages/mirrormanager2/static/fedora/
|
||||
|
||||
WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=2 threads=1
|
||||
WSGISocketPrefix run/wsgi
|
||||
|
|
|
@ -43,6 +43,13 @@ define service {
|
|||
event_handler restart_httpd
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name mm-frontend01,mm-frontend01.stg
|
||||
service_description mm-publiclist-internal
|
||||
check_command check_website!localhost!/mirrormanager/
|
||||
use internalwebsitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
|
||||
service_description start.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue