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.
Can "Service Details" be setup as everyone's Home Dashboard?
-
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
Yep...
Admin -> Manage Components -> Home Page Modification -> Edit
Change to Custom URL
In Custom URL field enter
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=servicesRe: Can "Service Details" be setup as everyone's Home Dashbo
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.
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
Re: Can "Service Details" be setup as everyone's Home Dashbo
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=servicesFormer Nagios employee
Re: Can "Service Details" be setup as everyone's Home Dashbo
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