Page 1 of 1
Can "Service Details" be setup as everyone's Home Dashboard?
Posted: Tue Jan 06, 2015 5:18 pm
by PhilG
Hello:
Using Nagios XI 2014R1.5 and wish to know is there a way to make "nagiosxi/includes/components/xicore/status.php?show=services", which is "Home - Details - Service Details", to be the home dashboard for all accounts, since that is what appears to be the preferred viewing display for persons when we have the console open?
Thank you.
Re: Can "Service Details" be setup as everyone's Home Dashbo
Posted: Tue Jan 06, 2015 5:30 pm
by scottwilkerson
Yep...
Admin -> Manage Components -> Home Page Modification -> Edit
Change to Custom URL
In Custom URL field enter
Code: Select all
/nagiosxi/includes/components/xicore/status.php?show=services
Re: Can "Service Details" be setup as everyone's Home Dashbo
Posted: Thu Jan 08, 2015 11:17 am
by PhilG
Okay, I had to deselect "Allow User-Override:"since I previously setup a home dashboard template and that was overriding as the default.
Next, is it possible to set the Status to show the Criticals and Warnings as default, too, instead of the Hosts being listed in alphanumeric order when it comes up? I have provided a snapshot as an attachment of what we would like to see as a default when you login instead of all the Hosts being listed in alphanumeric order.
Thank you.
Re: Can "Service Details" be setup as everyone's Home Dashbo
Posted: Thu Jan 08, 2015 12:11 pm
by tmcdonald
So you just want it sorted with Crit on top, then Warn, then Unknown and OK? I'm not sure if that specific order can be achieved, since Unknown goes to the top by default, but the direct URL for that would be:
Code: Select all
http://1.2.3.4/nagiosxi/includes/components/xicore/status.php?sortby=current_state&sortorder=desc&show=services
Re: Can "Service Details" be setup as everyone's Home Dashbo
Posted: Thu Jan 08, 2015 3:36 pm
by PhilG
tmcdonald wrote:So you just want it sorted with Crit on top, then Warn, then Unknown and OK? I'm not sure if that specific order can be achieved, since Unknown goes to the top by default, but the direct URL for that would be:
Code: Select all
http://1.2.3.4/nagiosxi/includes/components/xicore/status.php?sortby=current_state&sortorder=desc&show=services
THAT'S IT!!
Thank you!
You may freeze this post.