18 lines
404 B
YAML
18 lines
404 B
YAML
|
|
name: node_exporter
|
||
|
|
owner_node: vps
|
||
|
|
role: metrics-exporter
|
||
|
|
description: >
|
||
|
|
Prometheus Node Exporter — exposes host-level metrics (CPU, memory, disk,
|
||
|
|
network) for scraping by a Prometheus instance.
|
||
|
|
exposure: local-only
|
||
|
|
dependencies: []
|
||
|
|
restart_policy: unless-stopped
|
||
|
|
healthcheck:
|
||
|
|
type: http
|
||
|
|
endpoint: http://localhost:9100/metrics
|
||
|
|
interval: 30s
|
||
|
|
persistence:
|
||
|
|
paths: []
|
||
|
|
runtime:
|
||
|
|
env_vars: []
|