this does need to be the active application ip of koji since it is checked from noc01
This commit is contained in:
parent
d89336f263
commit
b5b10ea242
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue