Kat Hoessel
Kat Hoessel
- [ ] Figure out what Zabbix can do for passing on alerts
Closing in favour of #172
Blocked by Uninett/Argus-frontend#70. Modelling of severity values is needed.
Quoting @hmpf (#255) ---- - [ ] SourceType. Like Source, a list of primary keys. No keys or missing, not filtering on source. - [ ] Whether open/closed. True/False/None, true/false/nil...
As Django 3.1 will introduce changes in the usage and handling of `JSONField`, it seems sensible to complete Uninett/Argus-frontend#257 before tackling this. Marking blocked until Uninett/Argus-frontend#257 is done.
Please also mind Uninett/Argus-frontend#136, which proposes API changes to the format of the tags submitted with an incident.
I like the idea of displaying the duration, as it simplifies the view and makes relevant info easier to grasp to the user. I agree that on closed incidents, duration...
We could consider the use of PostgreSQL JSON storage and query features. Storing tags as JSON in the database avoids typed tags. https://www.postgresql.org/docs/11/functions-json.html