NagVis Map for TV/Digital Signage

Hello, we would like to display a Map on a TV Screen using a digital signage solution. Is there a possibility to open a Nagvis map via a public link, while only displaying the map itself without the Navigation bar on the top?

Hi @aquila,

have a look at the KB:
https://checkmk.atlassian.net/wiki/spaces/KB/pages/9472218/How-to+access+Nagvis+maps+directly

To remove the menu:
Add &header_menu=0 to the url.

Karl

Hello, thank you for your reply. When using the hyperlink from the linked KB i get the following error: “Method not allowed”
image

When i manually press login, it works.
Where do i need to add &header_menu=0 into the link?

Please also have a look at Manual enablement of login using HTTP GET to avoid unintentional leakage of user credentials in Apache's access logs

Hi @aquila,
you have to add &header_menu=0 after the mapname in your url.

Karl

I had to change
&header_menu=0
to
%26header_menu=0

but thank you, it works now.