adjust check_koji to check the local host, have a 60 second timeout and not pass a ssl option thats useless
This commit is contained in:
parent
3062c816da
commit
d89336f263
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
FAILURES=$(/usr/bin/wget -q --no-check-certificate -O- http://koji.phx2.fedoraproject.org/koji/builds | /bin/grep -c failed.png)
|
||||
FAILURES=$(/usr/bin/wget --timeout=60 -q -O- http://localhost/koji/builds | /bin/grep -c failed.png)
|
||||
WARNING=20
|
||||
CRITICAL=25
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue