We want to monitor any MSSQL instances that happen to run on monitored servers. Usually instances are named like MSSQL$INSTANCE. So we create monitorset with Service Check "MSSQL$*" and use counter matching. It works but it also monitors services we don't want to monitor like "MSSQLServerADHelper"
So my question is why MSSQL$* matches to MSSQLServerADHelper?