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