Hi all,
I was wondering if there is a way to access a map with an URL like
But without the need of being authenticated.
I know a way to by pass the login panel by adding a specific user with a "URL (after login)" profile parameter pointing to the desired map and to login with the URL like
But it's not what i'am looking for. I don't want to have to be logged in.
I worked on ZABBIX 3.0.3.
Any idea ?
Thanks.
I was wondering if there is a way to access a map with an URL like
Code:
https://<zabbix IP/DNS>/zabbix.php?action=map.view&sysmapid=10
I know a way to by pass the login panel by adding a specific user with a "URL (after login)" profile parameter pointing to the desired map and to login with the URL like
Code:
https://<zabbix IP/DNS>/index.php?name=<login>&password=<password>&enter=Sign in
I worked on ZABBIX 3.0.3.
Any idea ?
Thanks.
Comment