You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently one receives several alerts for checks on a node even if (by logic) the other service are not reachable if the host itself is not reachable. It should be possible to define a parent/master check, that if this one goes "down" does not trigger alerts for related other checks that cannot be checked by logic.
The solution could be to have the parent/master check for a block defined in the JSON config files. Just move the children checks right below the master check. Maybe require an empty line after such a block if more parent <--> children checks are to be set for other things within the same file.
Currently one receives several alerts for checks on a node even if (by logic) the other service are not reachable if the host itself is not reachable. It should be possible to define a parent/master check, that if this one goes "down" does not trigger alerts for related other checks that cannot be checked by logic.
Example:
4 Alerts triggered
The solution could be to have the parent/master check for a block defined in the JSON config files. Just move the children checks right below the master check. Maybe require an empty line after such a block if more parent <--> children checks are to be set for other things within the same file.
1 Alert triggered
The text was updated successfully, but these errors were encountered: