Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
12345678 |
- check process apache2 with pidfile /var/run/apache2.pid
- group www
- start program = "/etc/init.d/apache2 start"
- stop program = "/etc/init.d/apache2 stop"
- if failed host localhost port 80 protocol http
- with timeout 10 seconds
- then restart
- if 5 restarts within 5 cycles then timeout
|