pmpw/README.md

20 lines
323 B
Markdown
Raw Normal View History

2024-06-18 23:28:39 +02:00
# Poor Man's Proxmox Watchdog
A bash script working as a helthcheck for a VM.
Takes in a single argument in form of VMID.
## Requirements
Copy/clone code into your directory
Add exec permission on watchdog.sh
`chmod u+x /path/to/watchdog.sh`
## Examples
`./watchdog.sh <REPLACE_WITH_VMID>`
`./watchdog.sh 100`