Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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...