this does need to be the active application ip of koji since it is checked from noc01

This commit is contained in:
Kevin Fenzi 2017-07-23 20:11:12 +00:00
parent d89336f263
commit b5b10ea242

View file

@ -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