I added nslookup as a script in my Zabbix 1.6.2 "Configuration --> Scripts". I want to use this to monitor connectivity and routing with queries to various root servers.
In 1.0 versions of Zabbix I would do things like this with zabbix_agentd running on the Zabbix server, and bash or php scripts to return useful results. This Scripts functionality, new to me, seems to promise the ability to execute system applications and scripts without having to run zabbix_agentd.
'Can't figure out how though. When I add the hosts (root servers) I want to query, and go to set up Items, I cannot figure out how to add the script as an action. I intuit that icmpping calls the script /usr/bin/ping and returns an integer result, but how can I get the same sort of functionality with nslookup?
In 1.0 versions of Zabbix I would do things like this with zabbix_agentd running on the Zabbix server, and bash or php scripts to return useful results. This Scripts functionality, new to me, seems to promise the ability to execute system applications and scripts without having to run zabbix_agentd.
'Can't figure out how though. When I add the hosts (root servers) I want to query, and go to set up Items, I cannot figure out how to add the script as an action. I intuit that icmpping calls the script /usr/bin/ping and returns an integer result, but how can I get the same sort of functionality with nslookup?
Comment