public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] services.cgi: Add status details for LLDPD
@ 2025-11-26 18:12 Stefan Schantl
  2025-11-26 18:12 ` [PATCH 2/2] services.cgi: Add status details for messagebus Stefan Schantl
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2025-11-26 18:12 UTC (permalink / raw)
  To: development; +Cc: Stefan Schantl

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 html/cgi-bin/services.cgi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi
index 8b92f7e08..b8ad0739e 100644
--- a/html/cgi-bin/services.cgi
+++ b/html/cgi-bin/services.cgi
@@ -115,6 +115,11 @@ $querry[1] = 'hour' unless defined $querry[1];
 		$Lang::tr{'ovpn roadwarrior server'} => {
 			"process" => "openvpn",
 			"pidfile" => "/var/run/openvpn-rw.pid",
+		},
+
+		# LLDPD
+		$Lang::tr{'lldp'} => {
+			"process" => "lldpd",
 		}
 	});
 
-- 
2.47.3



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] services.cgi: Add status details for messagebus
  2025-11-26 18:12 [PATCH 1/2] services.cgi: Add status details for LLDPD Stefan Schantl
@ 2025-11-26 18:12 ` Stefan Schantl
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2025-11-26 18:12 UTC (permalink / raw)
  To: development; +Cc: Stefan Schantl

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-26 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-26 18:12 [PATCH 1/2] services.cgi: Add status details for LLDPD Stefan Schantl
2025-11-26 18:12 ` [PATCH 2/2] services.cgi: Add status details for messagebus Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox