]> git.99rst.org Git - openwrt-packages.git/commit
zabbix: reorganize files dir for clarity and to better follow the FHS
authorDaniel F. Dickinson <redacted>
Fri, 17 Jul 2026 03:56:31 +0000 (23:56 -0400)
committerJosef Schlehofer <redacted>
Wed, 22 Jul 2026 23:04:06 +0000 (01:04 +0200)
commit2616169cd42ae207254f9d4a9b59a4ca8d527210
treed777690417f88c1cdb9767d006f4a9f7831432d6
parent9058162e11dc2e0728aaa3380d975e4f412168b3
zabbix: reorganize files dir for clarity and to better follow the FHS

Reorganize the extra files under the 'files' dir so that it is more
clear where they go and what they are for, and to avoid having a
disorganized mass of files.

Move the extra C source file out of files and into 'src-extra'.

Avoid treating openwrt-supplied params files as configuration data.
Instead have them in a separate directory under /usr/share which is
included in the zabbix_agentd configuration by default. This also better
follows the FHS.

Hopefully these changes make sense on their own, as well as helping the
CI accept the changes.

Signed-off-by: Daniel F. Dickinson <redacted>
admin/zabbix/Makefile
admin/zabbix/files/usr/share/acl.d/zabbix-network-ubus-acl.json [moved from admin/zabbix/files/zabbix-network-ubus-acl.json with 100% similarity]
admin/zabbix/files/usr/share/acl.d/zabbix-wifi-ubus-acl.json [moved from admin/zabbix/files/zabbix-wifi-ubus-acl.json with 100% similarity]
admin/zabbix/files/usr/share/zabbix_agentd.openwrt-params.d/mac80211 [moved from admin/zabbix/files/mac80211 with 100% similarity]
admin/zabbix/files/usr/share/zabbix_agentd.openwrt-params.d/network [moved from admin/zabbix/files/network with 100% similarity]
admin/zabbix/files/usr/share/zabbix_agentd.openwrt-params.d/wifi [moved from admin/zabbix/files/wifi with 100% similarity]
admin/zabbix/patches/010-change-agentd-config.patch
admin/zabbix/src-extra/zabbix_helper_mac80211.c [moved from admin/zabbix/files/zabbix_helper_mac80211.c with 100% similarity]
git clone https://git.99rst.org/PROJECT