From fedd69c9ce2c488abf694faa536d54bbe919a40c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 28 Feb 2022 17:04:18 +0100 Subject: [PATCH] Fix bug with SA08 when updating prometheus.yaml Change-Id: Iae87ea4bfe66ae38653307b992c6eaea3cc2b4c4 Signed-off-by: garciadeblas --- osm_lcm/lcm.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_lcm/lcm.cfg b/osm_lcm/lcm.cfg index 96fb373..d8013a3 100644 --- a/osm_lcm/lcm.cfg +++ b/osm_lcm/lcm.cfg @@ -92,7 +92,7 @@ message: tsdb: # time series database driver: prometheus # local file to store the configuration - path: /etc/prometheus + path: /opt/prometheus uri: http://prometheus:9090/ # loglevel: DEBUG # logfile: /var/log/osm/lcm-tsdb.log -- 2.17.1