display_name feature details
Posted: Tue May 26, 2015 10:30 am
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:
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.
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
}