The Web Test Module has some invalid configuration.
Config Context: TestConfig
Error: 0x80004005
One or more workflows were affected by this.
Workflow name: Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectContentTime
Instance name: Demo-Visant [Monitoring Pool - Demo]
Instance ID: {ECFB7B7D-B242-C2EB-7470-6181DED0CFCA}
Management group: Jostens_ENT_Prod
SCOM still allowed the test to be saved and acting like it was monitoring the site without issues, no errors were shown in the console saying it was failing and the URL health state showed green.
To help overcome this issue I build a new Manual Reset Rule, that would check the Operations Manager log for the following conditions.
EventID -eq 34103
Source -eq Health Service Modules
Event Data- $Data/Params/Param[5]$ -eq TestConfig
That would create a critical alert with a customer error stating the test was not configured properly and needs to be updated. Thus informing whomever is watching the console of the issue. I went a step further and also created a notification alert that goes to the SCOM Admins to follow up on the issue.
No comments:
Post a Comment