Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789 |
- 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
- with timeout 10 seconds
- with retry 2
- then restart
- if 5 restarts within 5 cycles then timeout
|