2021-03-17 18:00:09 +01:00
|
|
|
{
|
|
|
|
"sink": {
|
|
|
|
"user": "admin",
|
2021-03-26 10:19:54 +01:00
|
|
|
"password": "12345",
|
|
|
|
"host": "localhost",
|
2021-03-26 16:48:09 +01:00
|
|
|
"port": "8080",
|
|
|
|
"database": "testdb",
|
2021-03-26 17:03:46 +01:00
|
|
|
"type": "stdout"
|
2021-03-17 18:00:09 +01:00
|
|
|
},
|
2021-03-25 14:47:44 +01:00
|
|
|
"interval" : 3,
|
|
|
|
"duration" : 1,
|
|
|
|
"collectors": [
|
|
|
|
"memstat",
|
|
|
|
"likwid",
|
|
|
|
"loadavg",
|
2021-03-25 15:55:06 +01:00
|
|
|
"netstat",
|
2021-03-25 16:52:28 +01:00
|
|
|
"ibstat",
|
2021-05-12 16:57:18 +02:00
|
|
|
"lustrestat",
|
2021-05-12 17:47:12 +02:00
|
|
|
"cpustat",
|
|
|
|
"topprocs"
|
2021-03-25 14:47:44 +01:00
|
|
|
]
|
2021-03-17 18:00:09 +01:00
|
|
|
}
|