OPNsense Forum

English Forums => 26.1, 26,4 Series => Topic started by: gunnarf on May 28, 2026, 10:25:48 PM

Title: (Solved) Is there a way for OpnSense to send an alarm if a service goes down
Post by: gunnarf on May 28, 2026, 10:25:48 PM
I have the whole question in the Subject. I have a remote server (OpnSense) and I have access to it via Wireguard VPN. On that site I have a bunch of servers running different tasks. One of them feeds FlightRadar24. I got messages that the feed was dead. I attached to that network with Wireguard, and I could ping only the OpnSense server. Looking into the management GUI I discovered that the DNSMasq service was down. I started it and all my other services started to respond after a while.

So my question is: Can OpnSense react to a service not started or having gone down, and send me an email?
Title: Re: Is there a way for OpnSense to send an alarm if a service goes down/doesnt start
Post by: dseven on May 28, 2026, 10:52:22 PM
There is https://docs.opnsense.org/manual/monit.html but you have to set up what you want to monitor yourself.
Title: Re:[SOLVED] Is there a way for OpnSense to send an alarm
Post by: gunnarf on May 28, 2026, 11:16:35 PM
This is exactly what I'm looking for. Thanks!