Hello Alex,
I am monitoring my Barracuda Firewall by HM.
I have set alert after one bad event.
But sometimes its give me unknown status with reply "An existing connection was forcibly closed by the remote host"
I want to ask two things
1. Why this gives me this reply and unknown status?
2. Secondly if I want to ignore only this unknown error to 5 times in row then how can I do it? along with my settings of alert me after one bad (In case of other).
An existing connection forcibly closed by the remote host
Because an existing connection was forcibly closed by the remote host.Why this gives me this reply and unknown status?
If you are asking what exactly software drops connection, I have to say - sorry, we do not have any idea. May be its your antivirus, may be its your firewall, may be some other software.
BTW: What exactly means "monitoring my Barracuda Firewall"? What test method do you use? Test is performed directly by HostMonitor? or you are using RMA installed on target system?
HostMonitor version?
RMA?
Windows?
Service Pack?
Antivirus?
For example you may unmark "Treat Unknown status as Bad" option (Test Properties dialog) and add "advanced mode" action into profile assigned to the test using expression likeSecondly if I want to ignore only this unknown error to 5 times in row then how can I do it? along with my settings of alert me after one bad (In case of other).
('%Status%'=='Unknown') and (%Recurrences%==5)
Also you may want to mark "Action depends on bad one" option for "good" action assigned for this test.
Regards
Alex
I am using SNMP get method to monitor my Barracuda Spam and Firewall Device.What test method do you use?
Yes Test are performed directly from Host Monitor. I am using HM v8.86. Its Windows Server 2008 R2. None antivirus installed on it.Test is performed directly by HostMonitor? or you are using RMA installed on target system?HostMonitor version? Windows? Service Pack? Antivirus?
If I use this expression on profile, will it work
('%Status%'=='Unknown') and (%Recurrences%==5) or ('%Status%'=='Bad') and (%Recurrences%==1)
This Option is not avaialble on the properties of test.you may unmark "Treat Unknown status as Bad" option (Test Properties dialog)
Regards
Alex[/quote]
If you want to use the same action in both cases, add more braketsIf I use this expression on profile, will it work
('%Status%'=='Unknown') and (%Recurrences%==5) or ('%Status%'=='Bad') and (%Recurrences%==1)
(('%Status%'=='Unknown') and (%Recurrences%==5)) or (('%Status%'=='Bad') and (%Recurrences%==1))
Click small [+] button beside "Reverse alert" optionThis Option is not avaialble on the properties of test
Regards
Alex