More generic name for lab host

This commit is contained in:
2024-02-11 17:11:45 -08:00
parent a5ef9dac70
commit 6ead2106c5
32 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=Node Exporter which exposes host metrics for Prometheus
After=network.target
[Service]
WorkingDirectory=/opt/prom-node-exporter
Type=simple
Restart=simple
Restart=always
Restart=10
ExecStart=/opt/prom-node-exporter/node_exporter
[Install]
WantedBy=multi-user.target