Do you have some slick tips and tricks to share with the rest of the Thwack community? If so, you’re in the right place. The Content Sharing Zone is designed for you to share and explore resources that can make managing your systems and network easier than ever. Here you’ll find all kinds of cool tools, like custom Orion reports and alerts you can leverage in your environment, custom scripts for Cirrus and ipMonitor, and even some useful device configurations. Go ahead and start sharing and exploring today!
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 IMSSServiceTMSMTPD
ComponentsIMSS7 AverageMailSizeKBIMSS7 CurrentSMTPSessionsIMSS7 MessagesProcessedPerMinuteIMSS7 ServerTooBusyIMSS7 TotalQueueSizeSMTP 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.