Page 1 of 1
How can I access dashboard without authentication?
Posted: Wed Jan 29, 2014 7:12 am
by vyacheslav.artyukhov
Good day!
How can I access dashboard without authentication?
Re: How can I access dashboard without authentication?
Posted: Wed Jan 29, 2014 11:36 am
by tmcdonald
Go to Admin -> Manage Components and click on the settings icon (crossed wrench and screwdriver) next to Backend API URL. Select your user and click Apply Settings.
This page has a bunch of URLs that can be used to query XI for information. You will want to copy the "&username=nagiosadmin&ticket=XXXXXXXX" part from one of the URLs. Then open up a dashboard in a new tab to get the dashboard URL, and stick the "&username=nagiosadmin&ticket=XXXXXXXX" part on the end. This should let you view that dashboard without logging in.
Re: How can I access dashboard without authentication?
Posted: Thu Jan 30, 2014 2:49 am
by vyacheslav.artyukhov
Thanks a lot, it works!