nav icon indicating copy to clipboard operation
nav copied to clipboard

Lifecycle events

Open runeki opened this issue 5 years ago • 1 comments

There should be a historical list of events in a device's life cycle.

  • [ ] #2391
    • Chassis, module or some other kind of device.
  • [ ] #2392
    • Device has moved: Module to another device. Chassis to another location. Netbox changed name. etc.
    • Device "on shelf" when not seen for some time. Or device/module deleted.
    • (Historical data for deleted devices should be available for reference)
  • [x] #2393

Events like these were created many years ago by the old collection engine in NAV, but this was never taken up by the current collection engine.

Some of the necessary event- and alert types already exist in the NAV schema, thanks to this. Some of these could be re-used, but some new ones should probably also be created:

  • https://nav.readthedocs.io/en/latest/reference/alerttypes.html#deviceactive-events
  • https://nav.readthedocs.io/en/latest/reference/alerttypes.html#devicestate-events
  • https://nav.readthedocs.io/en/latest/reference/alerttypes.html#devicenotice-events

runeki avatar Oct 02 '19 11:10 runeki

Somewhat related to #1501

lunkwill42 avatar Nov 13 '19 12:11 lunkwill42