]> git.sur5r.net Git - bacula/bacula/blobdiff - 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
diff --git a/bacula/src/win32/win64_installer/bacula-tray-monitor.conf.in b/bacula/src/win32/win64_installer/bacula-tray-monitor.conf.in
new file mode 100644 (file)
index 0000000..4d44788
--- /dev/null
@@ -0,0 +1,34 @@
+#
+# Bacula Tray Monitor Configuration File
+#
+# Copyright (C) 2000-2018 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
+Monitor {
+  Name = @monitor_name@
+  RefreshInterval = 60 seconds
+}
+   
+Client {
+  Name = @client_name@
+  Address = localhost
+  Port = @client_port@
+  Password = "@monitor_password@"
+}
+
+#Storage {
+#  Name = @basename@-sd
+#  Address = @hostname@
+#  Port = @sd_port@
+#  Password = "@mon_sd_password@"          # password for StorageDaemon
+#}
+#
+#Director {
+#  Name = @basename@-dir
+#  port = @dir_port@
+#  address = @hostname@
+#  Password = "@mon_password@"         # password for the Directors   
+#}
+#
+