Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active May 18, 2023 20:46
Show Gist options
  • Save dnburgess/12bd77a4b7c8d720dc8c2d033494b456 to your computer and use it in GitHub Desktop.
Save dnburgess/12bd77a4b7c8d720dc8c2d033494b456 to your computer and use it in GitHub Desktop.
DB Tech Media Server Setup - prometheus.yml
global:
scrape_interval: 5s
external_labels:
monitor: 'node'
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['192.168.68.240:9292'] ## IP Address of the localhost
- job_name: 'node-exporter'
static_configs:
- targets: ['192.168.68.240:9100'] ## IP Address of the localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment