Dashboard Query

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Dashboard Query

Post by rajasegar »

Hi,

Can the dashboard show a few servers and its services list in a dashboard?
Like what you get when you search for a server?

I dont want the hostgroup / service group summary display.

Thanks
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Dashboard Query

Post by scottwilkerson »

You can accomplish this if you Add a Custom URL dashlet, remove http:// and enter the following in the Dashlet URL field replacing SEARCHTERM with what you want to search for

Code: Select all

/nagiosxi/includes/components/xicore/status.php?show=services&search=SEARCHTERM
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: Dashboard Query

Post by rajasegar »

scottwilkerson wrote:You can accomplish this if you Add a Custom URL dashlet, remove http:// and enter the following in the Dashlet URL field replacing SEARCHTERM with what you want to search for

Code: Select all

/nagiosxi/includes/components/xicore/status.php?show=services&search=SEARCHTERM
It works but how do I get rid of the host summary and service summary from the top?
It is showing summary for every host in the instance and not the search item.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Dashboard Query

Post by scottwilkerson »

rajasegar wrote:It works but how do I get rid of the host summary and service summary from the top?
It is showing summary for every host in the instance and not the search item.
Unfortunately I don't have a solution for that other than programming a custom dashlet that gives you exactly what you need
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: Dashboard Query

Post by rajasegar »

scottwilkerson wrote:
rajasegar wrote:It works but how do I get rid of the host summary and service summary from the top?
It is showing summary for every host in the instance and not the search item.
Unfortunately I don't have a solution for that other than programming a custom dashlet that gives you exactly what you need
Ok. Thanks. Please close this thread.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Dashboard Query

Post by scottwilkerson »

rajasegar wrote:
scottwilkerson wrote:
rajasegar wrote:It works but how do I get rid of the host summary and service summary from the top?
It is showing summary for every host in the instance and not the search item.
Unfortunately I don't have a solution for that other than programming a custom dashlet that gives you exactly what you need
Ok. Thanks. Please close this thread.
closing
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked