Hello,
Here is unofficial patch which adds external item support.
It means you can fetch item using external command.
Instead of simple check or zabbix agent, zabbix server executes external script and gets output of this script as a result when fetching value.
We use this patch to make zabbix agent protocol secure tunneling it over ssh but there are more things to do using this approach.
This patch is good for people who have some servers hidden behind firewalls and have ssh server on that firewall. All data transmitted to hidden hosts will be encryopted using ssh protocol.
To install this, you will need to put:
- /etc/zabbix/zabbix_get_item into place,
- /etc/zabbix/proxies.conf (definitions of servers and proxies)
- generate ssh keys without passphrase to get to servers
Patch includes utility to add host from commandline and script to import image. All of this is precompiled and working within debian repository
deb http://mirror.opf.slu.cz/zabbix unstable contrib
Here is patch:
Here is unofficial patch which adds external item support.
It means you can fetch item using external command.
Instead of simple check or zabbix agent, zabbix server executes external script and gets output of this script as a result when fetching value.
We use this patch to make zabbix agent protocol secure tunneling it over ssh but there are more things to do using this approach.
This patch is good for people who have some servers hidden behind firewalls and have ssh server on that firewall. All data transmitted to hidden hosts will be encryopted using ssh protocol.
To install this, you will need to put:
- /etc/zabbix/zabbix_get_item into place,
- /etc/zabbix/proxies.conf (definitions of servers and proxies)
- generate ssh keys without passphrase to get to servers
Patch includes utility to add host from commandline and script to import image. All of this is precompiled and working within debian repository
deb http://mirror.opf.slu.cz/zabbix unstable contrib
Here is patch:
Comment