2022-01-28 12:16:58 +03:00
2022-01-28 12:16:58 +03:00
2022-01-28 12:16:58 +03:00
2022-01-28 12:16:58 +03:00
2022-01-28 12:16:58 +03:00
2022-01-28 12:16:58 +03:00

Setup monit service

monit:            
  configs:
    - name: bird
      data: |
        check process radosgw
            matching "radosgw"
            if does not exist for 1 cycles then exec "/usr/bin/systemctl stop bird"
        
        check process nginx
            matching "nginx"
            if does not exist for 1 cycles then exec "/usr/bin/systemctl stop bird"
        check_interval: "1"
Description
No description provided
Readme 35 KiB
Languages
Jinja 100%