X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Ffiled%2Fbacula-fd.conf.in;h=36f1061b5d38c0301de9cf5533e3309e0df337ee;hb=55d2a21a72a4f6b5ea309a11f68e20361f468877;hp=a73011ae7f7dc868095bbdd803eb527462e51047;hpb=2643cdaa7a761d6d9ff906f26794d781c01c017d;p=bacula%2Fbacula diff --git a/bacula/src/filed/bacula-fd.conf.in b/bacula/src/filed/bacula-fd.conf.in index a73011ae7f..36f1061b5d 100644 --- a/bacula/src/filed/bacula-fd.conf.in +++ b/bacula/src/filed/bacula-fd.conf.in @@ -11,22 +11,33 @@ # List Directors who are permitted to contact this File daemon # Director { - Name = @hostname@-dir + Name = @basename@-dir Password = "@fd_password@" } +# +# Restricted Director, used by tray-monitor to get the +# status of the file daemon +# +Director { + Name = @basename@-mon + Password = "@mon_fd_password@" + Monitor = yes +} + # # "Global" File daemon configuration specifications # FileDaemon { # this is me - Name = @hostname@-fd + Name = @basename@-fd FDport = @fd_port@ # where we listen for the director WorkingDirectory = @working_dir@ Pid Directory = @piddir@ + Maximum Concurrent Jobs = 20 } # Send all messages except skipped files back to Director Messages { Name = Standard - director = @hostname@-dir = all, !skipped + director = @basename@-dir = all, !skipped, !restored }