Hey everyone,
I'm getting this output ffrom the test run:
barbwire# ./logmonster.pl -i day -v -n
Unknown option: i
parse_config: finding location of logmonster.conf.
find_config: searching for config file: logmonster.conf
found /usr/local/etc/logmonster.conf............................ok
parse_config: from file /usr/local/etc/logmonster.conf
The following parameter was passed in the call to Apache::Logmonster::Utility::find_the_bin but was not listed in the validation options: awstats.pl
at /usr/local/lib/perl5/site_perl/5.8.7/Apache/Logmonster/Utility.pm line 1261
Apache::Logmonster::Utility::find_the_bin('undef', 'awstats.pl', '/usr/local/www/cgi-bin') called at ./logmonster.pl line 128
Ok so I commented out anything with awstats because I figured I didn't need it. So I got this:
barbwire# ./logmonster.pl -i day -v -n
Unknown option: i
parse_config: finding location of logmonster.conf.
find_config: searching for config file: logmonster.conf
found /usr/local/etc/logmonster.conf............................ok
parse_config: from file /usr/local/etc/logmonster.conf
Odd number of parameters in call to Apache::Logmonster::Utility::find_the_bin when named parameters were expected
at /usr/local/lib/perl5/site_perl/5.8.7/Apache/Logmonster/Utility.pm line 1261
Apache::Logmonster::Utility::find_the_bin('undef', 'webalizer') called at ./logmonster.pl line 131
Thanks and I look forward to your reply.