Where to edit Global Settings in files?

While I cant find Global Settings in the API (like with notifications.mk or sidebar.mk before), where can I change them to work in our stateless deployed instance?

I want to change pretty print of configuration files

Hi,
you have to change the file ~/etc/check_mk/multisite.d/wato/global.mk:

wato_pprint_config = True

Karl

2 Likes

Awesome! Thank you very much!
I couldn’t find this option with grep -rni because it only contains these lines for us:

OMD[local]:~$ cat ~/etc/check_mk/multisite.d/wato/global.mk
# Created by WATO

disable_web_api = True
log_logon_failures = True
lock_on_logon_failures = 10

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.