]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/tray-monitor/tray-monitor.conf.in
Add support for director monitoring.
[bacula/bacula] / bacula / src / tray-monitor / tray-monitor.conf.in
1 #
2 # Bacula Tray Monitor Configuration File
3 #
4
5 Monitor {
6   Name = @hostname@-mon
7   Password = "@mon_dir_password@"         # password for the Directors   
8 }
9    
10 Client {
11   Name = @hostname@-fd
12   Address = @hostname@
13   FDPort = @fd_port@
14   Password = "@mon_fd_password@"          # password for FileDaemon
15 }
16
17 Storage {
18   Name = @hostname@-sd
19   Address = @hostname@
20   SDPort = @sd_port@
21   Password = "@mon_sd_password@"          # password for StorageDaemon
22 }
23
24 Director {
25   Name = @hostname@-dir
26   DIRport = @dir_port@
27   address = @hostname@
28 }