From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Cc: Stefan Schantl <stefan.schantl@ipfire.org>
Subject: [PATCH 2/2] services.cgi: Add status details for messagebus
Date: Wed, 26 Nov 2025 19:12:48 +0100 [thread overview]
Message-ID: <20251126181248.3231-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20251126181248.3231-1-stefan.schantl@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
html/cgi-bin/services.cgi | 6 ++++++
langs/en/cgi-bin/en.pl | 1 +
2 files changed, 7 insertions(+)
diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi
index b8ad0739e..4530d27f4 100644
--- a/html/cgi-bin/services.cgi
+++ b/html/cgi-bin/services.cgi
@@ -120,6 +120,12 @@ $querry[1] = 'hour' unless defined $querry[1];
# LLDPD
$Lang::tr{'lldp'} => {
"process" => "lldpd",
+ },
+
+ # DBus
+ $Lang::tr{'messagebus'} => {
+ "process" => "dbus-daemon",
+ "pidfile" => "/var/run/dbus/pid",
}
});
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index e5f10db74..ebafa951a 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1839,6 +1839,7 @@
'memory' => 'Memory',
'memory information' => 'Memory information',
'memory usage per' => 'Memory Usage per',
+'messagebus' => 'Messagebus (DBus)',
'messages' => 'Messages',
'messages logging' => 'Logsettings for /var/log/messages',
'method' => 'Method:',
--
2.47.3
prev parent reply other threads:[~2025-11-26 18:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-26 18:12 [PATCH 1/2] services.cgi: Add status details for LLDPD Stefan Schantl
2025-11-26 18:12 ` Stefan Schantl [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=20251126181248.3231-2-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.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