nagios: drop remnant of check_osbs_builds

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-21 15:23:54 +00:00
parent 1e46efdc75
commit a6cceb3599

View file

@ -5,12 +5,3 @@ define service {
max_check_attempts 5
use defaulttemplate
}
define service {
host_name osbs-master01.phx2.fedoraproject.org
service_description Check OSBS build listing
check_command check_by_nrpe!check_osbs_builds
max_check_attempts 5
use defaulttemplate
}