nagios: Add httpd monitoring for resultsdb01
This should help prevent longer outages due to not being monitored. https://pagure.io/fedora-infrastructure/issue/8494 Signed-off-by: Ernestas Kulik <ekulik@redhat.com> Signed-off-by: Francois Andrieu <naolwen@gmail.com>
This commit is contained in:
parent
039f956445
commit
4473905341
1 changed files with 7 additions and 0 deletions
|
@ -322,6 +322,13 @@ define service {
|
||||||
use websitetemplate
|
use websitetemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define service {
|
||||||
|
host_name resultsdb01.iad2.fedoraproject.org
|
||||||
|
service_description http-resultsdb-internal
|
||||||
|
check_command check_website!resultsdb01.iad2.fedoraproject.org!/resultsdb/results!resultsdb_frontend
|
||||||
|
use websitetemplate
|
||||||
|
}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue