Module: check_mk
Branch: master
Commit: 4b464a2f4e958feeb04f9fba3f8afbbc9b4f6378
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4b464a2f4e958f…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Mar 26 13:10:50 2014 +0100
FIX WATO backup and restore: improved error handling
Additional validations are now undertaken when creating or restoring a backup
file.<br>
New procedures and features
<ul>
<li>Stopping and re-staring the record of performance data while the restore is in
progress</li>
<li>Correct evaluation of exit codes and error messages from the backup
commands</li>
<li>New backup/restore hooks: <tt>pre_restore</tt>,
<tt>post_restore</t>, <tt>backup_command</tt>,
<tt>restore_command</tt></li>
</ul>
---
.werks/736 | 15 ++++
ChangeLog | 3 +-
modules/automation.py | 68 ++++++++++++------
web/htdocs/multitar.py | 98 +++++++++++++++----------
web/htdocs/wato.py | 140 ++++++++++++++++++++----------------
web/plugins/wato/backup_domains.py | 55 +++++++++++---
6 files changed, 250 insertions(+), 129 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=4b464a2f4e…