Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Non-requirements
    • List archived alerts/events via UI/API
  • Configuration
    • There is one are two global configuration parameter:
      • alert.purge.delay - alerts older than specified number of days will be purged. Value set to 0 to never purge alerts automatically.
      • alert.purge.interval -  interval (in seconds) to wait before running the alert purge thread. Value set to 86400 equals to one day.
  • User permission
    • Root-Admin would have privilege to delete or archive the Alerts.
    • Root-Admin, Domain-Admin, Normal User would have privilege to delete or archive their respective Events. 
  • Upgrade scenario
    • CS creates a new column archived of Boolean type in alert and event tables and fill the column with default value 0 i.e. false.

Architecture and Design description

...