Translate repository documentation and configuration added for ldap logging

This commit is contained in:
2026-08-03 20:57:48 +00:00
parent 8a9115af83
commit b54b180115
14 changed files with 170 additions and 118 deletions
+3 -3
View File
@@ -74,9 +74,9 @@ def refresh_mesh_presence() -> dict[str, int]:
if not config:
return {"checked": 0, "online": 0, "offline": 0, "unknown": 0}
# Die Präsenzprüfung läuft standardmäßig alle 30 Sekunden. Ihre erfolgreiche
# ListDevices-Ausgabe wird nach dem Einlesen nicht als Zeitstempeldatei behalten.
# Bei einem Parsefehler speichern wir nur eine einzige überschreibbare Fehlerdatei.
# The presence check runs every 30 seconds by default. Its successful
# ListDevices output is not retained as a timestamped file after parsing.
# On a parse error, retain only one replaceable diagnostic file.
result = _run_meshctrl(
config,
"ListDevices",