Home
The Toolkit for Online Communities
15894 Community Members, 0 members online, 2148 visitors today
Log In Register

Forum OpenACS Q&A: Re: Fixing Up Monitoring:

OpenACS Home : Forums : OpenACS Q&A : Re: Fixing Up Monitoring: : One Message

+
Posted by Andrew Piskorski on
You're still using the aolserver-errors.pl Perl script for Watchdog? Why? I thought I contributed a Tcl proc version of that years ago. Hm, yes, I did, and at least on the Head, proc wd_errors defaults to -external_parser_p 0, which calls the wd_aolserver_errors Tcl proc rather than exec'ing aolserver-errors.pl.

Are you using the Perl script version purposely, or by accident? If by accident, I recommend trying the Tcl version instead.

+
Posted by Carsten Clasohm on
Even on Head, the external script is still called by watchdog/index.tcl:

wd_errors -external_parser_p 1 ...

The Tcl version is only used by the scheduled procedure.