-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress alarms/tickets on initial import of a device / interface #257
Comments
This could be a true/false option in config? |
Håvard wanted to design an algorithm for this in Zino 1 first, but that may not be relevant to how it would work in Zino 2, since the internal data structures are built entirely different. While this functionality does not constitute feature parity with Zino 1, it may actually be important to implement in Zino 2.0 (not post-2.0) for new users to adopt it: The issues described will mostly affect those who start Zino for the first time (i.e. with no prior state). I can add the anecdote that if we start Zino 2.0 with the full |
I might add that Håvard suggested we might do this as a config switch, but that that suppression should probably be switched on by default in the new version. Håvard suggested that he finds it comforting that these events are opened when a new router is added, as it serves somewhat as a verification that the router is now being successfully monitored by Zino. He added that it might be interesting to instead add a new type of event that only conveys that a new router has appeared on the monitoring list (i.e. adding 230 routers in a go would open 230 |
When a new device is added to zino without any prior nown state to zino, the server will generate tickets on all interfaces in down state.
These alarms are 99% of time alarms that we do not need and on a new instance of zino this will generate thousands of alarm that the user needs to manually close.
There should be a way to suppress these alarms on the initial run as they are usually not needed.
The text was updated successfully, but these errors were encountered: