Configure for Application Events log error
Configure for Application Events log error
Hello,
I have configured the test for Application Events log through Active RMA, and in Alert condition I have selected the Error and failure event types. I have scheduled the test to run after every 30 Mins even I have tried this by decrease the interval to 5 mins., but the wired thing is that, if I create on test Application error log and run immediately HM test it detect that error and send me a mail, I had then created one more test error event but when it performed the test as per schedule it does not detect any error.
Please help me in that
I have configured the test for Application Events log through Active RMA, and in Alert condition I have selected the Error and failure event types. I have scheduled the test to run after every 30 Mins even I have tried this by decrease the interval to 5 mins., but the wired thing is that, if I create on test Application error log and run immediately HM test it detect that error and send me a mail, I had then created one more test error event but when it performed the test as per schedule it does not detect any error.
Please help me in that
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Configure for Application Events log error
What is "NT Event Log" test status, after test performed by schedule (Ok, Bad e.t.c.) ?
May be "NT Event Log" test have detected error event (Bad status is set), however e-mail alert was not send to you ?
Could you please check if
"Condition to start action" is set to "Repeat until status changes".
With this option selected you will receive e-mail each time test will detect "Bad" event.
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mfra ... htm#Repeat
Also, if test detected "Bad" event, however alert action was not started, we recommend to read following article that helps to find problem reasons:
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=4804
May be "NT Event Log" test have detected error event (Bad status is set), however e-mail alert was not send to you ?
Could you please check if
"Condition to start action" is set to "Repeat until status changes".
With this option selected you will receive e-mail each time test will detect "Bad" event.
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mfra ... htm#Repeat
Also, if test detected "Bad" event, however alert action was not started, we recommend to read following article that helps to find problem reasons:
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=4804
Thanks for the reply
the "NT Event Log" status changed to OK after performing scheduled the test. But when I loged-in to server and see Event viewer and could see few error events. So, it doesn't look the error in alert profile. I forgot to add one more thing to it, that I am using Active RMA for this.
One questions
Does the test reply depends on few no. of latest logs or it start checking the log where it ends in last test?
the "NT Event Log" status changed to OK after performing scheduled the test. But when I loged-in to server and see Event viewer and could see few error events. So, it doesn't look the error in alert profile. I forgot to add one more thing to it, that I am using Active RMA for this.
One questions
Does the test reply depends on few no. of latest logs or it start checking the log where it ends in last test?
Thanks for reply
Sorry for my late reply, While generating report I found one option in the settings of alert " Report for all events". I have selected this now, I hope it will work out.
Secondly if I wanted in the events log alert that mail also contains the Source of the event and the Event ID.
Can you help in out how can I do that.
One more I like to configure to stop getting duplicate alerts.
Sorry for my late reply, While generating report I found one option in the settings of alert " Report for all events". I have selected this now, I hope it will work out.
Secondly if I wanted in the events log alert that mail also contains the Source of the event and the Event ID.
Can you help in out how can I do that.
One more I like to configure to stop getting duplicate alerts.
KS-Soft wrote:Could you please export test settings into text file and send to us (support@ks-soft.net)?
What version of HostMonitor and RMA do you use?
Windows? Service Pack?
Regards
Alex
Quote from the manualSecondly if I wanted in the events log alert that mail also contains the Source of the event and the Event ID.
Can you help in out how can I do that
===================
the following variables represent parameters of the last "Bad" event detected:
%NTEventSource% - Event source. Identifies the software that logged the event
%NTEventComp% - Name of the computer where the event occurred
%NTEventTime% - Time of the event
%NTEventType% - Type of the event
%NTEventID% - Event identifier
%NTEventText% - Event description
%NTEventUser% - Represents the user name if an event is attributed to a specific user
Regards
Alex
KS-Soft wrote:Quote from the manualSecondly if I wanted in the events log alert that mail also contains the Source of the event and the Event ID.
Can you help in out how can I do that
===================
the following variables represent parameters of the last "Bad" event detected:
%NTEventSource% - Event source. Identifies the software that logged the event
%NTEventComp% - Name of the computer where the event occurred
%NTEventTime% - Time of the event
%NTEventType% - Type of the event
%NTEventID% - Event identifier
%NTEventText% - Event description
%NTEventUser% - Represents the user name if an event is attributed to a specific user
Regards
Alex
Thanks so much for this pretty info.
One more I had asked is there any way to stop getting duplicate alerts?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
What setting do you use for actions: Repeat: N times; or until status changes ?One more I had asked is there any way to stop getting duplicate alerts?
(http://www.ks-soft.net/hostmon.eng/mfra ... htm#Repeat)
Thanks for replyingKS-Soft Europe wrote:What setting do you use for actions: Repeat: N times; or until status changes ?One more I had asked is there any way to stop getting duplicate alerts?
(http://www.ks-soft.net/hostmon.eng/mfra ... htm#Repeat)
I am using repeat until status changes. If I does not use this setting then I think it won't alert me for alert me for other bad events if its status of last test was bad. So to get alert for all bad events I selected this setting. Kindly suggest me if there any other option by which I can configure the option to get alert for every unique bad event of that test.
For e.g my one application trying to get connect to SQL server and its login failed continuously around 700 times a day by the same user and I got the alert for the same by HM around 400 emails (100 in per test). So I just wanted to configured any option by which it does not send duplicate alert on same test.
You may use "advanced mode" action to skip action when several events with the same description appears in the log one after another.
E.g. you may use expression like
('%SimpleStatus%=='DOWN') and ('%Reply%'<>'%LastReply%)
Please check the manual or visit our web site for more information
http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction
The problem: if there are several different events appear again and again (like event1, event2, event3, event2, event1, event3), there is no way to reports event1 just once.
Regards
Alex
E.g. you may use expression like
('%SimpleStatus%=='DOWN') and ('%Reply%'<>'%LastReply%)
Please check the manual or visit our web site for more information
http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction
The problem: if there are several different events appear again and again (like event1, event2, event3, event2, event1, event3), there is no way to reports event1 just once.
Regards
Alex
Thanks for Reply,KS-Soft wrote:You may use "advanced mode" action to skip action when several events with the same description appears in the log one after another.
E.g. you may use expression like
('%SimpleStatus%=='DOWN') and ('%Reply%'<>'%LastReply%)
Please check the manual or visit our web site for more information
http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction
The problem: if there are several different events appear again and again (like event1, event2, event3, event2, event1, event3), there is no way to reports event1 just once.
Regards
Alex
I have tried to apply this setting in advance mode ('%Reply%'<>'%LastReply%)
and I hope it works fine, I am on testing it. As confirmed I will update the forum.