No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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