-
Incident report
-
Resolution: Unresolved
-
Trivial
-
7.0.5
-
AlmaLinux release 8.10
-
Support backlog
-
1
Hello,
A strange beavior :
zabbix_agentd -t net.dns.record[dnsServer,28.231.229.91.in-addr.arpa,ptr,,5,tcp]
return the right anwser :
net.dns.record[dnsServer,28.231.229.91.in-addr.arpa,ptr,,5,tcp] [t|28.231.229.91.in-addr.arpa PTR webmail13.hosteam.fr]
But with zabbix_agent2
zabbix_agent2 -t net.dns.record[dnsServer,28.231.229.91.in-addr.arpa,ptr,,5,tcp]
net.dns.record[dnsServer,28.231.229.91.in-addr.arpa,ptr,,5,tcp][m|ZBX_NOTSUPPORTED] [Cannot fetch data: dns: unrecognized address: 28.231.229.91.in-addr.arpa.]
The same request with the IP instead the arpa name works :
zabbix_agent2 -t net.dns.record[dnsServer,91.229.231.28,ptr,,5,tcp] net.dns.record[dnsServer,91.229.231.28,ptr,,5,tcp][s|28.231.229.91.in-addr.arpa PTR webmail13.hosteam.fr]