Tray Monitor Sample Configuration

An example Tray Monitor configuration file might be the following:

#
# Bacula Tray Monitor Configuration File
#
Monitor {
    Name = rufus-mon # password for Directors
    RefreshInterval = 10 seconds
}
Client {
    Name = rufus-fd
    Address = rufus
    Port = 9102
    # password for FileDaemon
    Password = "FYpq4yyI1y562EMS35bA0J0QC0M2L3t5cZObxT3XQxgxppTn"
}
Storage {
    Name = rufus-sd
    Address = rufus
    Port = 9103
    # password for StorageDaemon
    Password = "9usxgc307dMbe7jbD16v0PXlhD64UVasIDD0DH2WAujcDsc6"
}
Director {
    Name = rufus-dir
    port = 9101
    address = rufus
}

Sample File Daemon’s Director Record

Click here to see the full example.

#
# Restricted Director, used by tray-monitor to get the
#
status of the file daemon
#
Director {
    Name = rufus-mon
    Password = "FYpq4yyI1y562EMS35bA0J0QC0M2L3t5cZObxT3XQxgxppTn"
    Monitor = yes
}

Sample Storage Daemon’s Director Record

Click here to see the full example.

#
# Restricted Director, used by tray-monitor to get the
#
status of the storage daemon
#
Director {
    Name = rufus-mon
    Password = "9usxgc307dMbe7jbD16v0PXlhD64UVasIDD0DH2WAujcDsc6"
    Monitor = yes
}

Sample Director’s Console Record

Click here to see the full example.

#
# Restricted console used by tray-monitor to get the status of the director
#
Console {
    Name = Monitor
    Password = "GN0uRo7PTUmlMbqrJ2Gr1p0fk0HQJTxwnFyE4WSST3MWZseR"
    CommandACL = status, .status
}

Go back to the Daemons Monitoring chapter.

Go back to the Jobs Monitoring chapter.

Go back to the main Bacula Enterprise Management page.