Uninett / zino

Zino 2.0 - Network state monitor for research networks
Apache License 2.0
3 stars 4 forks source link

Implement event expiry mechanism from Zino 1 #190

Closed lunkwill42 closed 3 months ago

lunkwill42 commented 3 months ago

Zino 1 enforces an expiry timer for events that have been closed. Once an event expires, it is entirely evicted from Zino's running state, but not before saving a copy of it in a separate history file (one file per event, IIRC). I believe Zino 1 refers to this eviction process as "scavenging" in parts of the code.

Some things that need to be clarified:

johannaengland commented 3 months ago

Duplicate of #182.