Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

etc_monit_conf.d_mosquitto 377B

12345678
  1. check process mosquitto matching mosquitto
  2. group iot
  3. start program = "/bin/systemctl start mosquitto"
  4. stop program = "/bin/systemctl stop mosquitto"
  5. if failed host localhost port 1883 type tcp then restart
  6. if failed host localhost port 8883 type tcp then restart
  7. if failed host localhost port 8083 type tcp then restart
  8. if 5 restarts within 5 cycles then timeout