Forum Discussion
pawel_jakacki_7
Nimbostratus
Dec 04, 2012Problem with IIS monitoring
Hello Guys,
I'm trying to write an IIS monitor. On IIS servers I have aspx script, which returns 0, when server works fine and other value if not. I've created HTTP monitor:
GET /IsA...
pawel_jakacki_7
Nimbostratus
Dec 04, 2012This is part of my ssldump output
New TCP connection 4: 10.x.x.201(38467) <-> 10.x.x.101(80)
1354629890.4555 (0.0018) C>S
---------------------------------------------------------------
GET /IsAlive.aspx HTTP/1.1
Host:
Connection: Close
---------------------------------------------------------------
1354629890.4778 (0.0222) S>C
---------------------------------------------------------------
HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 04 Dec 2012 14:04:52 GMT
Server Error in '/' Application.
Object reference not set to an instance of an object.
[NullReferenceException]: Object reference not set to an instance of an object.
at xxx.Global.Application_BeginRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
so I think, that the problem could be in IIS configuration.
My http GET is the following:
GET /IsAlive.aspx HTTP/1.1\r\nHost: \r\nConnection: Close\r\n\r\n
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects