Summary:
Default notification for Discovery Completed event does not include information about the discovery results. We can create a SMTP channel to include information on number of certificates found.
More Information:
We can get the count of found certificates using the following macro:
$Config[$Event.Component$,"Certificates Found"]$
This macro can be added to the subject or message body of the SMTP channel created for Discovery notifications.
Comments