Skip to content

Commit

Permalink
prevent sircal from alerting on NSSP secondary signals (#2098)
Browse files Browse the repository at this point in the history
* prevent sircal from alerting on NSSP secondary signals

* JSON doesnt like trailing commas
  • Loading branch information
melange396 authored Jan 22, 2025
1 parent 5b41311 commit 156e32e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ansible/templates/sir_complainsalot-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
},
"nssp": {
"max_age":19,
"maintainers": []
"maintainers": [],
"retired-signals": [
"pct_ed_visits_combined_2023rvr",
"pct_ed_visits_covid_2023rvr",
"pct_ed_visits_influenza_2023rvr",
"pct_ed_visits_rsv_2023rvr"
]
},
"nhsn": {
"max_age":19,
Expand Down
8 changes: 7 additions & 1 deletion sir_complainsalot/params.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
},
"nssp": {
"max_age":19,
"maintainers": []
"maintainers": [],
"retired-signals": [
"pct_ed_visits_combined_2023rvr",
"pct_ed_visits_covid_2023rvr",
"pct_ed_visits_influenza_2023rvr",
"pct_ed_visits_rsv_2023rvr"
]
}
}
}

0 comments on commit 156e32e

Please sign in to comment.