Tray-monitor.conf
From Bubba's Wiki
# # Bacula Tray Monitor Configuration File #
Monitor {
Name = bacula-mon Password = "single-password" # password for the Directors RefreshInterval = 5 seconds
}
Client {
Name = bacula-fd Address = client.example.com FDPort = 9102 Password = "single-password" # password for FileDaemon
}
Storage {
Name = bacula-sd Address = storage.example.com SDPort = 9103 Password = "single-password" # password for StorageDaemon
}
Director {
Name = bacula-dir DIRport = 9101 address = mail.rmasonfamily.info
}