Jakemon Dashboards Inventory

Dashboards are provisioned from jakemon/dashboards/ — the JSON in git is the source of truth. To change one: edit the JSON, bin/deploy-central.sh. To read one's data without Grafana auth, lift its PromQL/LogQL from the JSON and run it against Prometheus (docker2:9090) or Loki via Grafana.

Infra set (dashboards/infra/)

DashboardCovers
fleet-overviewWhole-fleet health at a glance
host-healthPer-host CPU/memory/disk/network
nodeNode-exporter-level detail
containersPer-container resource use across hosts
postgresPostgreSQL health (docker1 wikantik DB and friends)
logsLoki log exploration entry point
reliabilityUptime/alert-oriented rollup

Services set (dashboards/services/)

DashboardCovers
wikantik-overview / wikantik-host / wikantik-trafficThe production wiki: app metrics, host view, request traffic
search-visibilitySEO: webmaster_* metrics + AI-referral log panels — see Search Visibility Exporter
cloudflaredTunnel connector health across origins
edge-nginxThe static-site nginx on the cloudflare host
craftercms-platform / craftercms-trafficThe CrafterCMS-based site deployment (crafter-proxy containers)
inference-gpuHistorical — the decommissioned GPU host; keep for when it returns

Alerting

Alertmanager runs loopback-only on docker2 (127.0.0.1:9093). Alert rules ship with the central stack config (central/).

See Also