edvler / check_mk_proxmox-qemu-backup

Check MK Plugin to check Proxmox VM guest (QEMU) backups
GNU General Public License v2.0
18 stars 7 forks source link

Detect new log output 'creating vzdump archive' #6

Closed chotaire closed 4 years ago

chotaire commented 4 years ago

Proxmox VE 6.2-9 introduces changed logfile entries.

Previously: "Creating archive" Now: "Creating vzdump archive"

This resulted in "UNKN - error occured in check plugin". I fixed the script to handle the new log output. This will additionally require a new mkp package to be created.

edvler commented 4 years ago

Hi,

please try to install the new mkp from the release v1.1.1.

I've updated my Proxmox to 6.2-10 and it works for me. https://github.com/edvler/check_mk_proxmox-qemu-backup/releases/tag/v1.1.1

Greets Matthias