From: Kevin Fenzi <[email protected]>
Signed-off-by: Kevin Fenzi <[email protected]>
---
roles/nagios_server/templates/nagios/services/websites.cfg.j2 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/roles/nagios_server/templates/nagios/services/websites.cfg.j2
b/roles/nagios_server/templates/nagios/services/websites.cfg.j2
index e90027c..17601d4 100644
--- a/roles/nagios_server/templates/nagios/services/websites.cfg.j2
+++ b/roles/nagios_server/templates/nagios/services/websites.cfg.j2
@@ -153,6 +153,13 @@ define service {
use websitetemplate
}
+define service {
+ host_name resultsdb.ci.centos.org
+ service_description http-resultsdb.ci.centos.org
+ check_command
check_website!resultsdb.ci.centos.org!/resultsdb_api/api/v2.0/!PASSED
+ use websitetemplate
+}
+
{% if vars['nagios_location'] == 'internal' %}
##
## Other Frontend Websites
--
1.8.3.1
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]