Displaying 5 results from an estimated 5 matches for "applystddate".
2006 Apr 15
1
logwatch from cronjob
Hello,
the last 2-3 days i have a saden problem with logwatch wich i call
through a cron job.
when i ran the cronjob i get this continues error for the script :
----
Use of uninitialized value in concatenation (.) or string at
/etc/log.d/scripts/shared/applystddate line 43, <STDIN> line 26062.
Use of uninitialized value in concatenation (.) or string at
/etc/log.d/scripts/shared/applystddate line 43, <STDIN> line 26062.
Use of uninitialized value in concatenation (.) or string at
/etc/log.d/scripts/shared/applystddate line 43, <STDIN> line...
2006 Apr 17
0
logwatch
...t/plain; charset=ISO-8859-7; format=flowed
Hello,
the last 2-3 days i have a saden problem with logwatch wich i call
through a cron job.
when i ran the cronjob i get this continues error for the script :
----
Use of uninitialized value in concatenation (.) or string at
/etc/log.d/scripts/shared/applystddate line 43, <STDIN> line 26062.
Use of uninitialized value in concatenation (.) or string at
/etc/log.d/scripts/shared/applystddate line 43, <STDIN> line 26062.
Use of uninitialized value in concatenation (.) or string at
/etc/log.d/scripts/shared/applystddate line 43, <STDIN> line...
2010 Nov 06
1
Logwatch not working properly
...'
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 SearchDate is (Nov 6 )
DEBUG: Inside ApplyStdDate...
DEBUG: Looking For: (Nov 6 ..:..:..)
Preprocessing LogFile: messages
/var/log/messages 2>/...
2005 Dec 25
5
logwatch patch
Don't remember if I already wrote about this. But ran into it tonibhg
again. Logwatch as distributed with CentOS expects yum log files in
different format. As result, logwatch will not report anything.
The patch is really simple (and attached). Hopefully it'll be part of
4.3 (if not sooner). The upstream is not likely to patch it, since they
don't distribute yum at all.
2015 Apr 19
2
Custom named logwatch script
.../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 proceeded, but I don...