I am trying to get monitoring working for IIS 7. At first I got a 404 then when I fixed the hostname I get a 403 error. I assume this is a permission error but there is no capability to add credentials on the properties page.
The agent log shows:
14-01-2013 15:55:37,505 EST ERROR [commandlistener-generic-0] [MeasurementCommandsService@248] Error getting real time measurement: Plugin error: 403 (Microsoft-IIS/7.5)
14-01-2013 15:55:38,301 EST ERROR [commandlistener-generic-0] [MeasurementCommandsService@248] Error getting real time measurement: Plugin error: 404 (Microsoft-HTTPAPI/2.0)
14-01-2013 15:55:38,987 EST ERROR [commandlistener-generic-0] [MeasurementCommandsService@248] Error getting real time measurement: Plugin error: 404 (Microsoft-HTTPAPI/2.0)
14-01-2013 15:55:40,563 EST WARN [commandlistener-generic-0] [CommandListener@223] Error invoking method
org.hyperic.hq.agent.AgentRemoteException: Failed to unschedule metrics for entity 3:10606: No measurement schedule for: 3:10606
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsService.unscheduleMeasurements(MeasurementCommandsService.java:433)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.dispatchCommand(MeasurementCommandsServer.java:167)
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandDispatcher.java:113)
at org.hyperic.hq.agent.server.CommandListener.handleConn(CommandListener.java:216)
at org.hyperic.hq.agent.server.CommandListener.access$100(CommandListener.java:57)
at org.hyperic.hq.agent.server.CommandListener$AgentDispatchTask.run(CommandListener.java:200)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Anybody know how I can get resolve this?
Thanks . . . Murray