When it is not running, you can use HA. But how would you define not properly?Is it possible to automatically start a VM when it is not running (properly).
This is very much up to your monitoring. Some monitoring solutions allow actions to be taken on certain conditions (eg. triggers).So in case of a shutdown or when it hangs (then it first would need a kill I suppose).
I assume that with HA you mean https://pve.proxmox.com/wiki/High_Availability_ClusterWhen it is not running, you can use HA. But how would you define not properly?
Since its a plain desktop I only want a check if the VM is running (not stuck in a way). I thought (hoped) that proxmox would have/has some basic checks for that.This is very much up to your monitoring. Some monitoring solutions allow actions to be taken on certain conditions (eg. triggers).
Hi
for Container you could use
*/5 * * * * pct start 100 >/dev/null
where 100 is the is of the Desktop, since a Container cant be starte twice, i think this is similar to a vm
for vm it's: */5 * * * * qm start 100 > /dev/nullHi
for Container you could use
*/5 * * * * pct start 100 >/dev/null
where 100 is the is of the Desktop, since a Container cant be starte twice, i think this is similar to a vm
We use essential cookies to make this site work, and optional cookies to enhance your experience.