Skip to content

Status calculation

Every server carries one of four statuses: 🟢 Excellent (solid green), 🟢 OK (light green), 🟡 Warning and 🔴 Critical. This page explains exactly how the status is determined. The next to the status badge always opens a popover with the concrete reasons (“insights”) - for yellow/red the problems, for OK the points still missing for “Excellent”.

The status is computed fresh from the most recently collected data on every request, in this order:

If the server is unreachable (offline, auth/host-key error), it is immediately critical - unless “unreachability non-critical” is set for it (server settings). In that case it keeps its last computed status and is only greyed out; only after the grace period expires (default 28 days, configurable 1-365) does it become critical after all.

  • At least one critical CVE (after weighting, see below).
  • Operating system out of vendor support (EOL) - or less than one month before support ends.

Each of the following makes the server a warning (and appears as its own insight):

CriterionThreshold
High CVEs (weighted)≥ 1
Overdue package updates≥ 1
In-use Docker images with an available update≥ 1
Usage of the root volume /≥ 85 %
System requests a reboot (e.g. after a kernel update)yes
Last job failedyes

If none of the above signals apply, the server is green. It only reaches Excellent immaculately, when all three criteria are met:

  1. Zero counting CVEs - not a single known vulnerability, not even low ones (Docker CVEs of non-relevant containers do not count, see below).
  2. SSH hardening active (key login only, no root password login).
  3. Firewall (ufw) active - Proxmox systems bring their own firewall and count as covered.

If any of these is missing, the server stays at OK - and the ⓘ popover lists exactly what is still missing.

For the traffic light and alerts, the raw Trivy severity is weighted by context; the security views keep showing the raw rating:

  • Docker CVEs do not count at all by default. Containers are isolated, their packages are not directly reachable from outside, and the image vendor is responsible for image contents. Only containers explicitly marked as “CVE-relevant” in the Docker tab count - then at full severity. The mark is attached to the container name and survives image updates and inventory scans.
  • CVEs of exposed packages one level higher - web servers, reverse proxies, mail/DNS servers, databases (list under Settings → General) as well as automatically detected packages listening on externally reachable ports.
  • Offline-tolerated servers (“unreachability non-critical”) keep their last status and appear greyed out until the grace period expires.
  • Demo servers are never contacted; their status comes from the demo data.
  • Proxmox systems fulfil the firewall criterion automatically (pve-firewall); ufw management is locked there.

Related pages: Servers & monitoring, Security & CVE scans, Docker monitoring.