Centos 6 logwatch not reporting httpd
by herkalurk from LinuxQuestions.org on (#4V7XP)
I'm not seeing HTTPD reports in my logwatch from my server. I've been googling around trying to find something, but I can't seem to pin down why it's not showing up.
My logs are in the default location and are readable by all users, so it shouldn't be a permissions issue
Code:/var/log/httpdI've tried to run a specific logwatch on the dir to see if it's just not picking it up and nothing happens
Code:logwatch --detail High --mailto admin@domain.com --service http --range today --logdir /var/log/httpdEven just calling a generic logwatch on the logdir does nothing and delivers an every day logwatch report
Code:logwatch --detail High --mailto admin@domain.com --range today --logdir /var/log/httpdI've tried others forum posts and so far they haven't helped.
https://www.linuxquestions.org/quest...he-4175601261/
If anyone has some helpful ideas that would be great.


My logs are in the default location and are readable by all users, so it shouldn't be a permissions issue
Code:/var/log/httpdI've tried to run a specific logwatch on the dir to see if it's just not picking it up and nothing happens
Code:logwatch --detail High --mailto admin@domain.com --service http --range today --logdir /var/log/httpdEven just calling a generic logwatch on the logdir does nothing and delivers an every day logwatch report
Code:logwatch --detail High --mailto admin@domain.com --range today --logdir /var/log/httpdI've tried others forum posts and so far they haven't helped.
https://www.linuxquestions.org/quest...he-4175601261/
If anyone has some helpful ideas that would be great.