Change storage format

This commit is contained in:
Thomas Roehl
2021-10-04 15:23:43 +02:00
parent 8956ce7ad5
commit 558bbaba59
19 changed files with 874 additions and 283 deletions

View File

@@ -3,21 +3,23 @@
"user": "testuser",
"password": "testpass",
"host": "127.0.0.1",
"port": "8087",
"port": "9090",
"database": "testdb",
"organization": "testorg",
"type": "influxdb"
"type": "stdout"
},
"interval" : 3,
"duration" : 1,
"collectors": [
"memstat",
"loadavg",
"netstat",
"ibstat",
"lustrestat",
"cpustat",
"topprocs"
"loadavg",
"memstat",
"netstat",
"topprocs",
"lustrestat",
"ibstat",
"nvidia",
"likwid"
],
"default_tags": {
"cluster": "testcluster"