I am having issues creating a dashboard to display on a large screen. I would like to set this up so the user will not have to log in to get the dashboard. Currently I have tried a few solutions.
I am running Nagios XI 5.4.12
I created a user that has read only privileges and created a dashboard under that user account.
When I try the following URL:
Code: Select all
http://llkwnagiosxi/nagiosxi/api/v1/dashboards/dashboard.php?id=g0YjDhBD&apikey=<api key from user account settings>
When I try and use the following URL:
Code: Select all
http://server_name/nagiosxi/dashboards/dashboard.php?id=g0YjDhBD&username=kioskuser&ticket=<ticket number from API settings>
If I SSH into the server and run:
Code: Select all
curl -XGET "http://localhost/nagiosxi/api/v1/objects/hoststatus?apikey=<api key from user account settings>&pretty=1"
I am at a loss as I believe I have correctly followed the instructions for 2 different ways to complete this task. Any help would be appreciated.