Created
March 5, 2015 12:15
-
-
Save doque/0454804f487204529d86 to your computer and use it in GitHub Desktop.
pve-nodes.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node farm4 { | |
address 192.168.178.6 | |
port 8006 # Optional, default is 8006 | |
monitor_account monitoring | |
monitor_password pass | |
realm pve # Optional, default is pam | |
mem 80 90 # optional, not monitored if not defined | |
cpu 80 95 # optional | |
disk 80 90 # optional | |
} | |
node farm5 { | |
address 192.168.178.7 | |
port 8006 # Optional, default is 8006 | |
monitor_account monitoring | |
monitor_password pass | |
realm pve # Optional, default is pam | |
mem 80 90 # optional, not monitored if not defined | |
cpu 80 95 # optional | |
disk 80 90 # optional | |
} | |
node farm6 { | |
address 192.168.178.8 | |
port 8006 # Optional, default is 8006 | |
monitor_account monitoring | |
monitor_password pass | |
realm pve # Optional, default is pam | |
mem 80 90 # optional, not monitored if not defined | |
cpu 80 95 # optional | |
disk 80 90 # optional | |
} | |
pool Sample { | |
mem 98 100 | |
cpu 90 95 | |
disk 90 95 | |
} | |
#qemu monitoring { | |
#} | |
#storage backup { | |
# node farm4 | |
#} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment