Hello,
When I am trying to execute and HTTP POST action on alert (Node down or Interface down) I am getting error
WARN Error - Failure to execute HTTP GET action [Post to http://x.x.x.x:8080] Error detail :The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.
Because of this I loose some alerts in my webservice.
Any Idea on this?
Thank you,
VSTA
Have we validated that you can perform the same POST outside of Orion and / or the site isn't using SSL?
Yes I can perform same POST outside of Orion...
When I searched on internet it appears to a .net issue, you can read more information on this website..
http://www.dotnetspider.com/resources/2596-e-underlying-connection-closed-A-connection.aspx
Weird is that you are saying that you can not execute HTTP POST action, but error is about HTTP GET action.