Drop koji03/04 from inventory and fix check_koji nagios check

This commit is contained in:
Kevin Fenzi 2015-01-23 21:35:01 +00:00
parent a234f45bf3
commit 0df10cc67c
2 changed files with 1 additions and 3 deletions

View file

@ -282,8 +282,6 @@ keys02.fedoraproject.org
[koji] [koji]
koji01.phx2.fedoraproject.org koji01.phx2.fedoraproject.org
koji02.phx2.fedoraproject.org koji02.phx2.fedoraproject.org
koji03.phx2.fedoraproject.org
koji04.phx2.fedoraproject.org
kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org
[koji-stg] [koji-stg]

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/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 WARNING=20
CRITICAL=25 CRITICAL=25