I found out that there is an error in handling dependencies in version 1.0:
For example you make several leaf routers dependent on some root router. Then root router goes down. Dependency works and you get only mail about this root router. But when it goes up, you get mail about each leaf server also going up.
This is because you check dependencies while figuring out if host is up or not. When you have already figure out that root server is up, you send notifications that leaf servers are also up. There should be some time frame, when you should not send notifications about dependent hosts.
What do you think about it?
Thank you for your attention.
For example you make several leaf routers dependent on some root router. Then root router goes down. Dependency works and you get only mail about this root router. But when it goes up, you get mail about each leaf server also going up.
This is because you check dependencies while figuring out if host is up or not. When you have already figure out that root server is up, you send notifications that leaf servers are also up. There should be some time frame, when you should not send notifications about dependent hosts.
What do you think about it?
Thank you for your attention.
Comment