Update - do not download this unless you need samples for using Windows Script Monitor - this is very slow. Use aLTeReGos version - that is faster!
efosshaug.
Hi.
aLTeReGo has allready posted a IMSS7 template, but this is a bit diiferent. aLTeReGos is monitoring Windows Services and HTTP, while this is using WMI to access stats from the IMSS7 scanner. There are many counters available, but I have chosen those I find important:
Services
IMSSService
TMSMTPD
Components
IMSS7 AverageMailSizeKB
IMSS7 CurrentSMTPSessions
IMSS7 MessagesProcessedPerMinute
IMSS7 ServerTooBusy
IMSS7 TotalQueueSize
SMTP 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.