cc-metric-collector/config.json

22 lines
386 B
JSON
Raw Normal View History

2021-03-17 18:00:09 +01:00
{
"sink": {
"user": "admin",
"password": "12345",
"host": "localhost",
"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",
"cpustat"
2021-03-25 14:47:44 +01:00
]
2021-03-17 18:00:09 +01:00
}