]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/tray-monitor/tray-monitor.conf.in
AIX also supports setmntent/getmntent so use that instead of much more complicated...
[bacula/bacula] / bacula / src / tray-monitor / tray-monitor.conf.in
index bbeccaf3c3291644b19da142df510556d87ffb5c..71ece8d61457923be13adcecd7d4a9467592532a 100644 (file)
@@ -3,19 +3,27 @@
 #
 
 Monitor {
-  Name = @hostname@-dir
+  Name = @basename@-mon
+  Password = "@mon_dir_password@"         # password for the Directors   
+  RefreshInterval = 5 seconds
 }
    
 Client {
-  Name = @hostname@-fd
+  Name = @basename@-fd
   Address = @hostname@
   FDPort = @fd_port@
-  Password = "@fd_password@"          # password for FileDaemon
+  Password = "@mon_fd_password@"          # password for FileDaemon
 }
 
 Storage {
-  Name = @hostname@-sd
+  Name = @basename@-sd
   Address = @hostname@
   SDPort = @sd_port@
-  Password = "@sd_password@"          # password for StorageDaemon
-}
\ No newline at end of file
+  Password = "@mon_sd_password@"          # password for StorageDaemon
+}
+
+Director {
+  Name = @basename@-dir
+  DIRport = @dir_port@
+  address = @hostname@
+}