Skip to content

Instantly share code, notes, and snippets.

@doque
Created March 5, 2015 12:15
Show Gist options
  • Save doque/0454804f487204529d86 to your computer and use it in GitHub Desktop.
Save doque/0454804f487204529d86 to your computer and use it in GitHub Desktop.
pve-nodes.conf
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