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

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