Can "Service Details" be setup as everyone's Home Dashboard?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
PhilG
Posts: 286
Joined: Thu Jan 16, 2014 10:24 am

Can "Service Details" be setup as everyone's Home Dashboard?

Post 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.
Newbie '14
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Can "Service Details" be setup as everyone's Home Dashbo

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
PhilG
Posts: 286
Joined: Thu Jan 16, 2014 10:24 am

Re: Can "Service Details" be setup as everyone's Home Dashbo

Post 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.
You do not have the required permissions to view the files attached to this post.
Newbie '14
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Can "Service Details" be setup as everyone's Home Dashbo

Post 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
Former Nagios employee
PhilG
Posts: 286
Joined: Thu Jan 16, 2014 10:24 am

Re: Can "Service Details" be setup as everyone's Home Dashbo

Post 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.
Newbie '14
Locked