Skip to content

Commit

Permalink
Revert "VolatileStateResults: Ignore is_reachable fully"
Browse files Browse the repository at this point in the history
This reverts commit cf8aa89.
  • Loading branch information
nilmerg committed Dec 12, 2024
1 parent 851bdfe commit c8eaa17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Icingadb/Redis/VolatileStateResults.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ protected function applyRedisUpdates($rows)

if (! isset($states[$type]['keys'])) {
[$keys, $behaviors, $definitions] = $getKeysAndBehaviors($row->state);
$keys = array_diff($keys, ['is_reachable']);

if (! $showSourceGranted) {
$keys = array_diff($keys, ['check_commandline']);
Expand Down

0 comments on commit c8eaa17

Please sign in to comment.