Icinga2 feature gets disabled itself

Hello,

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?

Thanks

looks like there is some kind of external sync in place…

Hope to find a proper procedure to debug this issue.

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?

Thanks

It turned out that git setup was deleting the direct update on the host. Thanks