That’s what changing it to 200 checks for. A failure would be if it’s not 200, then do this.
Sent from my iPhone > On Jun 26, 2022, at 12:03 PM, Anthony Ettinger <[email protected]> wrote: > > Can I check for not equal to 200? > >>> On Jun 25, 2022, at 7:32 PM, Mike D <[email protected]> wrote: >>> >> >> I believe you could do something like this: >> >> check host mmonit.com with address mmonit.com >> if failed >> port 80 protocol http and request "/location/of/whatever" method >> GET status = 502 >> then restart >> >>> On Sat, Jun 25, 2022 at 7:25 PM Anthony Ettinger <[email protected]> wrote: >>> I want to use monit and curl so that curl would hit and api and check if >>> its up, if it gets a 502 or similar error then restart the systemd service. >>> >>> How would I do this? >>> >>> -- >>> Anthony >>> 408-656-2473
