Argus icon indicating copy to clipboard operation
Argus copied to clipboard

What happens when a Source System is decommissioned?

Open lunkwill42 opened this issue 4 years ago • 2 comments

If a user decommissions a Source System, that system will no longer submit incidents to Argus. However, it is assumed the user still wants to keep the incident history in Argus. How can this be supported by Argus? Thoughts:

  • Most importantly, Argus should be able to prevent future Incidents to be posted on behalf of the decommissioned Source System - but how?
    • User deletes the Source System entry from Argus: This would either cascade-delete all the stored incidents related to the source (a big no-no), or remove the relation from the existing Incidents, thereby fully or partially losing history.
    • Signal a "decommissioned state" for an Source System by either
      • Deleting the Source's associated User account.
      • Setting a boolean flag and/or timestamp on the Source System record to indicate its time of decommission.

lunkwill42 avatar Jul 02 '20 12:07 lunkwill42