10 lines
237 B
INI
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$
|
|
}
|