Re: [CentOS] Custom named logwatch script

2015-04-19 Thread Todor Petkov
On 19/04/2015 09:20 PM, Bill Gee wrote: On Sunday, April 19, 2015 15:46:29 Joseph L. Casale wrote: > Can anyone point me to where my mistake is? First, you are creating overrides, or site specific definitions in the platform directory. Don't do that, the distro owns and maintains this. Put yo

Re: [CentOS] Custom named logwatch script

2015-04-19 Thread Bill Gee
On Sunday, April 19, 2015 15:46:29 Joseph L. Casale wrote: > > Can anyone point me to where my mistake is? > > First, you are creating overrides, or site specific definitions in the > platform directory. Don't do that, the distro owns and maintains this. Put > your new code in /etc/logwatch, man 8

Re: [CentOS] Custom named logwatch script

2015-04-19 Thread Joseph L. Casale
> Can anyone point me to where my mistake is? First, you are creating overrides, or site specific definitions in the platform directory. Don't do that, the distro owns and maintains this. Put your new code in /etc/logwatch, man 8 logwatch for explanation. Finally, you don't show is the script tha

[CentOS] Custom named logwatch script

2015-04-19 Thread Todor Petkov
Hello, I am using multiple files for logging activities for named daemon. The files are in /var/named/chroot/var/log/named/, for example /var/named/chroot/var/log/named/general.log. I am trying to make logwatch look into them. I have created /usr/share/logwatch/default.conf/logfiles/named.co