f738e2650fd2f548a6facac9eb5851483c9eba22
must install prometheus node-exporter on postgres lxc must update prometheus.yml to reflect exporter jobs read up on other intigrations
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