Debug Notifications Multisite

im running checkmk distributed Monitoring.
On my main Site i can debug / analyze notifications threw wato.
on my distributed Site i can’t see the notification page → getting following error:

WATO is disabled. Please set wato_enabled = True in your multisite.mk if you want to use WATO.

How can i resolve this ?
Where is the multisite.mk located?
if i enable Wato on my multisite is there any change how Notifications are handled?
at the Moment the Site is sending notifications by its own.

thanks for your help

Hi Fabio,

regarding notifications in multi-site environments, read here: Distributed monitoring - Scaling and distributing Checkmk

The entire article is probably worth a read.

In the main site, in distributed monitoring configuration, inside the connection for your remote site, there’s the option to disable “WATO” (“Web Admin Tool”, just the old term for “Setup”). Just enable it as long as you need it, for the specific remote site in question.

Should be easy to find using find on the command line as site user. But I wouldn’t recommend to fiddle with the config files directly, unless you have specific needs and know exactly what you’re doing. In this case, just edit the distributed monitoring settings in the web GUI setup on your central site.

No, that just enables “Setup” when logged in directly to the Web interface of the remote site. The site’s operation is unchanged.

In a distributed setup with config push, the remote (slave) site’s config will be overwritten from the central site once you activate changes. The option to disable “WATO” (setup) for the remote site is to prevent people from making changes there that would otherwise be overwritten on the next central change.

That’s the default behaviour and will remain untouched whether you enable WATO or not.

@martin.schwarz @elias.voelker

wato is now enabled on my distributed site thanks for the hint and clarifications.
The issue now is that i cant get into the Notification Page to see the events ?

@martin.schwarz i can see the Notification Configuration page ONLY on my MainInstance not on my distributed site to debug notifications.

Or is there another recommended way to debug notifications in case of having a Distributed Setup?

thanks for your help and hints in advance.

I had only checked this in a 1.6 distributed setup, sorry. Seems to have changed in 2.0.

Have a look at the logs in ~/var/log/, especially ~/var/log/notify.log

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.