Recently I enabled features “debuglog” “statusdata” on the config master which is not an active endpoint.
After a minute or so, the Features gets disabled by itself.The debug log didn’t show any reason why the “debuglog” got disabled.
Has anyone seen this happened and know a probable cause?
Still looking to find the cause of this issue. Now I’m trying to enable ‘notification’ feature on config master. After restart, I don’t see ‘notification’ in the feature list. The secondary master has 'notification’ feature enabled and working.
I’ve Icinga2 2.15.1-1 running with Icingaweb2 2.12.5 on Ubuntu 24.04 LTS.
Enabled ‘debuglog’ and I see this in the debug.log
notice/NotificationComponent: Reminder notification ‘host!service’ : HA cluster active, this endpoint does not have the authority (paused=true). Skipping
Considering the default enable_ha is “true” on both masters, maybe‘notification’ feature being disabled for this reason? This raises another concern that is - If the secondary master goes down. then config master won’t send notification meaning 100% impact to notification right?