icingaweb2/modules/monitoring/application/views/scripts/process/not-running.phtml
Eric Lippmann f470e66884 monitoring: Fix view monitoring health when Icinga is not running
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.
2014-11-20 15:23:08 +01:00

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>