Skip to main content
RunBook Academy

← All checklists in Proxmox VE

WeeklyMaintenance

Weekly operational review

13 items ·5 critical ·5 warn ·3 info

Weekly operational review

A 30-60 minute review of cluster health and operational metrics. Performed by the on-call engineer or a designated reviewer.

Goals

  • Catch small problems before they become incidents
  • Validate backup and DR procedures
  • Identify trends that need attention (capacity, performance)

What to look for

  • Backup success rate: anything below 95% needs investigation
  • Disk space: anything above 80% needs a forecast; above 90% is urgent
  • Pending updates: prioritise security, schedule restarts
  • Failed login patterns: spikes may indicate attack or misconfiguration

Critical5 items

  1. pvesh get /cluster/tasks --typefilter vzdump --since "7 days ago" --output-format json | jq -r ".data[] | \\"\\(.id) \\(.status)\\"" | tail -20
  2. proxmox-backup-manager sync job list
  3. zpool list && zpool status
  4. ceph -s
  5. pvecm status

Warning5 items

  1. pvesh get /cluster/resources --type storage --output-format json | jq ".[] | {storage, used: .used, total: .total}"
  2. apt list --upgradable
  3. openssl x509 -in /etc/pve/local/pveproxy-ssl.pem -noout -dates
  4. pvesr status

Info3 items

  1. ha-manager status
  2. lastb | head -20