added info about icingaweb endpoint
added info about icingaweb endpoint when using IcingaWeb in HA mode.
This commit is contained in:
parent
467cabea77
commit
d5fd559a82
|
@ -56,6 +56,12 @@ 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 IcingaWeb Endpoint'); ?></th>
|
||||||
|
<td><?= gethostname()
|
||||||
|
? 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…
Reference in New Issue