Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
http://<host>/<cmksite>/check_mk/index.py?start_url=%2F<cmksite>%2Fnagvis%2Ffrontend%2Fnagvis-js%2Findex.php%3Fmod%3DMap%26act%3Dview%26show%3D<mapname> 


Screenshot of Nagvis interface with a site enabled named mysite.Image Modified


Now you need to alter the link a bit. We have to strip everything Checkmk related and transform the URL-encoded ASCII strings in a human-readable format. The above link would then look like this:

...

I would recommend creating this URL using the network analyzer of your browser: Checkmk profiling

Screenshot showing the referrer html source.Image Modified


Between login.py? and &_origtarget, you need to add the following options:

...