]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/technotes-3.0
ebl Work on check_bacula.pl
[bacula/bacula] / gui / bweb / technotes-3.0
1 19Jan09
2 ebl  Work on check_bacula.pl
3       - Modify warning/critical threshold 
4           Ok = value < warning
5           Warning = critical < value >= warning 
6           Critical = value >= critical
7       - Add new options -M|-F to specify "max run test" or "count failed"
8           => nothing will be done by default
9       - Add JobId keyword in the scan of the storage status command
10       - Add new level option
11
12
13 13Jan09
14 ebl  Add Purged status to update_media form even if the
15      update volume console doesn't permit it.
16 04Jan09
17 ebl  Fix group edition for client
18 03Jan09
19 ebl  Use a special icon for Admin/Migration/Copy etc.. job
20 23Dec08
21 ebl  Update final restore options box with tabpanel
22 18Dec08
23 ebl  Rewrite bresto (bweb restore interface) to work with ExtJS 2.2
24      Fix lots of bug
25 15Dec08
26 ebl  Update Bconsole.pm to use raw_pty() instead of using IO::Pty noecho
27 10Dec08
28 ebl  Fix mysql bug in log output
29 07Nov08
30 ebl  Fix statistics page
31 ebl  Add new "Cancel missing job" feature to be able
32      to mark missing job as failed in history table.
33 ebl  Fix a couple of unchecked arguments.
34
35 06Nov08
36 ebl  Fix a Bconsole.pm with Expect bug on debian lenny
37 ebl  Fix in storage command
38
39 04Nov08
40 ebl  Display all groups in display_stat page
41
42 21Oct08
43 ebl  Fix lot of small bugs
44
45 20Oct08
46 ebl  Rename job_old to JobHistory
47
48 07Oct08
49 ebl  Add base64_decode_lstat() function to Mysql 
50
51 22Sep08
52 ebl  Add an option to bgraph that shows each levels as different source
53
54 21Sep08
55 ebl  
56  bfileview: 
57   - Add error message for pruned of uncomputed jobs
58   - Bugfix for looking /
59  Bweb.pm
60   - Add support for age=1w2d40m
61   - Add new configuration variable to modify default age
62  general.tpl
63   - Add hyperlink to failed job count
64
65 25Aug08
66 ebl  Fix #1132 about typo in directory creation in install_bweb
67
68 02Jul08
69 ebl  Add documentation link on missing job view
70
71 31Jun08
72 ebl  Fix log display in job zoom view
73
74 22Jun08
75 ebl  Fix bug in missing job view
76
77 20Jun08
78 ebl  Update check_bacula.pl documentation
79
80 16Jun08
81 ebl  Take Recycle volumes from the import/export tool.
82
83 03Jun08
84 ebl  Add a nagios plugin for bacula script/check_bacula.pl
85
86 02Jun08
87 ebl  Modify missing job view to handle all kind of job
88
89 28Apr08
90 ebl  Change We from 45 to 66 hours (from friday 18h to monday 12h)
91
92 10Apr08
93 ebl  Fix group statistics to use client_group param
94
95 03Apr08
96 ebl  Tweak progress bar and add Backuped files count to job status
97 ebl  Remove progress bar from restore
98
99 02Apr08
100 ebl  Add group statistics page
101
102 10Mar08
103 ebl  Use lineal regression to guess backup progress (postgresql)
104
105 09Mar08
106 ebl  Add progress bar to backup screen (files and bytes estimation)
107
108 07Mar08
109 ebl  Fix btime.pl
110
111 15Feb08
112 ebl  Add bcheck.pl script that check various things in
113      you bacula setup. 
114        - Try to connect to each client
115        - Reports you big backup size change
116        - Reports you useless (or unconfigured) Job
117
118 14Feb08
119 ebl  Cleanup some SQL
120
121 13Feb08
122 ebl  Can modify client list group for a specific client
123 ebl  Disable use of Enabled flag in volume mgnt
124 ebl  Add comment field to client_group
125
126 09Jan08
127 ebl  Adapt btime for bacula 2.2.7
128
129 05Jan08
130 ebl  Add basic Device managment (mount, umount, release, status)
131
132 02Jan08
133 ebl  Fix a couple of bug in btime module
134 ebl  Keep level param between overview pages
135
136 31Dec07
137 ebl  Add new r_view_group role to view group content
138
139 27Dec07
140 ebl  Fix a bug in user edition.
141 ebl  Add Jobs -> Missing Job feature. Now, you can
142      check if jobs are missing or have to be re-run.
143 ebl  Add begin/end param to Bweb::Sched object
144 ebl  Fix a couple of small bug in GBalloon module when
145      we don't find any valid job
146
147 23Dec07
148 ebl  Each user can have a different template dir (lang).
149 ebl  WARNING: now, bweb/tpl contains main tpl files
150      for english version, you have to use bweb/lang/en/tpl
151
152 21Dec07
153 ebl  Use main tpl for editing, and use scripts to
154      generate other lang.
155
156 19Dec07
157 ebl  Add a new balloon graphic mode which display
158      time, bytes and number of files on the same graph
159
160 13Dec07
161 ebl  Try to extract when= from get_form() more smoothly
162
163 06Dec07
164 ebl  Add Bweb::Schedule Object to parse show schedule output.
165      Now, we can make ical events for example...
166
167 05Dec07
168 ebl  Add truncate to second function
169 ebl  Add btime module
170
171 28Nov07
172 ebl  Fix the time slice between overview and overview_zoom 
173
174 26Nov07
175 ebl  Fix overview to works with mysql
176 ebl  Add date support to bresto
177 ebl  Make bresto works with mysql (no DISTINCT ON (c1,c2))
178 ebl  Add the list of media that will be needed for resto
179
180 25Nov07
181 ebl  Use a automatic rediction when launching a new job
182 ebl  Add new overview view.
183
184 24Nov07
185 ebl  Add ERR= to error log filter
186 ebl  Set where_field when selecting a directory in the tree
187 ebl  Add a wiki option to integrate a link to jobs documentation
188      directly in bweb.
189 ebl  Add a tpl field to bweb_user. (To be able to have a tpl for each
190      user).
191
192 23Nov07
193 ebl  Add brestore_xxx tables to sql scripts
194 ebl  Add a batch=1 option to bresto.pl to fill bresto tables
195 ebl  Adapt Bconsole.pm to run a restore job
196 ebl  Make bresto.html/js working (you can restore files now)
197 ebl  Improve run job from scheduled view and missing view