ansible/roles/nagios_server/files/nagios/commands/ssh.cfg
Kevin Fenzi 9a255e3c41 nagios_server: try and adjust for all the aws copr instances
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:24 +02:00

10 lines
237 B
INI

# 'check_ssh' command definition
define command{
command_name check_ssh
command_line $USER1$/check_ssh -H $HOSTADDRESS$
}
define command{
command_name check-host-alive-ssh
command_line $USER1$/check_ssh -H $HOSTADDRESS$
}