Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxmox ntfy

Monitor your proxmox datacenter with phone notifications

Right now only CPU tempatures are monitored.

Prerequisites

  • Ntfy
  • python3
  • python3-requests
  • python3-psutil

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.

Updating

You can update the script without cloning the project using git:

git pull

About

Monitoring software utilizing ntfy for Proxmox datacenter's

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages