* [PATCH 1/2] zabbix_agentd: Update to 7.0.24 (LTS)
[not found] <20260325192808.3847263-1-robin.roevens@disroot.org>
@ 2026-03-25 19:26 ` Robin Roevens
2026-03-25 19:26 ` [PATCH 2/2] zabbix_agentd: add LLDP and DBUS services monitoring Robin Roevens
1 sibling, 0 replies; 2+ messages in thread
From: Robin Roevens @ 2026-03-25 19:26 UTC (permalink / raw)
To: development; +Cc: Robin Roevens
- Update of rootfile not required
Bugs fixed:
- ZBX-26111 Fixed JSON output for vfs.dev.discovery DEVTYPE field
- ZBX-26500 Fixed system.users.num metric incorrect returned value
- ZBX-26383 Fixed inability to return "not supported" via user parameters
Full changelogs:
- https://www.zabbix.com/rn/rn7.0.22
- https://www.zabbix.com/rn/rn7.0.23
- https://www.zabbix.com/rn/rn7.0.24
Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
---
lfs/zabbix_agentd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd
index be61ca02e..124f60ac0 100644
--- a/lfs/zabbix_agentd
+++ b/lfs/zabbix_agentd
@@ -26,7 +26,7 @@ include Config
SUMMARY = Zabbix Agent
-VER = 7.0.21
+VER = 7.0.24
THISAPP = zabbix-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = zabbix_agentd
-PAK_VER = 20
+PAK_VER = 21
DEPS = fping
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = afc14329a5e97db6aca7f6dbd27921d8e6c1812f0c64e1e811bf41dd3fffe88cd0facd8afa56f06061aea74476f429b81ac55cbe5d6e325925dc0f0f45c354d9
+$(DL_FILE)_BLAKE2 = d508b84185493ce830ff2990569407c4e6ff03437c406e15258c1641e21c4c3b5195ca329903c44b73ec4fec022bd31c6bdd3883caa824e577e5044c0a5e840a
install : $(TARGET)
--
2.53.0
--
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] zabbix_agentd: add LLDP and DBUS services monitoring
[not found] <20260325192808.3847263-1-robin.roevens@disroot.org>
2026-03-25 19:26 ` [PATCH 1/2] zabbix_agentd: Update to 7.0.24 (LTS) Robin Roevens
@ 2026-03-25 19:26 ` Robin Roevens
1 sibling, 0 replies; 2+ messages in thread
From: Robin Roevens @ 2026-03-25 19:26 UTC (permalink / raw)
To: development; +Cc: Robin Roevens
- Added built-in services LLDP and DBus to services discovery script.
Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
---
config/zabbix_agentd/ipfire_services.pl | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/config/zabbix_agentd/ipfire_services.pl b/config/zabbix_agentd/ipfire_services.pl
index d3f9855ba..a2949f729 100755
--- a/config/zabbix_agentd/ipfire_services.pl
+++ b/config/zabbix_agentd/ipfire_services.pl
@@ -5,9 +5,9 @@
# by Zabbix server
#
# Author: robin.roevens (at) disroot.org
-# Version: 3.0
+# Version: 3.1
#
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org>
+# Copyright (C) 2007-2026 IPFire Team <info@ipfire.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -101,6 +101,17 @@ my %services = (
'OpenVPN Roadwarrior Server' => {
"process" => "openvpn",
"pidfile" => "/var/run/openvpn-rw.pid",
+ },
+
+ # LLDPD
+ 'Link Layer Discovery Protocol' => {
+ "process" => "lldpd",
+ },
+
+ # DBus
+ 'D-Bus Daemon' => {
+ "process" => "dbus-daemon",
+ "pidfile" => "/var/run/dbus/pid",
}
);
--
2.53.0
--
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-25 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20260325192808.3847263-1-robin.roevens@disroot.org>
2026-03-25 19:26 ` [PATCH 1/2] zabbix_agentd: Update to 7.0.24 (LTS) Robin Roevens
2026-03-25 19:26 ` [PATCH 2/2] zabbix_agentd: add LLDP and DBUS services monitoring Robin Roevens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox