gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 41/141: fix prometheus


From: gnunet
Subject: [taler-grid5k] 41/141: fix prometheus
Date: Thu, 18 Nov 2021 14:49:42 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 5d58fcdc37c931db7668526cbb0d335b44896c83
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Tue Oct 12 01:32:10 2021 +0200

    fix prometheus
---
 configs/etc/monitor/prometheus.yaml | 4 +++-
 experiment/run.sh                   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/configs/etc/monitor/prometheus.yaml 
b/configs/etc/monitor/prometheus.yaml
index 2a03395..a464bec 100644
--- a/configs/etc/monitor/prometheus.yaml
+++ b/configs/etc/monitor/prometheus.yaml
@@ -2,11 +2,13 @@ global:
   scrape_interval:     5s
   evaluation_interval: 5s 
 
+rule_files: []
+
 scrape_configs:
   # Self
   - job_name: 'prometheus'
     static_configs:
-    - targets: ['127.0.0.1:9090']
+    - targets: ['127.0.0.1:8080']
 
   # DB
   - job_name: 'database'
diff --git a/experiment/run.sh b/experiment/run.sh
index f4c8c13..b069c45 100644
--- a/experiment/run.sh
+++ b/experiment/run.sh
@@ -23,7 +23,7 @@ function set_cname() {
   nsupdate -k /root/ddns.key -v << EOF
 server ${DNS_HOST}
 zone ${DNS_ZONE}
-update add $1 CNAME $(hostname | cut -d "." -f 1,2 -).$2.proxy.grid5000.fr
+update add $1 60 CNAME $(hostname | cut -d "." -f 1,2 -).$2.proxy.grid5000.fr
 send
 EOF
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]