From: Eric Bollengier Date: Fri, 20 Jun 2008 05:47:41 +0000 (+0000) Subject: ebl update documentation X-Git-Tag: Release-3.0.0~1272 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8cd162a0680651f5d94e7246da8c8f79176c1659;p=bacula%2Fbacula ebl update documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7188 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/script/check_bacula.pl b/gui/bweb/script/check_bacula.pl index edc0b872e0..c88dae3d41 100644 --- a/gui/bweb/script/check_bacula.pl +++ b/gui/bweb/script/check_bacula.pl @@ -22,7 +22,27 @@ =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 diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index 19a18c4f26..e696f5871f 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,3 +1,6 @@ +20Jun08 +ebl Update check_bacula.pl documentation + 16Jun08 ebl Take Recycle volumes from the import/export tool.