EDVler
EDVler
Hi! Here is a output from one of my vzdump logs: 2019-05-18 06:28:49 INFO: Starting Backup of VM 101 (qemu) 2019-05-18 06:28:49 INFO: status = running 2019-05-18 06:28:49 INFO: update...
Hallo! > so it seems that vzdump writes the log files in async? do you think this is the possibe reason?? Thats maybe a reason. But I don't know. Maybe...
Could you please try the following: On your Check_MK Server find the file proxmox_qemu_backup. The file is located under /opt/omd/sites/YOUR SITENAME/local/share/check_mk/checks/proxmox_qemu_backup root@monitoring01:/opt/omd# find . -name proxmox_qemu_backup | grep checks |...
I rewrote the plugin and also fixed your problem (hopefully). Please replace the two files: https://github.com/edvler/check_mk_proxmox-qemu-backup/blob/master/check_mk/checks/proxmox_qemu_backup Located in: /opt/omd/sites//local/share/check_mk/checks https://github.com/edvler/check_mk_proxmox-qemu-backup/blob/master/check_mk/web/plugins/wato/check_parameters_proxmox_qemu_backup.py Located in: /opt/omd/sites//local/share/check_mk/web/plugins/wato Please let me know if it works!
Is the problem fixed? Greets Matthias
Hi! Is it now working? Are still problems? Greets Matthias
Hello, i changed the logic for detecting if a backup is currently running. Now the check is not using the logfiles content while the vzdump process is running. If you...
> maybe monitoring lxc backups could be a nice addon? Yes for sure. Please post your version here! In the meanwhile i saw that my fix isn't working. I need...
Hello, could you send me your lxc version? Or make a pull request with your version? Greets Matthias
Could you please check if the current master is now working as expected? Now your LXC code is merged! Sorry that this merge took so long ...