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