Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
123456 |
- check process sshd with pidfile /var/run/sshd.pid
- group system
- start program = "/bin/systemctl start ssh"
- stop program = "/bin/systemctl stop ssh"
- if failed host 127.0.0.1 port 22 protocol ssh then restart
- if 5 restarts within 5 cycles then timeout
|