Hi,
I created an application monitor of 100 HTTPS/HTTP monitors under SAM, and set up an alert to fire if any components are in a down state.
Re: Application Template with 100 HTTPS/HTTP Monitors
But when ALL the components are down and the alert fires, I only get a list of the first 23 components. Am I hitting some limitation in Alert emails or the number of components?
This is the alert email message body;
=-=-=-=-=-=-=-=
${N=SwisEntity;M=ApplicationAlert.ApplicationName} that are down;
${SQL:SELECT cast(cast([ComponentName]as varchar(max)) + '' + ' ' + '-' + ' ' as XML), cast(cast([StatusOrErrorDescription]as varchar(max)) + '' + CHAR(10) + CHAR(13) as XML) FROM [SolarwindsOrion].[dbo].[APM_AlertsAndReportsData] where ApplicationId = ${N=SwisEntity;M=ApplicationID} AND APM_AlertsAndReportsData.ComponentStatus != 'up' FOR XML PATH('')}
=-=-=-=-=-=-=-=
Thanks in advance! 