]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/bacula-fd.conf.in
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / filed / bacula-fd.conf.in
index 549f20c5e62286076641c0a51ccd9c55acd34c5b..1ca546d4bb5e68b51f2fd26a6ef195c963129df6 100644 (file)
@@ -15,6 +15,16 @@ Director {
   Password = "@fd_password@"
 }
 
+#
+# Restricted Director, used by tray-monitor to get the
+#   status of the file daemon
+#
+Director {
+  Name = @hostname@-mon
+  Password = "@mon_fd_password@"
+  Monitor = yes
+}
+
 #
 # "Global" File daemon configuration specifications
 #
@@ -23,11 +33,11 @@ FileDaemon {                          # this is me
   FDport = @fd_port@                  # where we listen for the director
   WorkingDirectory = @working_dir@
   Pid Directory = @piddir@
-  SubSys Directory = @subsysdir@
+  Maximum Concurrent Jobs = 20
 }
 
 # Send all messages except skipped files back to Director
 Messages {
   Name = Standard
-  director = @hostname@-dir = all, !skipped
+  director = @hostname@-dir = all, !skipped, !restored
 }