nghedley f738e2650f Add statstack
must install prometheus node-exporter on postgres lxc

must update prometheus.yml to reflect exporter jobs

read up on other intigrations
2026-02-20 17:36:37 -05:00
2026-02-20 15:18:19 -05:00
2026-02-20 15:13:53 -05:00
2026-02-20 15:16:42 -05:00
2026-02-20 15:51:29 -05:00
2026-02-20 17:36:37 -05:00

Portainer

stack and container yaml configs

docker run for portainer agent here:

docker run -d
-p 9001:9001
--name portainer_agent
--restart=always
-v /var/run/docker.sock:/var/run/docker.sock
-v /var/lib/docker/volumes:/var/lib/docker/volumes
-v /:/host
portainer/agent:latest

Description
stack and container yaml configs
Readme 44 KiB