NTevent logs test and status

Need new test, action, option? Post request here.
Post Reply
Nadir
Posts: 264
Joined: Mon Aug 29, 2005 2:01 am

NTevent logs test and status

Post by Nadir »

Could it possible to create an operator "contain" which will allow to modify the status message according key words or strings.

Exemple:
use Warning status if ('%SuggestedReply%' contains 'Job Cancellation')

use Normal status if ('%SuggestedReply%' contains 'Job Completed')

Thanks
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Actually NT Event Log filter provides "contains string" option.
Why do you need such option for Optional status processing? Usually you may use several test items when you need to check for different events...

Regards
Alex
Nadir
Posts: 264
Joined: Mon Aug 29, 2005 2:01 am

Post by Nadir »

Usually you may use several test items when you need to check for different events
But not always...
It's clearer and quicker to create just one test to check backup state with status processing:
use Warning status if ('%SuggestedReply%' contains 'Job Cancellation')
or ('%SuggestedReply%' contains 'Job Failed)
use Normal status if ('%SuggestedReply%' contains 'Job Completed')

that to create 3 tests to check each issues ('Job Cancellation', 'Job Failed' and 'Job Completed')
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Yes, it has sense. I have added new task

Regards
Alex
Nadir
Posts: 264
Joined: Mon Aug 29, 2005 2:01 am

Post by Nadir »

Thanks :D
Post Reply