Hi there,
I am trying to get a map and a screen displayed to non-authenticated users with guest login deactivated. The joy of dashboarding!
I was hoping to use the api to get the full image of the map and the graphs, but there is no such option, so I am a bit stuck.
The only alternative I found is using a back-end script to collect the PNG and store them on a server, and then display it.
For this I am trying to use this path
Unfotunately, the parameters after sysmapid=200200000000460 are read during the sign in and are not around when time comes to display the maps.
Does anyone know how to get around this ?
Thanks all for your help!
Mat
I am trying to get a map and a screen displayed to non-authenticated users with guest login deactivated. The joy of dashboarding!
I was hoping to use the api to get the full image of the map and the graphs, but there is no such option, so I am a bit stuck.
The only alternative I found is using a back-end script to collect the PNG and store them on a server, and then display it.
For this I am trying to use this path
Code:
https://zabbixserver/zabbix/index.php? name=username&password=Password&enter=Sign%20in&request=map.php?sysmapid=200200000000460&severity_min=2&fullscreen=1
Does anyone know how to get around this ?
Thanks all for your help!
Mat
Comment