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