cc-metric-collector/config.json

31 lines
575 B
JSON
Raw Normal View History

2021-03-17 18:00:09 +01:00
{
"sink": {
2021-05-18 15:41:49 +02:00
"user": "testuser",
"password": "testpass",
"host": "127.0.0.1",
2021-10-04 15:23:43 +02:00
"port": "9090",
"database": "testdb",
2021-05-18 15:41:49 +02:00
"organization": "testorg",
2021-10-04 15:23:43 +02:00
"type": "stdout"
2021-03-17 18:00:09 +01:00
},
2021-03-25 14:47:44 +01:00
"interval" : 3,
"duration" : 1,
"collectors": [
2021-10-04 15:23:43 +02:00
"cpustat",
2021-03-25 14:47:44 +01:00
"loadavg",
2021-10-04 15:23:43 +02:00
"memstat",
2021-03-25 15:55:06 +01:00
"netstat",
2021-10-04 15:23:43 +02:00
"topprocs",
2021-05-12 16:57:18 +02:00
"lustrestat",
2021-10-04 15:23:43 +02:00
"ibstat",
"nvidia",
"likwid"
2021-05-18 15:41:49 +02:00
],
2021-05-19 01:46:37 +02:00
"default_tags": {
"cluster": "testcluster"
},
2021-05-18 15:41:49 +02:00
"receiver": {
"type": "none"
}
2021-03-17 18:00:09 +01:00
}