From 1db92b40a1562a43dc2111fa71d0a53a8cf7a39f Mon Sep 17 00:00:00 2001
From: Student <stud@DevOps-46.NTNU>
Date: Mon, 27 Feb 2023 16:04:34 +0100
Subject: [PATCH] added conf file

---
 glances.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glances.conf b/glances.conf
index 433fb5a..8b9ca62 100644
--- a/glances.conf
+++ b/glances.conf
@@ -355,7 +355,7 @@ prefix=localhost
 
 [influxdb2]
 # NOTE: localhost will NOT work here!
-host=INSERT_IP_TO_VM_HERE
+host=129.241.96.56
 port=8086
 protocol=http
 org=ntnu
-- 
GitLab