Page 1 of 1

Dashboard Query

Posted: Mon May 27, 2019 8:51 pm
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

Re: Dashboard Query

Posted: Tue May 28, 2019 12:27 pm
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

Re: Dashboard Query

Posted: Tue May 28, 2019 7:19 pm
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.

Re: Dashboard Query

Posted: Wed May 29, 2019 7:07 am
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

Re: Dashboard Query

Posted: Wed May 29, 2019 8:31 pm
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.

Re: Dashboard Query

Posted: Thu May 30, 2019 6:37 am
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