]> git.sur5r.net Git - bacula/docs/commitdiff
document tray monitor configuration
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 8 Aug 2011 19:55:32 +0000 (21:55 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 18 Aug 2011 07:11:46 +0000 (09:11 +0200)
docs/manuals/en/main/newfeatures.tex

index 8de9cf8eadb307664924c6a51be164c3fceb74f9..309ae677ffd9032b048eebbc9b0ee6f384a38be5 100644 (file)
@@ -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.