]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/logwatch/README
ebl update
[bacula/bacula] / bacula / scripts / logwatch / README
1 Installation instructions for bacula logwatch script
2 04 Sep 2005
3
4 Installation into a standard logwatch configuration is fairly
5 straightforward. Run 'make install' as root from this directory.
6
7 For manual install copy the files as indicated below:
8
9 cp -p scripts/logwatch/bacula /etc/log.d/scripts/services/bacula
10 cp -p scripts/logwatch/logfile.bacula.conf /etc/log.d/conf/logfiles/bacula.conf
11 cp -p scripts/logwatch/services.bacula.conf /etc/log.d/conf/services/bacula.conf
12 chmod 755 /etc/log.d/scripts/services/bacula
13 chmod 644 /etc/log.d/conf/logfiles/bacula.conf
14 chmod 644 /etc/log.d/conf/services/bacula.conf
15
16 To test your installation run logwatch (as root):
17 /etc/log.d/logwatch
18
19 The following is the kind of output you could expect to be added to the
20 standard logwatch listing:
21
22  --------------------- bacula Begin ------------------------ 
23
24 Jobs Run:
25 2005-09-02 2012 backupNightlySave.2005-09-02_01.05.00
26      BackupOK
27
28 2005-09-02 2013 scottNightlySave.2005-09-02_01.05.01
29      BackupOK
30
31 2005-09-02 2014 marthaNightlySave.2005-09-02_01.05.02
32      BackupOK
33
34 2005-09-02 2015 lyndaNightlySave.2005-09-02_01.05.03
35      BackupOK
36
37 2005-09-02 2016 backupBackupCatalog.2005-09-02_01.10.00
38      BackupOK
39
40
41  ---------------------- bacula End ------------------------- 
42