I have a problem using dependencies in Orion. I created a dependency in which node A is the parent and node B is the child. In order to check if the dependency is working, I simulated a down state for node A (changing its polling IP so that the node stopped responding) and waited for node B to change to unreachable status, but this didn't happen. Node B continued in Up status (apparently, when parent goes down, the child doesn't go unreachable if is still responding). When I simulated a down state for node B (in the same way that for node A) the node goes to Down status and then, after several minutes, it goes to unreachable status. The dependency is working but the problem is that node B first goes down and triggers an alert before going to unreachable status.
Is there any way to change this? I could't find any timing configuration in 'manage dependencies'.
Thanks in advance.