Merge pull request #3783 from Punkoivan/master

Added info about icingaweb endpoint into "System -> Monitoring Health" section
This commit is contained in:
Johannes Meyer 2019-05-27 08:28:00 +02:00 committed by GitHub
commit a2d82c2365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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): ?>