lower heartbeat intervals
authorPeter Palfrader <peter@palfrader.org>
Tue, 9 Jan 2018 06:15:09 +0000 (07:15 +0100)
committerHéctor Orón Martínez <zumbi@debian.org>
Wed, 31 Jan 2018 17:12:30 +0000 (18:12 +0100)
modules/bacula/templates/bacula-dir.conf.erb
modules/bacula/templates/bacula-fd.conf.erb
modules/bacula/templates/bacula-sd.conf.erb

index f5e8a3d..d191318 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
 }
 
 ########################################################################
index 116d3c5..9ef873b 100644 (file)
@@ -38,7 +38,7 @@ FileDaemon {
 
 <%- if scope.lookupvar('site::nodeinfo')['hoster']['name'] == "brown" -%>
   # broken firewall
-  Heartbeat Interval = 300
+  Heartbeat Interval = 60
 <%- end -%>
 }
 
index 586e80d..f019071 100644 (file)
@@ -11,7 +11,7 @@ Storage {
   Pid Directory = "/var/run/bacula"
   Maximum Concurrent Jobs = 21
   SDAddress = <%= @bacula_storage_address %>
-  Heartbeat Interval = 180
+  Heartbeat Interval = 60
 
   TLS Enable = yes
   TLS Require = yes