Sanitized mirror from private repository - 2026-03-18 10:31:50 UTC
This commit is contained in:
13
hosts/vms/homelab-vm/node-exporter.yml
Normal file
13
hosts/vms/homelab-vm/node-exporter.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Node Exporter - Metrics
|
||||
# Port: 9100
|
||||
# Prometheus hardware/OS metrics
|
||||
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
node-exporter:
|
||||
image: prom/node-exporter:latest
|
||||
container_name: node-exporter
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9100:9100"
|
||||
Reference in New Issue
Block a user