]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update documentation
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 20 Jun 2008 05:47:41 +0000 (05:47 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 20 Jun 2008 05:47:41 +0000 (05:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7188 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/script/check_bacula.pl
gui/bweb/technotes-2.3

index edc0b872e09891095c88bd946f9515ed19fdb067..c88dae3d411dfcf1c5c70923000d13a8537e0b09 100644 (file)
 
 =head3 EXAMPLES
 
-    check_bacula.pl -C c1 -C c2 -w 10 -c 15 -S S1_LTO1 -S S1_LTO2 -m 2 -m S%
+   Check :
+      - if more than 10 jobs are running for client c1 and c2 for 1 hour
+
+    check_bacula.pl -C c1 -C c2 -w 10 -c 15 -a 1
+
+      - if more than 10 jobs are running for group g1 for 2 hours
+
+    check_bacula.pl -g g1 -w 10 -c 15 -a 2
+
+      - if S1_LTO1 and S1_LTO2 storage deamon are responding to status cmd
+
+    check_bacula.pl -S S1_LTO1 -S S1_LTO2
+
+      - if the scratch pool contains 5 volumes with mediatype Tape% at minimum
+
+    check_bacula.pl -s 2 -m Tape%
+
+
+   You can mix all options
+
+   check_bacula.pl -g g1 -w 10 -c 15 -S S1_LTO1 -s 2 -m Tape%
 
 =head1 LICENSE
 
index 19a18c4f26067199665c22bcd48e9cb501974752..e696f5871fc96800dd811a0507ff57c11e2956db 100644 (file)
@@ -1,3 +1,6 @@
+20Jun08
+ebl  Update check_bacula.pl documentation
+
 16Jun08
 ebl  Take Recycle volumes from the import/export tool.