Update included config.json

This commit is contained in:
Thomas Roehl 2021-05-18 15:41:49 +02:00
parent cb9ff89e92
commit 97c31fbcd0

View File

@ -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"
}
}