This will add minimal monitoring for repospanner on pkgs01.stg. This only says it is running or not.

This commit is contained in:
Stephen Smoogen 2018-12-17 15:44:31 +00:00
parent ae5ab55b20
commit 3bbc0031f4
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# BEGIN, check for the existance of processes
define service {
host_name pkgs01.stg.phx2.fedoraproject.org
service_description Check that repospanner is running
check_command check_by_nrpe!check_repospanner_proc
use defaulttemplate
}