Attempt to pull in some of the freeradius config from rtc.d.o
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-dir.conf.erb
index f5e8a3d..45b9172 100644 (file)
@@ -33,7 +33,7 @@ Director {
   TLS Certificate = "<%= @bacula_ssl_server_cert %>"
   TLS Key = "<%= @bacula_ssl_server_key %>"
 
-  Heartbeat Interval = 180
+  Heartbeat Interval = 60
 }
 
 ########################################################################
@@ -141,6 +141,7 @@ Messages {
   mail = <%= @bacula_operator_email %> = all
   operator = <%= @bacula_operator_email %> = mount
   console = all, !skipped, !saved
+  syslog = all
   append = "/var/lib/bacula/log" = all
   catalog = all
 }
@@ -151,6 +152,7 @@ Messages {
   mailcommand = "/usr/lib/bacula/bsmtp -h localhost -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
   mail = <%= @bacula_operator_email %> = all
   console = all, !skipped, !saved
+  syslog = all
   append = "/var/lib/bacula/log" = all
 }
 
@@ -172,9 +174,9 @@ JobDefs {
   Level = Incremental
   FileSet = "Standard Set"
   Accurate = yes
-  Schedule = "WeeklyCycle"
+  Schedule = "WeeklyCycle"
   Messages = Standard
-  Max Full Interval = 40 days
+  Max Full Interval = 50 days
   Priority = 10
   Write Bootstrap = "/var/lib/bacula/%c.bsr"
   Maximum Concurrent Jobs = 20