Drop koji03/04 from inventory and fix check_koji nagios check
This commit is contained in:
parent
a234f45bf3
commit
0df10cc67c
2 changed files with 1 additions and 3 deletions
|
@ -282,8 +282,6 @@ keys02.fedoraproject.org
|
|||
[koji]
|
||||
koji01.phx2.fedoraproject.org
|
||||
koji02.phx2.fedoraproject.org
|
||||
koji03.phx2.fedoraproject.org
|
||||
koji04.phx2.fedoraproject.org
|
||||
kojipkgs02.phx2.fedoraproject.org
|
||||
|
||||
[koji-stg]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
FAILURES=$(/usr/bin/wget -q --no-check-certificate -O- http://koji03.phx2.fedoraproject.org/koji/builds | /bin/grep -c failed.png)
|
||||
FAILURES=$(/usr/bin/wget -q --no-check-certificate -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