added info about icingaweb endpoint

added info about icingaweb endpoint when using IcingaWeb in HA mode.
This commit is contained in:
PunkoIvan 2019-05-19 21:18:17 +03:00 committed by GitHub
parent 467cabea77
commit d5fd559a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ if (! $this->compact): ?>
? $this->programStatus->endpoint_name
: $this->translate('N/A') ?></td>
</tr>
<tr>
<th><?= $this->translate('Active IcingaWeb Endpoint'); ?></th>
<td><?= gethostname()
? gethostname()
: $this->translate('N/A') ?></td>
</tr>
</tbody>
</table>
<?php if ((bool) $this->programStatus->is_currently_running === true): ?>