From 97c31fbcd069bb5637a7bdbf515ecb246116222a Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Tue, 18 May 2021 15:41:49 +0200 Subject: [PATCH] Update included config.json --- config.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/config.json b/config.json index 969f62a..5e7c6df 100644 --- a/config.json +++ b/config.json @@ -1,22 +1,25 @@ { "sink": { - "user": "admin", - "password": "12345", - "host": "localhost", - "port": "8080", + "user": "testuser", + "password": "testpass", + "host": "127.0.0.1", + "port": "8087", "database": "testdb", - "type": "stdout" + "organization": "testorg", + "type": "influxdb" }, "interval" : 3, "duration" : 1, "collectors": [ "memstat", - "likwid", "loadavg", "netstat", "ibstat", "lustrestat", "cpustat", "topprocs" - ] + ], + "receiver": { + "type": "none" + } }