cc-metric-collector/config.json
2021-05-19 01:46:37 +02:00

29 lines
541 B
JSON

{
"sink": {
"user": "testuser",
"password": "testpass",
"host": "127.0.0.1",
"port": "8087",
"database": "testdb",
"organization": "testorg",
"type": "influxdb"
},
"interval" : 3,
"duration" : 1,
"collectors": [
"memstat",
"loadavg",
"netstat",
"ibstat",
"lustrestat",
"cpustat",
"topprocs"
],
"default_tags": {
"cluster": "testcluster"
},
"receiver": {
"type": "none"
}
}