mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-16 17:18:38 -05:00
If Icinga is not running, the view Monitoring Health simply shows a message about the backend not being up and running. This is of course not so useful as it lacks performance and last runtime information but is does not error.
6 lines
177 B
PHTML
6 lines
177 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>
|
|
<div class="content">
|
|
<?= sprintf($this->translate('%s is currently not up and running'), $this->backendName) ?>
|
|
</div>
|