Hi, due some requirements in my company, i need a web based (no OS limitation, no Application limitation) for viewing the processed Bacula Jobs status and Logs. Since i need authentication for sending Mail, i already replace bsmtp with a Script written in python. I found bacula-web right useful except, i'm not sure if it's still under development and will be maintained in the future, so i took a look in django (python web framework) and it wasn't to hard to get a simple Online Report. No changing the bsmtp script to not only mail but in addition add the contents to the Database for online reviewing in one place (no switching between Browser/MUA) wouldn't be a big challenge i started to do some more with django.
A first look alike can be seen at http://193.154.151.162/bacula/ , but please notice that viewing the File List can take a longer time or even time out, depending on your time out settings. Please feel free to let me know what you think about and what could be improved/implemented, as i consider licensing it under the GPL. Currently the dependencies are as follows (running on RHEL4/CentOS4): - access to the Catalog Database - python2.3 - python- (postgresql, mysql, sqlite3) # depending on your Catalog Database - django Web Framework kind regards Michael Lang ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
