mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
29 lines
541 B
JSON
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"
|
|
}
|
|
}
|