Skip to content

Commit

Permalink
Add JobACL to monitor console to see jobs
Browse files Browse the repository at this point in the history
Looks like before the status command did not limit the
view of jobs according to the JobACL.

As the ACLs now have been fixed, we need to allow the
monitor ressource to see all jobs because otherwise
we see nothing.

Fixes #378: Bareos tray monitor - not accurate information from
bareos-dir
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent 4e7107b commit 65f1435
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions platforms/univention/conffiles/etc/bareos/bareos-dir.conf
Expand Up @@ -355,6 +355,7 @@ Console {
Name = @%@hostname@%@.@%@domainname@%@-mon
Password = "monitor"
CommandACL = status, .status
JobACL = *all*
}

@/etc/bareos/autogenerated/clients.include
1 change: 1 addition & 0 deletions src/defaultconfigs/diskonly/bareos-dir.conf.in
Expand Up @@ -335,4 +335,5 @@ Console {
Name = @basename@-mon
Password = "@mon_dir_password@"
CommandACL = status, .status
JobACL = *all*
}
1 change: 1 addition & 0 deletions src/defaultconfigs/legacy/bareos-dir.conf.in
Expand Up @@ -316,4 +316,5 @@ Console {
Name = @basename@-mon
Password = "@mon_dir_password@"
CommandACL = status, .status
JobACL = *all*
}

0 comments on commit 65f1435

Please sign in to comment.