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.
123456 |
- check process postgres with pidfile /var/run/postgresql/13-main.pid
- group database
- start program = "/bin/systemctl start postgresql"
- stop program = "/bin/systemctl stop postgresql"
- if failed host localhost port 5432 protocol pgsql then restart
- if 5 restarts within 5 cycles then timeout
|