update logwatch integration
This commit is contained in:
parent
c01ea25ed1
commit
3f08853826
@ -1,9 +1,9 @@
|
|||||||
# Location of your script's log file, -l parameter
|
# Location of your script's log file, -l parameter
|
||||||
LogFile = /path/to/your/backup.log
|
LogFile = /path/to/your/pilerbackup.log
|
||||||
|
|
||||||
# Format of logrotate archives for your script. Example assumes compression and
|
# Format of logrotate archives for your script. Example assumes compression and
|
||||||
# extension preservation
|
# extension preservation
|
||||||
Archive = /path/to/your/logfile.ext.?.gz
|
Archive = /path/to/your/pilerbackup.log.?.gz
|
||||||
|
|
||||||
# Apply the correct date/time filtering to match the format of the script's log
|
# Apply the correct date/time filtering to match the format of the script's log
|
||||||
# We are using a custom pl script in /etc/logwatch/scripts/shared/ You don't
|
# We are using a custom pl script in /etc/logwatch/scripts/shared/ You don't
|
||||||
|
@ -34,7 +34,7 @@ if ($detailLevel == 0) {
|
|||||||
elsif ($ThisLine =~ /\-- \[WARNING\] /) {
|
elsif ($ThisLine =~ /\-- \[WARNING\] /) {
|
||||||
$summaryWarn++;
|
$summaryWarn++;
|
||||||
}
|
}
|
||||||
elsif ($ThisLine =~ /All processes completed successfully/) {
|
elsif ($ThisLine =~ /All processes completed/) {
|
||||||
$summarySuccess++;
|
$summarySuccess++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user