Add minimal monitoring for modernpaste
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2a02a30d83
commit
85a34a5371
2 changed files with 14 additions and 0 deletions
7
roles/nagios/server/files/nagios/hosts/modernpaste01.cfg
Normal file
7
roles/nagios/server/files/nagios/hosts/modernpaste01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name modernpaste01
|
||||
alias modernpaste01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address modernpaste01.phx2.fedoraproject.org
|
||||
parents virthost03
|
||||
}
|
|
@ -291,6 +291,13 @@ define service {
|
|||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name modernpaste01
|
||||
service_description Modernpaste webapp on modernpaste01
|
||||
check_command check_website!modernpaste01.phx2.fedoraproject.org!/!UserRegisterInterfaceURI
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name anitya-frontend01
|
||||
service_description release-monitoring.org/ Anitya
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue