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…
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
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