From: Robin Roevens <robin.roevens@disroot.org>
To: development@lists.ipfire.org
Cc: Robin Roevens <robin.roevens@disroot.org>
Subject: [PATCH 2/2] zabbix_agentd: add LLDP and DBUS services monitoring
Date: Wed, 25 Mar 2026 20:26:32 +0100 [thread overview]
Message-ID: <20260325192808.3847263-3-robin.roevens@disroot.org> (raw)
In-Reply-To: <20260325192808.3847263-1-robin.roevens@disroot.org>
- 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.
prev parent reply other threads:[~2026-03-25 19:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260325192808.3847263-3-robin.roevens@disroot.org \
--to=robin.roevens@disroot.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox