]> 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 3038b725ccb1c586df96eb958b98314d7356f3c4..71ece8d61457923be13adcecd7d4a9467592532a 100644 (file)
@@ -3,12 +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
-}
\ No newline at end of file
+  Password = "@mon_fd_password@"          # password for FileDaemon
+}
+
+Storage {
+  Name = @basename@-sd
+  Address = @hostname@
+  SDPort = @sd_port@
+  Password = "@mon_sd_password@"          # password for StorageDaemon
+}
+
+Director {
+  Name = @basename@-dir
+  DIRport = @dir_port@
+  address = @hostname@
+}