iteratio-com / Exchange

Checkmk extensions for the public exchange
4 stars 2 forks source link

Update maxdb_backup.py - ignore restore jobs and lost history #5

Closed dirkhub closed 1 year ago

dirkhub commented 1 year ago

Backup logs will also report restore jobs (which might have failed). These should be ignored by this check. Also, after a restore, history of some backup jobs might be lost (status "HISTLOST") and will have an empty job id, which previously caused a crash of the check during parsing.

Ma7h1 commented 1 year ago

Thanks @dirkhub