Page 1 of 1

display_name feature details

Posted: Tue May 26, 2015 10:30 am
by nagmoto
Hi,

I am trying to check whether display_name option is supported on nagios core 3.5.

I have added display_name in my host definition but I don't see it being display on my Nagios Web Interface. Can someone please provide an input about this feature?

My Host Definition:

Code: Select all

define host{
        use linux-server
        host_name              abc.domain.com
        alias                       abc1.domain.com
        display_name          APP Production
        address                   10.65.199.259
        hostgroups               test
        max_check_attempts     15
        check_period           24x7
        notification_interval  30
        notification_period    24x7
        }
If this feature is supported can you please tell me how to make it enabled on the nagios web interface , do i need to update any cgi config files ? Appreciate your time and response.

Re: display_name feature details

Posted: Tue May 26, 2015 1:57 pm
by abrist
display_name is is not currently used by the nagios core interface.

Re: display_name feature details

Posted: Tue May 26, 2015 3:01 pm
by nagmoto
abrist,

Is there any future enhancement in place ? In the DOC it was mentioned that this feature will be added in future enhancement.

Re: display_name feature details

Posted: Tue May 26, 2015 3:02 pm
by abrist
nagmoto wrote:Is there any future enhancement in place ?
No, though at some point it may be used. There are third party frontends making use of it though.

Re: display_name feature details

Posted: Mon Jun 01, 2015 4:04 pm
by nagmoto
abrist,

can you please tell me which third party front ends offer this feature and how good is it to use third party tools like does it have any performance impact or is it secure enough ?

Thanks.

Re: display_name feature details

Posted: Mon Jun 01, 2015 4:10 pm
by abrist
None off the top of my head, but others have come to these forums claiming so. I suggest you use the alias directive as that is used by nagios core.

Re: display_name feature details

Posted: Mon Jun 01, 2015 4:13 pm
by nagmoto
abrist,

I already have host_name and alias defined by the customer was asking for display_name feature,so i was trying to find out if i can leverage this option by doing any workaround.

Thanks,

Re: display_name feature details

Posted: Mon Jun 01, 2015 4:39 pm
by abrist
No problem, locking thread.