mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
london-b had both a custom node_exporter.service and the package-managed prometheus-node-exporter.service installed. Both tried to bind port 9100, causing the package version to fail. - Add cleanup tasks to remove custom /etc/systemd/system/node_exporter.service and /usr/local/bin/node_exporter if present - Add node_exporter_extra_collectors variable for configurable collectors - Configure london-b with systemd/processes/sysctl/ethtool/zfs collectors matching its previous custom setup Resolves PESO-109
29 lines
581 B
YAML
29 lines
581 B
YAML
---
|
|
host_role: storage
|
|
host_description: "Primary storage (ZFS), Docker services"
|
|
host_location: "London"
|
|
|
|
docker_services:
|
|
- nextcloud-aio
|
|
- jellyseerr
|
|
- navidrome
|
|
- slskd
|
|
- miniflux
|
|
- smartctl-exporter
|
|
- plex-exporter
|
|
|
|
zfs_pools:
|
|
- hdd
|
|
|
|
node_exporter_extra_collectors:
|
|
- systemd
|
|
- processes
|
|
- sysctl
|
|
- ethtool
|
|
- zfs
|
|
|
|
common_ufw_allowed_ports:
|
|
- {port: 32400, proto: tcp, comment: "Plex Media Server"}
|
|
- {port: 6881, proto: tcp, comment: "BitTorrent"}
|
|
- {port: 6881, proto: udp, comment: "BitTorrent"}
|
|
- {port: 445, proto: tcp, comment: "Samba"}
|