add docker registry nagios check, fix osbs website check

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-07-15 13:27:52 +00:00
parent 9e62167807
commit 44ba0157e8
2 changed files with 11 additions and 3 deletions

View file

@ -1,7 +1,7 @@
define service {
host_name osbs-master01
service_description Check OSBS API endpoint paths
check_command check_website!osbs-master01.phx2.fedoraproject.org!paths
check_command check_website!osbs-master01.phx2.fedoraproject.org:8443!paths
max_check_attempts 5
use defaulttemplate
}

View file

@ -311,3 +311,11 @@ define service {
max_check_attempts 8
use internalwebsitetemplate
}
define service {
host_name docker-registry01
service_description docker-registry
check_command check_website!localhost:5000!/v2/!{}
max_check_attempts 8
use internalwebsitetemplate
}