Skip to content
Snippets Groups Projects
Commit d77380f6 authored by Simon Crowle's avatar Simon Crowle
Browse files

Fixes telegraf influx endpoint IP address

parent 893ffeba
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ hosts:
sf_id: "test-sf-clmc-agent-build"
sf_id_instance: "ms-A.ict-flame.eu"
ipendpoint_id: "endpoint1.ms-A.ict-flame.eu"
influxdb_url: "http://203.0.113.100:8086"
influxdb_url: "http://172.40.231.51:8086"
database_name: "CLMCMetrics"
- name: ipendpoint2
cpus: 1
......@@ -64,7 +64,7 @@ hosts:
sf_id: "test-sf-clmc-agent-build"
sf_id_instance: "ms-A.ict-flame.eu"
ipendpoint_id: "endpoint2.ms-A.ict-flame.eu"
influxdb_url: "http://203.0.113.100:8086"
influxdb_url: "http://172.40.231.51:8086"
database_name: "CLMCMetrics"
- name: test-runner
cpus: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment