Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Control] GR11 V4 Service Health Alerts and Events Check #289

Merged
merged 14 commits into from
Dec 4, 2024
Prev Previous commit
Next Next commit
Added service health module to modules.json
alalvi00 committed Dec 3, 2024
commit b76be398e1309f7752ed5f0f7508e5630ab2620e
15 changes: 15 additions & 0 deletions setup/modules.json
Original file line number Diff line number Diff line change
@@ -1025,6 +1025,21 @@
}
]
},
{
"ModuleName": "Check-ServiceHealthAlerts",
"Control": "Guardrails11",
"ModuleType": "Builtin",
"Status": "Enabled",
"Required": "True",
"Profiles": [1, 2, 3, 4, 5, 6],
"Script": "Get-ServiceHealthAlerts -ControlName $msgTable.CtrName1 -ItemName $msgTable.alertsMonitor -MsgTable $msgTable -ReportTime $ReportTime -itsgcode $vars.itsgcode -CloudUsageProfiles $cloudUsageProfilesString -ModuleProfiles $ModuleProfilesString",
"localVariables": [
{
"Name": "itsgcode",
"Value": "AC2(11)"
}
]
},
{
"ModuleName": "Check-DocumentExistsInStorage",
"Control": "Guardrails11",