Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
konfiguration:widget_help:widget_my_loxberry:healthcheck [2022/09/09 15:13] – angelegt - Externe Bearbeitung 127.0.0.1konfiguration:widget_help:widget_my_loxberry:healthcheck [2022/09/10 12:18] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 ====== Healthcheck  ====== ====== Healthcheck  ======
- 
- 
  
 LoxBerry provides a healthcheck tool to test important system functions of your LoxBerry. LoxBerry provides a healthcheck tool to test important system functions of your LoxBerry.
Zeile 64: Zeile 62:
 The data of each healthcheck, and the summary contain: The data of each healthcheck, and the summary contain:
  
-|Property       |Description                                                 |+^Property       ^Description                                                 ^
 |status         |0/empty...UNKNOWN, 3...ERROR, 4...Warning, 5...OK, 6...Info | |status         |0/empty...UNKNOWN, 3...ERROR, 4...Warning, 5...OK, 6...Info |
 |statustext     |The above status as text                                    | |statustext     |The above status as text                                    |
Zeile 96: Zeile 94:
 Example resultset: Example resultset:
  
-<code syntaxhighlighter-pre>+<code json>
 {"warnings_and_errors":1,"ok":6,"timeepoch":1558954739,"infos":2,"unknown":0,"errors":0,"warnings":1,"timelox":328193939} {"warnings_and_errors":1,"ok":6,"timeepoch":1558954739,"infos":2,"unknown":0,"errors":0,"warnings":1,"timelox":328193939}
 </code> </code>
- 
- 
- 
-\\ 
  
  
Zeile 121: Zeile 115:
 For ''%%errors%%'', ''%%warnings%%'',... add custom circuits as you like. For ''%%errors%%'', ''%%warnings%%'',... add custom circuits as you like.
  
-Update interval +<WRAP center round tip 90%> 
 +=== Update interval ===
  
 Calling the url //does not// run the check on-the-fly. The data are updated daily by the automatic healthcheck. The update interval of the healthcheck is between 18 and 30 hours (randomly delayed).   Calling the url //does not// run the check on-the-fly. The data are updated daily by the automatic healthcheck. The update interval of the healthcheck is between 18 and 30 hours (randomly delayed).  
- +</WRAP>
  
 LoxBerry's own healthcheck only provides data once a day to reduce load on your LoxBerry and your Miniserver. If an important plugin provides it's own heartbeat/healthcheck, you may (also) use that to monitor your plugin.  LoxBerry's own healthcheck only provides data once a day to reduce load on your LoxBerry and your Miniserver. If an important plugin provides it's own heartbeat/healthcheck, you may (also) use that to monitor your plugin.