7 lines
125 B
INI
7 lines
125 B
INI
|
# 'check_ssh' command definition
|
||
|
define command{
|
||
|
command_name check_ssh
|
||
|
command_line $USER1$/check_ssh -H $HOSTADDRESS$
|
||
|
}
|
||
|
|