You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/assets/automations/ping/custom/ssh/manifest.yml

17 lines
338 B

id: ping_by_ssh
name: "{{ 'Ping by paramiko' | trans }}"
category:
- device
- host
type:
- all
method: ping
protocol: ssh
priority: 50
i18n:
Ping by paramiko:
zh: '使用 Python 模块 paramiko 测试主机可连接性'
en: 'Ping by paramiko module'
ja: 'Paramikoモジュールを使用してホストにPingする'