So here is my situation. When installing the agents on the hosts we need specify a hostname in the zabbix_agentd.conf file.
If i specify the actual hostname bailiwick or bailiwick.domain.net the host will be named after the reverse lookup or 10.10.0.5
If i specify the IP address as the hostname 10.10.0.5 the host will be named by the reverse lookup as bailiwick.domain.net. This is what I want the host to be named in Zabbix so this is what I will be using in the .conf file.
The problem is that when the hostname in the .conf file does not match the hostname zabbix is using then the following error occurs:
"Sending list of active checks to [10.10.0.5] failed: host [bailiwick] not found"
How is the host ever going to match if it is always a reverse lookup of what you name it in the .conf file?
Going forward how does one fix it? Do I need to create some kind of VBscript to rename the hostname to the reverse lookup?
As I see it one of the benefits of using discovery is because of the hands off approach. This situation requires hands on unless I can come up with some type of automatic script to fix it.
If i specify the actual hostname bailiwick or bailiwick.domain.net the host will be named after the reverse lookup or 10.10.0.5
If i specify the IP address as the hostname 10.10.0.5 the host will be named by the reverse lookup as bailiwick.domain.net. This is what I want the host to be named in Zabbix so this is what I will be using in the .conf file.
The problem is that when the hostname in the .conf file does not match the hostname zabbix is using then the following error occurs:
"Sending list of active checks to [10.10.0.5] failed: host [bailiwick] not found"
How is the host ever going to match if it is always a reverse lookup of what you name it in the .conf file?
Going forward how does one fix it? Do I need to create some kind of VBscript to rename the hostname to the reverse lookup?
As I see it one of the benefits of using discovery is because of the hands off approach. This situation requires hands on unless I can come up with some type of automatic script to fix it.
Comment