Fix badge for handled critical services in the hostgroups overview
fixes #2806
This commit is contained in:
parent
7a2d8eda8d
commit
85eeff6b09
|
@ -186,7 +186,7 @@ if (! $this->compact): ?>
|
||||||
),
|
),
|
||||||
'List %u service that is currently in state CRITICAL (Acknowledged) on hosts in the host group "%s"',
|
'List %u service that is currently in state CRITICAL (Acknowledged) on hosts in the host group "%s"',
|
||||||
'List %u services which are currently in state CRITICAL (Acknowledged) on hosts in the host group "%s"',
|
'List %u services which are currently in state CRITICAL (Acknowledged) on hosts in the host group "%s"',
|
||||||
array($hostGroup->services_critical_unhandled, $hostGroup->hostgroup_alias)
|
array($hostGroup->services_critical_handled, $hostGroup->hostgroup_alias)
|
||||||
)
|
)
|
||||||
->add(
|
->add(
|
||||||
StateBadges::STATE_UNKNOWN,
|
StateBadges::STATE_UNKNOWN,
|
||||||
|
|
Loading…
Reference in New Issue