Rename check_fedmsg_masher_proc to check_fedmsg_composer_proc and have it check fedmsg-hub-3.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-11-19 21:20:15 +00:00
parent cf4d418665
commit 2911286a3a
5 changed files with 5 additions and 5 deletions

View file

@ -119,14 +119,14 @@ define service {
define service {
host_name bodhi-backend01.phx2.fedoraproject.org
service_description Check for fedmsg-hub proc
check_command check_by_nrpe!check_fedmsg_masher_proc
check_command check_by_nrpe!check_fedmsg_composer_proc
use defaulttemplate
}
define service {
host_name bodhi-backend02.phx2.fedoraproject.org
service_description Check for fedmsg-hub proc
check_command check_by_nrpe!check_fedmsg_masher_proc
check_command check_by_nrpe!check_fedmsg_composer_proc
use defaulttemplate
}