Merge pull request #3783 from Punkoivan/master
Added info about icingaweb endpoint into "System -> Monitoring Health" section
This commit is contained in:
commit
a2d82c2365
|
@ -56,6 +56,10 @@ if (! $this->compact): ?>
|
|||
? $this->programStatus->endpoint_name
|
||||
: $this->translate('N/A') ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= $this->translate('Active Icinga Web 2 Endpoint'); ?></th>
|
||||
<td><?= gethostname() ?: $this->translate('N/A') ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php if ((bool) $this->programStatus->is_currently_running === true): ?>
|
||||
|
|
Loading…
Reference in New Issue