<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/admin/zabbix, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-07-22T23:04:06Z</updated>
<entry>
<title>zabbix: add php8-mod-simplexml dependency to frontend</title>
<updated>2026-07-22T23:04:06Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-17T06:48:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3e46007e605a8e6da5abd56bd45b485ee769e19b'/>
<id>urn:sha1:3e46007e605a8e6da5abd56bd45b485ee769e19b</id>
<content type='text'>
While the frontend can mostly operate without php8-mod-simplexml, when
trying to import XML templates the user only gets unhelpful error
messages and is unlikely to realize the module is required for that
functionality. Therefore have the frontend depend on php8-mod-simplexml.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: stop shipping sysctl.d conf in package</title>
<updated>2026-07-22T23:04:06Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-17T06:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f1bf9f56d866dfe8192f82428e910a3420092039'/>
<id>urn:sha1:f1bf9f56d866dfe8192f82428e910a3420092039</id>
<content type='text'>
The sysctl file increases max files to allow the default full
complement of discovery workers, however this is probably not a
hard requirement and such a conf not shipped elsewhere in tree, so
leave that to the user to configure. (The syslog messages from
zabbix-server and/or zabbix-proxy provided the needed information).

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: reorganize files dir for clarity and to better follow the FHS</title>
<updated>2026-07-22T23:04:06Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-17T03:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2616169cd42ae207254f9d4a9b59a4ca8d527210'/>
<id>urn:sha1:2616169cd42ae207254f9d4a9b59a4ca8d527210</id>
<content type='text'>
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 &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: preserve user config files across sysupgrade</title>
<updated>2026-07-22T23:04:06Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-17T01:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9058162e11dc2e0728aaa3380d975e4f412168b3'/>
<id>urn:sha1:9058162e11dc2e0728aaa3380d975e4f412168b3</id>
<content type='text'>
Add the user config file directories (/etc/zabbix_x.conf.d) to the
list of directories and files to preserve across sysupgrade.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: bump version to 7.0.28</title>
<updated>2026-07-18T08:59:18Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-16T01:41:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=69b555d22a04703a6564009011f320d289c09c64'/>
<id>urn:sha1:69b555d22a04703a6564009011f320d289c09c64</id>
<content type='text'>
Update to latest LTS. See release notes:
https://www.zabbix.com/rn/rn7.0.28

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: do not error in postinst when no ubusd</title>
<updated>2026-07-16T06:48:33Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-15T06:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=33fa804bdd693f29d6f91fc597a024d91fa5b006'/>
<id>urn:sha1:33fa804bdd693f29d6f91fc597a024d91fa5b006</id>
<content type='text'>
Now that post install is running properly, when CI executes the
tests the zabbix-extra-* packages that have a posinst exit the
post install with an error if ubusd is not running.

Drop the error code from killall with no usbd running to fix this.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: add version check override</title>
<updated>2026-07-10T18:56:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-10T06:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ec085718d847d60f812f69ec900bb8b5b9c84e4'/>
<id>urn:sha1:9ec085718d847d60f812f69ec900bb8b5b9c84e4</id>
<content type='text'>
Allow CI to pass the version check for packages with executables
with not version output.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: remove dependency on symbol ZABBIX_ENABLE_ZABBIX</title>
<updated>2026-07-10T18:56:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-07-10T03:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d5eb49a42d8aea05c59862039a57e2d0de25710a'/>
<id>urn:sha1:d5eb49a42d8aea05c59862039a57e2d0de25710a</id>
<content type='text'>
It results a failure to build due to
https://github.com/openwrt/gh-action-sdk/issues/70. This means there will be some
ZABBIX symbols in .config eveen when ZABBIX is not selected, but this is a
necessary tradeoff. See
https://github.com/openwrt/packages/pull/29803#issuecomment-4882201182.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: bump to 7.0.27 and fix Makefile</title>
<updated>2026-07-10T18:56:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-06-22T02:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=13ee37072d7e146aef2ba1fedfb9ca405c46589c'/>
<id>urn:sha1:13ee37072d7e146aef2ba1fedfb9ca405c46589c</id>
<content type='text'>
* Update version to latest upstream LTS version.

* The Makefile was using an overly clever means to be compact that the
  CI webhook, and possibly the CI test container, didn't understand. We
  unroll that logic, and have more usual install and conffiles sections.
  In the process we fix a missing conffile install for zbbix-proxy*
	packages.

* Whitespace fixups

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>zabbix: prevent invalid package selection</title>
<updated>2026-05-13T11:54:29Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-05-09T21:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=736edbfa2f76eba06102f67c6d0ae4224d26d2d3'/>
<id>urn:sha1:736edbfa2f76eba06102f67c6d0ae4224d26d2d3</id>
<content type='text'>
zabbix-sender and zabbix-get are only build if agentd is built.
Therefore do not allow selection them if the full agentd is not
being built.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
</feed>
