dpiquet / pve-monitor

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

Uninitialized Value with Proxmox 3.0/0428106c (Cluster) #6

Closed bauschri closed 11 years ago

bauschri commented 11 years ago

Hey,

i became an error running against proxmox 3.0.

my config file

 node proxmox01-slave {
    address 10.96.0.35
    port 8006 # Optional, default is 8006
    monitor_account root
    monitor_password XXXX
    mem 80 90 # optional, not monitored if not defined
    cpu 80 95 # optional
    disk 80 90 # optional
 }

output

 root@proxmox-slave02:~/pve-monitor-stable-1.0# perl ./pve-monitor.pl --conf pve-monitor.conf --nodes
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 706.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 711.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 716.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 721.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 726.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 731.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 706.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 711.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 716.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 721.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 726.
 Use of uninitialized value in numeric gt (>) at ./pve-monitor.pl line 731.
dpiquet commented 11 years ago

Hello,

Please try the new stable version, this bug should be solved. Thanks for reporting !