]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/win32_installer/tray-monitor.conf.in
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / win32_installer / tray-monitor.conf.in
1 #
2 # Bacula Tray Monitor Configuration File
3 #
4
5 Monitor {
6   Name = @monitor_name@
7   Password = "@mon_password@"         # password for the Directors   
8   RefreshInterval = 30 seconds
9 }
10    
11 Client {
12   Name = @client_name@
13   Address = localhost
14   FDPort = @client_port@
15   Password = "@monitor_password@"
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 #}
30 #