2025-06-12 17:47:31 -04:00
2025-06-09 17:44:49 -04:00
2025-06-07 16:19:10 -04:00
2025-06-06 14:20:33 -04:00
2025-06-04 14:18:43 -04:00
2025-06-04 14:18:43 -04:00
2025-06-12 17:47:31 -04:00

Proxmox ntfy

Monitor your proxmox datacenter with phone notifications

Prerequisites

  • Proxmox (extensive use of the Proxmoxer API)
  • Terminal multiplexer (such as tmux) [Optional]
  • python3
  • python3-requests (It's possible to use curl instead with Python subprocess) [*Optional]

Deploying

This example will utilize tmux:

  1. Create a new named session, "ntfy" will be used as an example:
tmux [new|new-session] -s ntfy
  1. Enter the new session:
tmux attach -t ntfy
  1. Download and start the script:
git clone --depth=1 https://github.com/unixtensor/proxmox-ntfy
python3 ./proxmox-ntfy/src/main.py http://your.domain.com/

Detatch from the current tmux session with <Ctrl b><d>, the script should now be deployed and running in the background.

Description
Monitoring software utilizing ntfy for Proxmox datacenter's
Readme 144 KiB
Languages
Python 98.2%
Dockerfile 1.8%