nagios_server: try and adjust for all the aws copr instances

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-21 19:44:39 +00:00 committed by Pierre-Yves Chibon
parent 46d9f4275d
commit 9a255e3c41
5 changed files with 27 additions and 3 deletions

View file

@ -4,3 +4,7 @@ define command{
command_line $USER1$/check_ssh -H $HOSTADDRESS$
}
define command{
command_name check-host-alive-ssh
command_line $USER1$/check_ssh -H $HOSTADDRESS$
}