Hi,
I got the following situation. I created a “view” user to show the Dashbord.
It shows it on a big tv via an raspberry pi with chrome started as systemd with login via URL
(https://<cmk-host>/<site>/check_mk/login.py?_username=view&_password=<password>&_login=1)
works great, now my problem:
After upgrading to cmk 2.0 there is this bar on the right side. It is foldable by clicking the button on the left side down. But I need to fold (hide) the sidebar without clicking, cause it should run without human interaction.
Is there any paramenter I didn’t found yet to set the default fold behavior?
Or is there maybe an URL parameter I can add to make the sidebar folded?
I saw that there is an async call to ‘sidebar_fold.py?fold=’ to unfold and ‘sidebar_fold.py?fold=yes’ to fold, but I see no way to make chrome this call after loading the page (and it seems like calling this async only tiggers on/off - the value is not relevant, so even if I manage to make this call it would flapping right?)