Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
123456 |
- check process openvpn with pidfile "/run/openvpn/server.pid"
- group system
- start program = "/bin/systemctl start openvpn@server"
- stop program = "/bin/systemctl stop openvpn@server"
- if failed port 1194 type udp then alert
- if failed port 1194 type udp for 5 cycles then restart
|