Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qeteshpony/checkmk-proxmox-backup
Local checkmk agent extension for reading the status of stored backups on a Proxmox Backup Server
https://github.com/qeteshpony/checkmk-proxmox-backup
checkmk checkmk-extension proxmox-backup-server
Last synced: about 1 month ago
JSON representation
Local checkmk agent extension for reading the status of stored backups on a Proxmox Backup Server
- Host: GitHub
- URL: https://github.com/qeteshpony/checkmk-proxmox-backup
- Owner: Qeteshpony
- License: mit
- Created: 2024-05-20T20:36:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T12:39:12.000Z (about 2 months ago)
- Last Synced: 2024-10-27T14:17:27.351Z (about 2 months ago)
- Topics: checkmk, checkmk-extension, proxmox-backup-server
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Local checkmk agent extension for reading the status of stored backups on a Proxmox Backup Server
## Installation
- Create a new user on your Proxmox Backup Server in the pbs realm and give it DatastoreAudit permissions
for your datastore- Copy `proxmoxbackupclient.example.ini` to `/root/proxmoxbackupclient.ini` and edit it to set the needed values
- Copy `proxmoxbackupclient.py` to `/usr/lib/check_mk_agent/local/proxmoxbackupclient.py` and make it executable
with `chmod +x /usr/lib/check_mk_agent/local/proxmoxbackupclient.py`- Running a service discovery in checkmk for the PBS should now find a new service for every stored backup.
That's it...