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": { "sink": {
"user": "admin", "user": "testuser",
"password": "12345", "password": "testpass",
"host": "localhost", "host": "127.0.0.1",
"port": "8080", "port": "8087",
"database": "testdb", "database": "testdb",
"type": "stdout" "organization": "testorg",
"type": "influxdb"
}, },
"interval" : 3, "interval" : 3,
"duration" : 1, "duration" : 1,
"collectors": [ "collectors": [
"memstat", "memstat",
"likwid",
"loadavg", "loadavg",
"netstat", "netstat",
"ibstat", "ibstat",
"lustrestat", "lustrestat",
"cpustat", "cpustat",
"topprocs" "topprocs"
] ],
"receiver": {
"type": "none"
}
} }