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:
Ernestas Kulik 2020-01-09 16:49:59 +01:00 committed by Kevin Fenzi
parent 039f956445
commit 4473905341

View file

@ -322,6 +322,13 @@ define service {
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 %}