apache application error after upgrade
After some efforts I got the apache application plugin for observium working for a certain server. I was at first stuck with a missing module of PERL(LWP::Simple)
It was working fine till today when i upgraded apache from 2.2.19 to 2.2.23. Not a very big upgrade, but now the apache script of observium is not working anymore. If I execute it manually it produces the following error:
[root@server01 agent-local]# perl apache Data fetch failure.
Any suggestions what might be causing this or where to look for an answer or more detailed error message and how to solve it?
Many thanks,
On 28/01/13 20:11, ColoCenter bv wrote:
[root@server01 agent-local]# perl apache Data fetch failure.
Any suggestions what might be causing this or where to look for an answer or more detailed error message and how to solve it?
This error occurs when the script is unable to access the following URL via HTTP:
http://localhost/server-status?auto
Is your apache server (still) configured to serve information on that URL? You may need to check your apache access/error logs and configuration to resolve this.
Regards,
Hi Paul.
Thanks for the tip. The upgrade indeed removed the config for extendedstatus. It's now working again.
Kind regards,
Alexander Lantink
On Tue, Jan 29, 2013 at 9:35 PM, Paul Cupis paul@cupis.co.uk wrote:
On 28/01/13 20:11, ColoCenter bv wrote:
[root@server01 agent-local]# perl apache Data fetch failure.
Any suggestions what might be causing this or where to look for an answer or more detailed error message and how to solve it?
This error occurs when the script is unable to access the following URL via HTTP:
http://localhost/server-**status?autohttp://localhost/server-status?auto
Is your apache server (still) configured to serve information on that URL? You may need to check your apache access/error logs and configuration to resolve this.
Regards, ______________________________**_________________ observium mailing list observium@observium.org http://postman.memetic.org/**cgi-bin/mailman/listinfo/**observiumhttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
ColoCenter bv
-
Paul Cupis