In bareos/bareos-fd.d/client/myself.conf:
Client {
  Name = <system-name>-fd
  Maximum Concurrent Jobs = 20
}

bareos/bareos-fd.d/bareos-dir.conf:
Director {
  Name = bareos-dir
  Password = "bareos-fd-director-password"
}

bareos/bareos-fd.d/director/bareos-mon.conf:
Director {
  Name = <system-name>-mon
  Password = "bareos-fd-monitor-password"
  Monitor = yes
}


In bareos/bareos-sd.d/storage/bareos-sd.conf:
Storage {
  Name = bareos-sd
  Maximum Concurrent Jobs = 20
}

bareos/bareos-sd.d/director/bareos-dir.conf:
Director {
  Name = bareos-dir
  Password = "bareos-sd-director-password"
}

bareos/bareos-sd.d/director/bareos-mon.conf:
Director {
  Name = <system-name>-mon
  Password = "bareos-sd-monitor-password"
  Monitor = yes
}


In bareos/tray-monitor.d/monitor/bareos-mon.conf:
Monitor {
  Name = bareos-dir
  Password = "bareos-director-mon-password"
  RefreshInterval = 30 seconds
}

bareos/tray-monitor.d/client/FileDaemon-local.conf:
Client {
  Name = <system-name>-fd
  Address = localhost
  Password = "bareos-fd-monitor-password"
}

bareos/tray-monitor.d/storage/StorageDaemon-local.conf:
Storage {
  Name = bareos-sd
  Address = localhost
  Password = "bareos-sd-monitor-password"
}


Any idea why the local tray monitor exausts "Authentication error : 1999 
Authorization failed." for both local daemons -- file and storage? Both 
password entries are the same for storage-daemon-monitor and 
file-daemon-monitor.

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to