Is there any way to check the LLD status and trigger if the status is other than Enabled?
As a workaround in my discovery scripts, I add the "ERROR" status in case of execution problems and trigger this string.
The problem appears in some ready-made discoveries, e.g. zfs or ipmi, where there is no control whether discovery worked.
I have scripts on the server side that checks "resources" and add specific templates (e.g. if found zfs is present and adds a zfs template). Then I would like to monitor from zabbix itself whether discovery will work, because it must work (detect zfs pools) if I add a template to host previously detected script.
As a workaround in my discovery scripts, I add the "ERROR" status in case of execution problems and trigger this string.
The problem appears in some ready-made discoveries, e.g. zfs or ipmi, where there is no control whether discovery worked.
I have scripts on the server side that checks "resources" and add specific templates (e.g. if found zfs is present and adds a zfs template). Then I would like to monitor from zabbix itself whether discovery will work, because it must work (detect zfs pools) if I add a template to host previously detected script.
Comment