]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/win64_installer/tray-monitor.conf.in
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / win64_installer / tray-monitor.conf.in
1 #
2 # Copyright (C) 2000-2018 Kern Sibbald
3 # License: BSD 2-Clause; see file LICENSE-FOSS
4 #
5 #
6 # Bacula Tray Monitor Configuration File
7 #
8
9 Monitor {
10   Name = @monitor_name@
11   Password = "@mon_password@"         # password for the Directors   
12   RefreshInterval = 30 seconds
13 }
14    
15 Client {
16   Name = @client_name@
17   Address = localhost
18   FDPort = @client_port@
19   Password = "@monitor_password@"
20 }
21
22 #Storage {
23 #  Name = @basename@-sd
24 #  Address = @hostname@
25 #  SDPort = @sd_port@
26 #  Password = "@mon_sd_password@"          # password for StorageDaemon
27 #}
28 #
29 #Director {
30 #  Name = @basename@-dir
31 #  DIRport = @dir_port@
32 #  address = @hostname@
33 #}
34 #