Skip to content
Snippets Groups Projects

More comments

2 files
+ 14
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -14,21 +14,21 @@ scrape_configs:
scrape_interval: 5s
# scheme: https
static_configs:
- targets: ['192.168.0.230:5000']
- targets: ['192.168.2.34:5000']
- job_name: 'node-exporter'
honor_labels: true
scrape_interval: 5s
# scheme: https
static_configs:
- targets: ['192.168.0.230:9100']
- targets: ['192.168.2.34:9100']
- job_name: 'mongodb-exporter'
honor_labels: true
scrape_interval: 5s
#scheme: https
static_configs:
- targets: ['192.168.0.230:9216']
- targets: ['192.168.2.34:9216']
#remote_write:
#- url: "localhost:3000"
Loading