2017-01-05 00:55:16 +00:00
|
|
|
# 'check_ssh' command definition
|
|
|
|
define command{
|
|
|
|
command_name check_ssh
|
|
|
|
command_line $USER1$/check_ssh -H $HOSTADDRESS$
|
|
|
|
}
|
|
|
|
|
2020-02-21 19:44:39 +00:00
|
|
|
define command{
|
|
|
|
command_name check-host-alive-ssh
|
|
|
|
command_line $USER1$/check_ssh -H $HOSTADDRESS$
|
|
|
|
}
|