Hi,
I have made an attempt for a Nagios check plugin that reports if there are Proxmox Backup Server tasks with status warning or error for the current day.
#!/usr/bin/python3
# Import libraries
import sys, getopt, requests, urllib3, json
urllib3.disable_warnings()
from datetime import...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.