]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/tray-monitor/tray-monitor.conf.in
- Add support for storage daemon.
[bacula/bacula] / bacula / src / tray-monitor / tray-monitor.conf.in
1 #
2 # Bacula Tray Monitor Configuration File
3 #
4
5 Monitor {
6   Name = @hostname@-dir
7 }
8    
9 Client {
10   Name = @hostname@-fd
11   Address = @hostname@
12   FDPort = @fd_port@
13   Password = "@fd_password@"          # password for FileDaemon
14 }
15
16 Storage {
17   Name = @hostname@-sd
18   Address = @hostname@
19   SDPort = @sd_port@
20   Password = "@sd_password@"          # password for StorageDaemon
21 }