mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-20 00:10:29 -05:00
Previously the dependency state was evaluated by picking the first
dependency object from the batched members. However, since the
dependency `disable_{checks,notifications` attributes aren't taken into
account when batching the members, the evaluated state may yield a wrong
result for some Checkables due to some random dependency from other
Checkable of that group that has the `disable_{checks,notifications`
attrs set. This commit forces the callers to always provide the child
Checkable the state is evaluated for and picks only the dependency
objects of that child Checkable.
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| icingadb-itl.conf | ||
| icingadb-objects.cpp | ||
| icingadb-stats.cpp | ||
| icingadb-utility.cpp | ||
| icingadb.cpp | ||
| icingadb.hpp | ||
| icingadb.ti | ||
| icingadbchecktask.cpp | ||
| icingadbchecktask.hpp | ||
| redisconnection.cpp | ||
| redisconnection.hpp | ||