Please look at the following scenario and answer the question.
Several computers in GroupA.
SCOM and sql server installed on ComputerB1 which is outside of GroupA.
A windows event log monitor was created in SCOM targeting to GroupA.
Each computer in GroupA will report data to ComputerB1 and the timestamp will be updated.
If any computer in GroupA write error information in its own windows event log, the heath state of that computer in GroupA will turn to Critical and it works perfectly.
But the problem is that:
A sql job in ComputerB1 will check the timestamp periodically, and write a windows event log indicating the computer which didn't updated the timestamp for a long time.
Is it possible to change the status of that computer (in GroupA) to critical according to the information provided in the windows event log description (written by SQLAgent Job using Raiserror) on ComputerB1?