You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/alerts.json
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,41 @@
187
187
"label": "Alert on device compliance issues",
188
188
"recommendedRunInterval": "4h"
189
189
},
190
+
{
191
+
"name": "IntunePolicyConflicts",
192
+
"label": "Alert on Intune policy or app conflicts/errors",
193
+
"recommendedRunInterval": "4h",
194
+
"requiresInput": true,
195
+
"multipleInput": true,
196
+
"inputs": [
197
+
{
198
+
"inputType": "switch",
199
+
"inputLabel": "Alert per issue (off = aggregated)",
200
+
"inputName": "AlertEachIssue"
201
+
},
202
+
{
203
+
"inputType": "switch",
204
+
"inputLabel": "Include policy status issues",
205
+
"inputName": "IncludePolicies"
206
+
},
207
+
{
208
+
"inputType": "switch",
209
+
"inputLabel": "Include app install issues",
210
+
"inputName": "IncludeApplications"
211
+
},
212
+
{
213
+
"inputType": "switch",
214
+
"inputLabel": "Alert on conflicts",
215
+
"inputName": "AlertConflicts"
216
+
},
217
+
{
218
+
"inputType": "switch",
219
+
"inputLabel": "Alert on errors/failures",
220
+
"inputName": "AlertErrors"
221
+
}
222
+
],
223
+
"description": "Monitors Intune policy assignment states and app install statuses for conflicts or errors. Defaults to aggregated alerts with all mechanisms enabled and both conflicts and errors included."
224
+
},
190
225
{
191
226
"name": "BreachAlert",
192
227
"label": "Alert on (new) potentially breached passwords. Generates an alert if a password is found to be breached.",
0 commit comments