From b5b10ea24206b3d3ee3e0410dee5cc9eb1407b8a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 23 Jul 2017 20:11:12 +0000 Subject: [PATCH] this does need to be the active application ip of koji since it is checked from noc01 --- roles/nagios_server/files/nagios/plugins/check_koji | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/files/nagios/plugins/check_koji b/roles/nagios_server/files/nagios/plugins/check_koji index f1e026ef7b..3113d609db 100755 --- a/roles/nagios_server/files/nagios/plugins/check_koji +++ b/roles/nagios_server/files/nagios/plugins/check_koji @@ -1,6 +1,6 @@ #!/bin/bash -FAILURES=$(/usr/bin/wget --timeout=60 -q -O- http://localhost/koji/builds | /bin/grep -c failed.png) +FAILURES=$(/usr/bin/wget --timeout=60 -q -O- http://koji.phx2.fedoraproject.org/koji/builds | /bin/grep -c failed.png) WARNING=20 CRITICAL=25