mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
8db123ffa0
commit
6c313b816e
@ -73,8 +73,8 @@ $stateBadges
|
|||||||
'host_state' => 2,
|
'host_state' => 2,
|
||||||
'host_handled' => 1
|
'host_handled' => 1
|
||||||
),
|
),
|
||||||
'List %u host that is currently in state UNREACHABLE (Acknowledged) in the host group "%s"',
|
'List %u host that is currently in state UNREACHABLE (Acknowledged)',
|
||||||
'List %u hosts which are currently in state UNREACHABLE (Acknowledged) in the host group "%s"',
|
'List %u hosts which are currently in state UNREACHABLE (Acknowledged)',
|
||||||
array($stats->hosts_unreachable_handled)
|
array($stats->hosts_unreachable_handled)
|
||||||
)
|
)
|
||||||
->add(
|
->add(
|
||||||
@ -83,8 +83,8 @@ $stateBadges
|
|||||||
array(
|
array(
|
||||||
'host_state' => 99
|
'host_state' => 99
|
||||||
),
|
),
|
||||||
'List %u host that is currently in state UNREACHABLE (Acknowledged)',
|
'List %u host that is currently in state PENDING',
|
||||||
'List %u hosts which are currently in state UNREACHABLE (Acknowledged)',
|
'List %u hosts which are currently in state PENDING',
|
||||||
array($stats->hosts_pending)
|
array($stats->hosts_pending)
|
||||||
);
|
);
|
||||||
echo $stateBadges->render();
|
echo $stateBadges->render();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user