Skip to main content
RunBook Academy

← All checklists in Proxmox VE

DailyMaintenance

Daily pre-shift check

6 items ·0 critical ·1 warn ·5 info

Daily pre-shift check

A 5-minute check performed at the start of each shift.

How to use

Run each command. Note any unexpected output. Investigate anything unusual before the shift progresses.

Items

  1. cluster-health: Check that the cluster has quorum and Ceph is HEALTH_OK (if in use).
  2. backup-status: Verify backups ran last night without errors.
  3. alerts-inbox: Clear or acknowledge any new alerts in your alerting system.
  4. capacity-warning: Check capacity utilisation; alert if > 80%.
  5. node-health: Verify all cluster nodes are reachable.
  6. ongoing-incidents: Review any active incident tickets.

Notes

If anything fails, document in the incident tracker. Don’t fix things immediately unless they are user-impacting.

Warning1 item

  1. df -h | head && zpool list 2>/dev/null && ceph df 2>/dev/null

Info5 items

  1. pvecm status && ceph -s 2>/dev/null || echo "no ceph"
  2. pvesh get /cluster/tasks --output-format json | jq -r ".data[] | select(.type==\"vzdump\") | \\"\\(.id) \\(.status)\\" " | head -10