This file is indexed.

/usr/share/bareos-common/defconfig/tray-monitor.conf is in bareos-common 14.2.1+20141017gitc6c5b56-3+deb8u3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Bareos Tray Monitor Configuration File
#

Monitor {
  Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-mon
  Password = "XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX"         # password for the Directors
  RefreshInterval = 30 seconds
}

Client {
  Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-fd
  Address = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX
  FDPort = 9102
  Password = "XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX"          # password for FileDaemon
}

Storage {
  Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-sd
  Address = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX
  SDPort = 9103
  Password = "XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX"          # password for StorageDaemon
}

Director {
  Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-dir
  DIRport = 9101
  address = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX
}