Hi,
I'm trying to do the following:
Item for the "forward DNS" of a host
Item for the "reverse DNS" of a host
Trigger if they don't match.
I thought I could create an external script that would run on the Zabbix Server (not on each individual host via the Zabbix Agent).
I want to fire an external script, and give it an extra parameter: either the DNS name, or the IP address as configured in Zabbix Server.
But firing an external script, doesn't allow passing it parameters that are properties of that host.
Is there another (proper) way of doing it?
The reason I don't prefer using the Zabbix Agent on each server, is because of configuration-management.
Regards,
M.
I'm trying to do the following:
Item for the "forward DNS" of a host
Item for the "reverse DNS" of a host
Trigger if they don't match.
I thought I could create an external script that would run on the Zabbix Server (not on each individual host via the Zabbix Agent).
I want to fire an external script, and give it an extra parameter: either the DNS name, or the IP address as configured in Zabbix Server.
But firing an external script, doesn't allow passing it parameters that are properties of that host.
Is there another (proper) way of doing it?
The reason I don't prefer using the Zabbix Agent on each server, is because of configuration-management.
Regards,
M.
Comment