您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345 |
- check process sshd with pidfile /var/run/sshd.pid
- start program "systemctl start ssh"
- stop program "systemctl stop ssh"
- if failed host 127.0.0.1 port 22 protocol ssh then restart
- if 5 restarts within 5 cycles then timeout
|