I had watchdog working as I used the old /parameters/ad.tcl script.
I just installed openacs etc. on 7.1.1 and now the watchdog is not
working properly at all. It just doesn't show anything.
Might it be possible that the path is not being found? These are the
lines from the new ad.tcl that I properly renamed into server1.tcl:
ns_section ns/server/${server}/acs/monitoring
# People to email for alerts
# ns_param PersontoNotify nerd1@[ns_info hostname]
# ns_param PersontoNotify nerd2@[ns_info hostname]
# location of the watchdog perl script
ns_param WatchDogParser
${homedir}/servers/${server}/bin/aolserver-errors.pl
# watchdog frequency in minutes
ns_param WatchDogFrequency 15
I don't really understand how that path works anyway.
(${homedir}/servers/${server}/bin/aolserver-errors.pl)...
Thanks