-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
7.0.0rc3
-
None
-
[root@zabbix adminlocal]# rpm -qa | grep postgres
postgresql16-libs-16.3-1PGDG.rhel9.x86_64
postgresql16-16.3-1PGDG.rhel9.x86_64
postgresql16-server-16.3-1PGDG.rhel9.x86_64
[root@zabbix adminlocal]# rpm -qa | grep zabbix
zabbix-release-6.5-2.el9.noarch
zabbix-web-7.0.0-rc3.release1.el9.noarch
zabbix-web-pgsql-7.0.0-rc3.release1.el9.noarch
zabbix-web-deps-7.0.0-rc3.release1.el9.noarch
zabbix-server-pgsql-7.0.0-rc3.release1.el9.x86_64
zabbix-apache-conf-7.0.0-rc3.release1.el9.noarch
zabbix-sql-scripts-7.0.0-rc3.release1.el9.noarch
zabbix-selinux-policy-7.0.0-rc3.release1.el9.x86_64
zabbix-agent-7.0.0-rc3.release1.el9.x86_64
[root@zabbix adminlocal]# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.4 (Plow)
[ root@zabbix adminlocal]# rpm -qa | grep postgres postgresql16-libs-16.3-1PGDG.rhel9.x86_64 postgresql16-16.3-1PGDG.rhel9.x86_64 postgresql16-server-16.3-1PGDG.rhel9.x86_64 [ root@zabbix adminlocal]# rpm -qa | grep zabbix zabbix-release-6.5-2.el9.noarch zabbix-web-7.0.0-rc3.release1.el9.noarch zabbix-web-pgsql-7.0.0-rc3.release1.el9.noarch zabbix-web-deps-7.0.0-rc3.release1.el9.noarch zabbix-server-pgsql-7.0.0-rc3.release1.el9.x86_64 zabbix-apache-conf-7.0.0-rc3.release1.el9.noarch zabbix-sql-scripts-7.0.0-rc3.release1.el9.noarch zabbix-selinux-policy-7.0.0-rc3.release1.el9.x86_64 zabbix-agent-7.0.0-rc3.release1.el9.x86_64 [ root@zabbix adminlocal]# cat /etc/redhat-release Red Hat Enterprise Linux release 9.4 (Plow)
Steps to reproduce:
- Clean installation zabbix-server 7 with postgresql
- Configure zabbix-agent host only with dns name
- Host says not available with this error: Get value from agent failed: Cannot resolve address: nodename nor servname provided, or not known
- Test item manualy return values as expected
- Reconfigure host with ip address and switch to IP system
- Monitoring works
Result:
Working only with ip addresses
Expected:
Working both method, ip address and dns too