Can we minimize the Description of Event

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Sainyam
Posts: 37
Joined: Fri Aug 12, 2011 12:31 am

Can we minimize the Description of Event

Post by Sainyam »

Hello,

I have created a test for checking user log in. and I am getting the alert well. I just want to minimize the info that I am getting in the alert


Event description : Successful Logon:

User Name: xxxxxx

Domain: xxxxxx

Logon ID: (xxxxx)

Logon Type: 2

Logon Process: User32

Authentication Package: Negotiate

Workstation Name: xxx

Logon GUID: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx)

Caller User Name: xxxxx

Caller Domain: xxxxxxx

Caller Logon ID: (xxxxxx)

Caller Process ID: xxxx

Transited Services: -

Source Network Address: xxx.xxx.xxx.xxx

Source Port: 0



Can it possible to get only

these four field from the descriptions

User Name: xxxx
Domain: xxxxxx
Workstation Name: xxxxxx
Source Network Address: xxx.xxx.xxx.xxx


this is my mail profile I am using

Test : %TestName%
Method: %TestMethod%
Status : %STATUS%
Event Source : %NTEventSource%
Time of Event : %NTEventTime%
Event Identifier : %NTEventID%
Event description : %NTEventText%

Recurrences : %Recurrences%
Last status: %LastStatus%
Total tests: %TotalTests%
Alive ratio : %AliveRatio%
Dead ratio: %DeadRatio%
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Sounds like you need some scripting language in order to process value of %NTEventText% variable :roll:
There is no such option and I am afraid we cannot implement it in nearest versions.

Regards
Alex
Sainyam
Posts: 37
Joined: Fri Aug 12, 2011 12:31 am

Post by Sainyam »

KS-Soft wrote:Sounds like you need some scripting language in order to process value of %NTEventText% variable :roll:
There is no such option and I am afraid we cannot implement it in nearest versions.

Regards
Alex
Hello Alex

Thanks for your reply.
Hope to get this feature soon....
Post Reply