Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
123456 |
- check process postgres with pidfile /var/run/postgresql/9.6-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
|