Added better error handling and daemon health check

This commit is contained in:
Marcel Baumgartner
2023-06-09 14:38:30 +02:00
parent bd8ba11410
commit fc319f0f73
4 changed files with 97 additions and 12 deletions

View File

@@ -33,7 +33,7 @@
@(entry.Key)
</button>
</h2>
<div id="healthCheck_body_@(entry.Key.ToLower())" class="accordion-collapse collapse show" data-bs-parent="#healthCheck">
<div id="healthCheck_body_@(entry.Key.ToLower())" class="accordion-collapse collapse" data-bs-parent="#healthCheck">
<div class="accordion-body">
<b><TL>Status</TL>:</b>&nbsp;<TL>@(entry.Value.Status)</TL><br/>
<b><TL>Description</TL>:</b>&nbsp;@(entry.Value.Description)<br/>