Displaying 2 results from an estimated 2 matches for "expandrepeats".
2010 Nov 06
1
Logwatch not working properly
...GLOBAL_DETAIL='10'
export LOGWATCH_OUTPUT_TYPE='unformatted'
export LOGWATCH_TEMP_DIR='/var/cache/logwatch/logwatch.sOga48bL/'
export LOGWATCH_DEBUG='10'
Preprocessing LogFile: secure
/var/log/secure 2>/dev/null | /usr/bin/perl
/usr/share/logwatch/scripts/shared/expandrepeats ''| /usr/bin/perl
/usr/share/logwatch/scripts/shared/onlyhost ''| /usr/bin/perl
/usr/share/logwatch/scripts/shared/applystddate
''>/var/cache/logwatch/logwatch.sOga48bL/secure
TimeFilter: Period is day
TimeFilter: SearchDate is (Nov 6 ..:..:..)
TimeFilter: Debug Searc...
2015 Apr 19
2
Custom named logwatch script
...aemon. 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.conf like this:
LogFile = /var/named/chroot/var/log/named/general.log
*ExpandRepeats
*OnlyHost
*ApplyStdDate
Then I have changed /usr/share/logwatch/default.conf/services/named.conf
like this:
Title = "Named"
LogFile = named
$named_ip_lookup = No
*RemoveHeaders
When I run "logwatch --detail High --debug High --print --range All", I
can see the log file is...