Skip to content

Commit

Permalink
WIP: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Nov 18, 2024
1 parent e5027c8 commit 890c146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icingadb/Redis/VolatileStateResults.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected function applyRedisUpdates($rows)
$serviceHostStates[bin2hex($row->host->id)] = $row->host->state;
if (! isset($serviceHostStates['keys'])) {
$serviceHostStates['keys'] = $row->host->state->getColumns();
$serviceHostStates['behaviors'] = $states[$type]['behaviors'];
$serviceHostStates['behaviors'] = $states[$type]['behaviors']; //TODO: host behavoiors should be added
}
}
}
Expand Down

0 comments on commit 890c146

Please sign in to comment.