The main difference is that the hosts i create have &hostgroup=linux-servers added to the URL. Is there any way to prevent that and get the behavior that i get with localhost for links?
so when i compared the 2 hosts it looks like both were added through CCM->Hostgroups->Edit->Manage Hosts->->Add Selected
to test i also tried adding it through CCM->Hosts->Edit->Manage Hostgroups->Add Selected however, the same behavior was exhibited. The only way i was able to have the link show up without the extra part in the URL was to clone localhost and then edit the clone
Can you show us the configs of both hosts, and the hostgroup they are members of?
CCM->Hosts-><host 1>->View Text Config (the diskette icon)
CCM->Hosts-><host 2>->View Text Config (the diskette icon)
CCM->Host Groups-><hostgroup>->View Text Config (the diskette icon)
Be sure to check out our Knowledgebase for helpful articles and solutions!
###############################################################################
#
# Host configuration file
#
# Created by: Nagios Core Config Manager 2.3.3
# Date: 2015-08-06 10:50:59
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios CCM will overwrite all manual settings during the next update if you
# would like to edit files manually, place them in the 'static' directory or
# import your configs into the CCM by placing them in the 'import' directory.
#
###############################################################################
define host {
host_name vs-xi
use linux-server
alias vs-xi
address 127.0.0.1
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
###############################################################################
#
# Host configuration file
#
# Created by: Nagios Core Config Manager 2.3.3
# Date: 2015-08-06 10:54:41
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios CCM will overwrite all manual settings during the next update if you
# would like to edit files manually, place them in the 'static' directory or
# import your configs into the CCM by placing them in the 'import' directory.
#
###############################################################################
define host {
host_name vs-xiprod
use linux-server
alias vs-xiprod
address 134.48.29.86
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
###############################################################################
#
# Hostgroup configuration file
#
# Created by: Nagios Core Config Manager 2.3.3
# Date: 2015-08-06 10:53:14
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios CCM will overwrite all manual settings during the next update if you
# would like to edit files manually, place them in the 'static' directory or
# import your configs into the CCM by placing them in the 'import' directory.
#
###############################################################################
define hostgroup {
hostgroup_name linux-servers
alias Linux Servers
members vs-xi,vs-xiprod
}
###############################################################################
#
# Timeperiod configuration file
#
# END OF FILE
#
###############################################################################
You do not have the required permissions to view the files attached to this post.
After digging a little bit more into this, we actually confirmed that this is a bug. Our developers are looking into this as we speak. The issue will be fixed in the next release of XI.
Be sure to check out our Knowledgebase for helpful articles and solutions!