This commit is contained in:
2024-06-18 23:28:39 +02:00
parent e5586da25e
commit e5f10f0374
2 changed files with 71 additions and 2 deletions

View File

@@ -1,2 +1,19 @@
# pmpw
Poor Man's Proxmox Watchdog
# 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`