-
Notifications
You must be signed in to change notification settings - Fork 39
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
Post event when device disappears from a netbox #2392
Comments
In reality, this is two events:
|
Changed the wording of this issue. We are already working on number 2, so this issue is really about number 1: Notify when devices are removed. |
some alerts for reporting that a device has disappeared already exist, like chassisDown and moduleDown alerts. These are meant for devices suddenly going missing, but I dont know how to differentiate between a device randomly dying and a device being purposefully removed from the netbox. PR #2414 adds alerts when a Chassis, Module or PowersupplyOrFan pops up on a netbox, To compliment that here only events for PowersupplyOrFan devices disappearing are missing. But PowersupplyOrFan are a little different, as they have no UP and DOWN states like chassis and modules have, they simply get deleted if they are found to be missing. So new events called psuDeleted and fanDeleted or something might cover this. My questions:
|
for chassis and modules: add deviceDeletedChassis and deviceDeletedModule when chassis and module are manually and intentionally deleted via status2 ( |
This was actually finally closed by #2982 |
The text was updated successfully, but these errors were encountered: