mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
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->programStatus->endpoint_name
|
||||||
: $this->translate('N/A') ?></td>
|
: $this->translate('N/A') ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th><?= $this->translate('Active Icinga Web 2 Endpoint'); ?></th>
|
||||||
|
<td><?= gethostname() ?: $this->translate('N/A') ?></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php if ((bool) $this->programStatus->is_currently_running === true): ?>
|
<?php if ((bool) $this->programStatus->is_currently_running === true): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user