dpiquet / pve-monitor

pve-monitor is a tool to monitor hypervisor and virtual machines in a proxmox cluster
37 stars 24 forks source link

Qemu Status UNKNOWN #1

Closed clancyian closed 11 years ago

clancyian commented 11 years ago

Hi, Thanks for taking the time to write this excellent plugin. I have started to use it with Icinga . I encountered an issue when monitoring my qemu guests. They all report that their status was UNKNOWN . To resolve this i added the following line at #666

$mqemu->{status} = $status{OK};

Rgds Ian

clancyian commented 11 years ago

Should read line #650 no #666