dpiquet / pve-monitor

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

New Feature - choose Pool #31

Open t1mota opened 7 years ago

t1mota commented 7 years ago

Hi their, is it possible to define a couple VM/LXC pools and chose in command line which one i need to monitor. As example: perl pve-monitor.pl --conf prod-pve-monitor.conf --conf prod-pve-monitor.conf --pools <POOLNAME> --containers --qemu it will be useful to define a different Nagios checks without creating a different conf files.

Thank you.

MyckeTap commented 5 years ago

even now it is possible in a single file. Just define in one after another like this: pool pool1 { mem 98 100 cpu 90 95 disk 90 95 }

pool pool2 { mem 98 100 cpu 90 95 disk 90 95 }

timota commented 5 years ago

i did PR for this(check pull requests) ages ago. and it still not merged (