...
Code Block | ||||
---|---|---|---|---|
| ||||
http://<host>/<cmksite>/check_mk/index.py?start_url=%2F<cmksite>%2Fnagvis%2Ffrontend%2Fnagvis-js%2Findex.php%3Fmod%3DMap%26act%3Dview%26show%3D<mapname> |
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
Between login.py? and &_origtarget, you need to add the following options:
...