Browse Source

Update 'monitoring/agent.conf'

master
petep 2 years ago
parent
commit
a191850374
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      monitoring/agent.conf

+ 2
- 2
monitoring/agent.conf View File

@@ -1,7 +1,7 @@
agent {

proxy {
hostname = prom_prox // Proxy hostname
hostname = 172.20.0.7 // Proxy hostname
port = 50051 // Proxy port
}

@@ -19,7 +19,7 @@ agent {
{
name: "Proxy metrics"
path: proxy_metrics
url: "http://172.17.0.2:8082/metrics"
url: "http://172.20.0.7:8082/metrics"
//url: "http://"${?HOSTNAME}":8082/metrics"
}
{


Loading…
Cancel
Save