So I haven't upgraded to SAM 5.2 yet (scheduled for next week) but I need to know if it is now possible to do a wildcard match in the Source for an event log monitor. On SAM 5.0.1 that is not currently possible. This is part of the reason I wrote my own powershell script to check event logs (it also returns the message which I know is included in the 5.2 version).
This is especially important on monitoring a SQL cluster server. A SQL cluster server will have multiple instances and each instance is it's own source. With the template as is I would have to have a custom component for each instance MSSQL$Instance1 MSSQL$Instance2 etc because these are the source names. If I can use a wildcard I can match simply on MSSQL* and call it a day.
In addition to having the message returned in the alert I would also need the source that way the SQL team can know via the alert which instance triggered the event.
Is any of this possible in 5.2 or should I submit a feature request? If it isn't I guess I'll have to keep using my custom script.
Thanks,
Mike