]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
zabbix_agentd: Configfile reorganization
authorRobin Roevens <robin.roevens@disroot.org>
Thu, 30 Jun 2022 10:15:52 +0000 (12:15 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 6 Jul 2022 09:57:40 +0000 (09:57 +0000)
commite2d54d57d49439e8e4227bf09e38301b3e4a63b4
tree47fddbb3628c7eef731143e528dfff636efcc9d3
parent1d00837e7ec11cc8fd88f9bb0cbbfc152012b793
zabbix_agentd: Configfile reorganization

- Restrict default main config to only the bare minimum options
  and add upstream provided config as example file.
- Remove /etc/zabbix_agentd from backup and instead add only
  zabbix_agentd.conf and subdirs 'scripts' and 'zabbix_agentd.d' to
  the backup.
- Move ipfire managed userparameter_pakfire.conf from
  user managed dir /etc/zabbix_agentd/zabbix_agent.d to
  ipfire managed dir /var/ipfire/zabbix_agentd/userparameters
- Add Include line to existing zabbix_agentd.conf to include
  the new ipfire managed config dir /var/ipfire/zabbix_agentd/...
- Add and include mandatory IPFire specific agent configuration
  which should never be changed by the user.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
config/backup/includes/zabbix_agentd
config/rootfiles/packages/zabbix_agentd
config/zabbix_agentd/zabbix_agentd.conf
config/zabbix_agentd/zabbix_agentd_ipfire_mandatory.conf [new file with mode: 0644]
lfs/zabbix_agentd
src/paks/zabbix_agentd/install.sh