Skip to content

Commit 156e32e

Browse files
authored
prevent sircal from alerting on NSSP secondary signals (#2098)
* prevent sircal from alerting on NSSP secondary signals * JSON doesnt like trailing commas
1 parent 5b41311 commit 156e32e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@
4444
},
4545
"nssp": {
4646
"max_age":19,
47-
"maintainers": []
47+
"maintainers": [],
48+
"retired-signals": [
49+
"pct_ed_visits_combined_2023rvr",
50+
"pct_ed_visits_covid_2023rvr",
51+
"pct_ed_visits_influenza_2023rvr",
52+
"pct_ed_visits_rsv_2023rvr"
53+
]
4854
},
4955
"nhsn": {
5056
"max_age":19,

sir_complainsalot/params.json.template

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@
4444
},
4545
"nssp": {
4646
"max_age":19,
47-
"maintainers": []
47+
"maintainers": [],
48+
"retired-signals": [
49+
"pct_ed_visits_combined_2023rvr",
50+
"pct_ed_visits_covid_2023rvr",
51+
"pct_ed_visits_influenza_2023rvr",
52+
"pct_ed_visits_rsv_2023rvr"
53+
]
4854
}
4955
}
5056
}

0 commit comments

Comments
 (0)