OPNsense Forum

English Forums => High availability => Topic started by: Evert on February 13, 2024, 10:27:51 AM

Title: HA & monit
Post by: Evert on February 13, 2024, 10:27:51 AM
Hi all,

I have a 2-node setup, with monit enabled on both, and synced via HA.

I have scheduled the 'HA update and reconfigure backup' script to run once an hour (for now). Every time the script runs I get Monit stopped/Monit started notifications from node2, which makes sense.

Is there a way to still use Monit, but not get these hourly notifications? Without turning off 'HA update and reconfigure backup', that is.  8)
Title: Re: HA & monit
Post by: vchrizz on June 19, 2024, 10:25:40 PM
Did you find a solution to this? I kind of have the same situation.

The only thing I could find to solve this, is to go to Services -> Monit -> Settings, select "Alert settings" tab, edit the corresponding alert and from the list of "Events" remove "Monit instance changed".

Downside of this is that all notifications related to this event are not sent.
As far as I noticed yet, this is:
Title: Re: HA & monit
Post by: danbet on July 26, 2024, 01:27:38 PM
Thank you, that helps me.