This patch add 3 extra packages for zabbix-agentd
authorMirko Vogt <mirko@openwrt.org>
Tue, 28 May 2013 10:03:03 +0000 (10:03 +0000)
committerMirko Vogt <mirko@openwrt.org>
Tue, 28 May 2013 10:03:03 +0000 (10:03 +0000)
commit6b0217e42673d6ef3da13b4926f63f54e3c31a39
treec1d0be208ca57681d354474d01917f23a548a05d
parente10d08a3b486cdeb9e4f8d725da2a7c4f9ed1c8e
This patch add 3 extra packages for zabbix-agentd

zabbix-extra-network: a detection rule with the ifname (eth0.1) and the network name (wan).
zabbix-extra-wifi: an universal detection rule for wifi (using libuci-lua) and many userparameters (using libiwinfo-lua)
zabbix-extra-mac80211: a phy (phy0) detection rule and userparameters for mac80211 devices

zabbix-extra-network and zabbix-extra-wifi will work as non root user if /etc/config/wireless and /etc/config/network are world-readeable (default)
(see http://nbd.name/gitweb.cgi?p=uci.git;a=commit;h=07d6fd66f6a20e35490bc8b55d26fdb389016120)
zabbix-extra-mac80211 come with a suid helper so that you can still run zabbix as non root user.

Ready to use templates are available here: http://wiki.openwrt.org/doc/howto/zabbix

Please delete files/zabbix_agentd.conf, it's an empty file.

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 36740
admin/zabbix/Makefile
admin/zabbix/files/mac80211 [new file with mode: 0644]
admin/zabbix/files/network [new file with mode: 0644]
admin/zabbix/files/wifi [new file with mode: 0644]
admin/zabbix/files/zabbix_helper_mac80211.c [new file with mode: 0644]
admin/zabbix/patches/010-change-agentd-config.patch