I want to create a LLD rule for a template that gathers it's data from a local script run on the Zabbix server (or proxy).
The host gets added to Zabbix from a discovery rule, but doesn't support Zabbix agent, SNMP or anything else we could use to get this data, the local script queries the API to get the LLD items, but the script needs to be run on the Zabbix server, or somewhere else I can get the data from.
Ideally I'd like to be able to create an LLD rule that runs on the server and runs something like
/path/to/myscript.sh {HOSTNAME}
Is there any way to achieve that?
The host gets added to Zabbix from a discovery rule, but doesn't support Zabbix agent, SNMP or anything else we could use to get this data, the local script queries the API to get the LLD items, but the script needs to be run on the Zabbix server, or somewhere else I can get the data from.
Ideally I'd like to be able to create an LLD rule that runs on the server and runs something like
/path/to/myscript.sh {HOSTNAME}
Is there any way to achieve that?
Comment