Service Dependency Management

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

Service Dependency Management

Post by rajasegar »

Nagios XI Ent Ed 2014R1.2
08-07-2014 04-44-59 PM.png
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.
08-07-2014 04-51-17 PM.png
08-07-2014 04-51-27 PM.png
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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Service Dependency Management

Post by lmiltchev »

In the next Nagios XI release, the services will be "paired" with the hosts under the "Service Dependency Management". See below:
example01.PNG
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!
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: Service Dependency Management

Post by rajasegar »

lmiltchev wrote:In the next Nagios XI release, the services will be "paired" with the hosts under the "Service Dependency Management". See below:
example01.PNG
In regards to the scroll bar - the vertical scroll bar is pushed to the right because of the service names length.
I dont agree with your statement.
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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Service Dependency Management

Post by lmiltchev »

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:

Code: Select all

vi /usr/local/nagiosxi/html/includes/components/ccm/css/style.css
and search for "div.listDiv" in the file. On my test box, this is around line 228. Change this line:

Code: Select all

div.listDiv select {min-width:250px;}
to this:

Code: Select all

div.listDiv select {min-width:250px; max-width:275px;}
Save and exit. Let me know if this fixed your issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: Service Dependency Management

Post by rajasegar »

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:

Code: Select all

vi /usr/local/nagiosxi/html/includes/components/ccm/css/style.css
and search for "div.listDiv" in the file. On my test box, this is around line 228. Change this line:

Code: Select all

div.listDiv select {min-width:250px;}
to this:

Code: Select all

div.listDiv select {min-width:250px; max-width:275px;}
Save and exit. Let me know if this fixed your issue.

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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Service Dependency Management

Post by lmiltchev »

Now the only piece missing is the search filter. Hope Nagios can put this in all the list selection dialogs.
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).
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked