# Arcline OS — Prometheus configuration (server edition) # Scrapes itself and node_exporter on the local host. Extension points for # the Arcline toolchain (arcline-uptime exposes :8081/metrics) are commented. global: scrape_interval: 15s evaluation_interval: 15s external_labels: cluster: arcline rule_files: - /etc/prometheus/arcline.rules.yml scrape_configs: - job_name: prometheus static_configs: - targets: ["localhost:9090"] - job_name: node static_configs: - targets: ["localhost:9100"] # - job_name: arcline-uptime # static_configs: # - targets: ["localhost:8081"]