A complete and comprehensive application template based on IMSS v7
Thanks to efosshaug for his instructions below which helped me get this template built and working.
SMTP Monitor SMTP Monitor
Trend Micro IMSS CMAgent Service Windows Service Monitor
Trend Micro IMSS End User Quarantine Console Windows Service Monitor
Trend Micro IMSS Manager Windows Service Monitor
Trend Micro IMSS Policy Service Windows Service Monitor
Trend Micro IMSS Scan Service Windows Service Monitor
Trend Micro IMSS SMTP Service Windows Service Monitor
HTTPS Monitor - EUQ HTTPS Monitor
Average Mail Size (KB) WMI Performance Counter Monitor
Current ESMTP Sessions WMI Performance Counter Monitor
Current SMTP Sessions WMI Performance Counter Monitor
Delivery Queue Size WMI Performance Counter Monitor
Messages Processed Per Minute WMI Performance Counter Monitor
Messages Received Per Minute WMI Performance Counter Monitor
Percentage Cleaned WMI Performance Counter Monitor
Retry Queue Size WMI Performance Counter Monitor
Scan Queue Size WMI Performance Counter Monitor
Total Queue Size WMI Performance Counter Monitor
Total Sessions WMI Performance Counter Monitor
I had some trouble getting WMI data from the scanners and needed some or all of this done:
dcomcnfg - pane Default Properties on my computer - Set default Impersonation level to Impersonate
In the folder: C:\WINDOWS\system32\wbem run these:
winmgmt /clearadap
winmgmt /kill
winmgmt /unregserver
winmgmt /regserver
winmgmt /resyncperf
wmiadap.exe /f
If it still does'nt work - stop WMI service - delete all content of folder C:\WINDOWS\system32\wbem\Repository and start service.
Hope you find this useful.