Add the node_exporter role

This commit is contained in:
Alexander Gorelyshev
2025-12-17 12:26:46 +04:00
parent 87cf29448b
commit dce2de2145
12 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Node Exporter
After=network.target
[Service]
Type=simple
ExecStart={{ node_exporter_bin_path }}/node_exporter \
--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/) \
--collector.systemd
[Install]
WantedBy=multi-user.target