health: Show icingadb version

This commit is contained in:
Johannes Meyer 2025-06-06 12:45:21 +02:00
parent eaa60a37fb
commit 2a3531033e

View file

@ -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')