Can Zabbix process complex output from an external script? For example, if I want to monitor the performance of my DNS server with a custom script that uses dig and returns the DNS answer as well as the query time. How can I have zabbix process the output so that the DNS response can be used in a trigger expression and the query time can be graphed?
Or, do I need to create two external checks, one for the DNS response and another for the query time?
Or, do I need to create two external checks, one for the DNS response and another for the query time?
Comment