mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
health: Show icingadb version
This commit is contained in:
parent
eaa60a37fb
commit
2a3531033e
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ class Health extends BaseHtmlElement
|
|||
t('Active Icinga 2 Endpoint'),
|
||||
$this->data->endpoint->name ?: t('N/A')
|
||||
),
|
||||
new VerticalKeyValue(
|
||||
t('Icinga DB Version'),
|
||||
$this->data->icingadb_version ?? t('N/A')
|
||||
),
|
||||
new VerticalKeyValue(
|
||||
t('Active Icinga Web Endpoint'),
|
||||
gethostname() ?: t('N/A')
|
||||
|
|
|
|||
Loading…
Reference in a new issue