dpiquet / pve-monitor

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

pve4 support #25

Closed dpiquet closed 8 years ago

dpiquet commented 8 years ago

adapt pve-monitor to pve4

fichte commented 8 years ago

any progress on this?

dpiquet commented 8 years ago

Hi,

I have been late on this project because i did not have a lab for a while, but pve-monitor will be tested very soon against pve4. Someone already told me the plugin was running fine with very little modification to handle lxc in addition to openvz. Here is the diff he gave me:

860c860
<               case "openvz" {
---
>               case /openvz|lxc/ {
1009c1009
<         case "openvz" {
---
>         case /openvz|lxc/ {
dpiquet commented 8 years ago

Support added in master branch (commit 81). Release coming soon.

dpiquet commented 8 years ago

Support added in release 1.07