Nagios XI Ent Ed 2014R1.2
When I select a host os hostgroups, I should only be seeing the services related to the host in the Manage Service.
However what I get is every single service defined in the system.
To make matters worst, there is no hostname in front of the services, so it is very difficult to identify the correct service since most the service description is almost the same.
Please advice on this. The listbox size issue has still not been resolved. this should be an easy fix.
Service Dependency Management
Service Dependency Management
You do not have the required permissions to view the files attached to this post.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Service Dependency Management
In the next Nagios XI release, the services will be "paired" with the hosts under the "Service Dependency Management". See below:
In regards to the scroll bar - the vertical scroll bar is pushed to the right because of the service names length.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Service Dependency Management
I dont agree with your statement.lmiltchev wrote:In the next Nagios XI release, the services will be "paired" with the hosts under the "Service Dependency Management". See below: In regards to the scroll bar - the vertical scroll bar is pushed to the right because of the service names length.
Vertical scrollbar should always be visible if the list is longer than what can be displayed.
In Nagios case need to scroll to the right to see the vertical scrollbar. This is not the standard UI behaviour.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Service Dependency Management
This will also be fixed in the next release. If you need to patch it right away, you can open the "style.css" in a text editor:
and search for "div.listDiv" in the file. On my test box, this is around line 228. Change this line:
to this:
Save and exit. Let me know if this fixed your issue.
Code: Select all
vi /usr/local/nagiosxi/html/includes/components/ccm/css/style.cssCode: Select all
div.listDiv select {min-width:250px;}Code: Select all
div.listDiv select {min-width:250px; max-width:275px;}Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Service Dependency Management
lmiltchev wrote:This will also be fixed in the next release. If you need to patch it right away, you can open the "style.css" in a text editor:
and search for "div.listDiv" in the file. On my test box, this is around line 228. Change this line:Code: Select all
vi /usr/local/nagiosxi/html/includes/components/ccm/css/style.cssto this:Code: Select all
div.listDiv select {min-width:250px;}Save and exit. Let me know if this fixed your issue.Code: Select all
div.listDiv select {min-width:250px; max-width:275px;}
It is fine now thanks.
Now the only piece missing is the search filter. Hope Nagios can put this in all the list selection dialogs.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Service Dependency Management
I will file an internal feature request. There is no guarantee this will be implemented, but it may (if it is not too difficult thing to do).Now the only piece missing is the search filter. Hope Nagios can put this in all the list selection dialogs.
Be sure to check out our Knowledgebase for helpful articles and solutions!