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
Dashboard Query
Dashboard Query
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
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
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=SEARCHTERMRe: Dashboard Query
It works but how do I get rid of the host summary and service summary from the top?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 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
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
Unfortunately I don't have a solution for that other than programming a custom dashlet that gives you exactly what you needrajasegar 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.
Re: Dashboard Query
Ok. Thanks. Please close this thread.scottwilkerson wrote:Unfortunately I don't have a solution for that other than programming a custom dashlet that gives you exactly what you needrajasegar 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.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
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
closingrajasegar wrote:Ok. Thanks. Please close this thread.scottwilkerson wrote:Unfortunately I don't have a solution for that other than programming a custom dashlet that gives you exactly what you needrajasegar 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.