| `network service - http` | `check_http` | `probe_http_duration_seconds` | `warning` | See also [#40568][] for phase B |
| `network service - https` | `check_https` | Idem | `warning` | Idem, see also [#41731][] for exhaustive coverage of HTTPS sites |
| `https cert` and `smtps` | `dsa_check_cert` | `probe_ssl_earliest_cert_expiry` | `warning` | Check for cert expiry for all sites, this is about "renewal failed" |
| `backup - bacula - *` | `dsa-check-bacula` | `bacula_job_last_good_backup` | `warning` | Based on WMF's [`check_bacula.py`][] |
| `redis liveness` | Custom command | `probe_success` | `warning` | Checks that the Redis tunnel works |
| `postgresql backups` | `dsa-check-backuppg` | `tpa_backuppg_last_check_timestamp_seconds` | `warning` | Built on top of NRPE check for now, see [TPA-RFC-65][] for long term |
Actual alerting rules can be found in the [`prometheus-alerts.git`
| `DNS - DS expiry` | `dsa-check-statusfile` | TBD | `warning` | Drop DNSSEC? See [#41795][] |
| `Ganeti - cluster` | `check_ganeti_cluster` | [`ganeti-exporter`][] | `warning` | Runs a full verify, costly, was already disabled |
| `Ganeti - disks` | `check_ganeti_instances` | Idem | `warning` | Was timing out and already disabled |
| `Ganeti - instances` | `check_ganeti_instances` | Idem | `warning` | Currently noisy: warns about retired hosts waiting for destruction, drop? |
| `SSL cert - LE` | `dsa-check-cert-expire-dir` | TBD | `warning` | Exhaustively check *all* certs, see [#41731][], possibly with `critical` severity for actual prolonged downtimes |
| `SSL cert - db.torproject.org` | `dsa-check-cert-expire` | TBD | `warning` | Checks local CA for expiry, on disk, `/etc/ssl/certs/thishost.pem` and `db.torproject.org.pem` on each host, see [#41732][] |