Translate repository documentation and configuration added for ldap logging
This commit is contained in:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user