Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 79f46cc6f541d8c5c5053385fa42eafe > files > 1

bacula-tray-monitor-9.4.2-4.mga7.i586.rpm

#
# Bacula Tray Monitor Configuration File
#
# Copyright (C) 2000-2017 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#

Monitor {
  Name = bacula-mon
  Password = "@@MON_DIR_PASSWORD@@"         # password for the Directors   
  RefreshInterval = 30 seconds
}
   
Client {
  Name = bacula-fd
  Address = localhost
  FDPort = 9102
  Password = "@@MON_FD_PASSWORD@@"          # password for FileDaemon
}

Storage {
  Name = bacula-sd
  Address = localhost
  SDPort = 9103
  Password = "@@MON_SD_PASSWORD@@"          # password for StorageDaemon
}

Director {
  Name = bacula-dir
  DIRport = 9101
  address = localhost
}