From: Eric Bollengier Date: Mon, 8 Aug 2011 19:55:32 +0000 (+0200) Subject: document tray monitor configuration X-Git-Tag: Release-5.2.1~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=28d569386ed2407d908914565ccebf516534a539;p=bacula%2Fdocs document tray monitor configuration --- diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 8de9cf8e..309ae677 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -63,6 +63,25 @@ the tray monitor menu. \caption{Run a Job through the new tray monitor} \end{figure} + +To be able to run a job from the tray monitor, you need to +allow specific commands in the Director monitor console: +\begin{verbatim} +Console { + Name = win2003-mon + Password = "xxx" + CommandACL = status, .clients, .jobs, .pools, .storage, .filesets, .messages, run + ClientACL = *all* # you can restrict to a specific host + CatalogACL = *all* + JobACL = *all* + StorageACL = *all* + ScheduleACL = *all* + PoolACL = *all* + FileSetACL = *all* + WhereACL = *all* +} +\end{verbatim} + \medskip This project was funded by Bacula Systems and is available with Bacula the Enterprise Edition and the Community Edition.