Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature - choose Pool #31

Open
t1mota opened this issue Jul 19, 2017 · 2 comments
Open

New Feature - choose Pool #31

t1mota opened this issue Jul 19, 2017 · 2 comments

Comments

@t1mota
Copy link

t1mota commented Jul 19, 2017

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
Copy link

MyckeTap commented Aug 9, 2019

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
Copy link

timota commented Sep 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants