mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
18 lines
264 B
JSON
18 lines
264 B
JSON
{
|
|
"sink": {
|
|
"user": "admin",
|
|
"password": "12345"
|
|
},
|
|
"host": "localhost",
|
|
"port": "8080",
|
|
"interval" : 3,
|
|
"duration" : 1,
|
|
"collectors": [
|
|
"memstat",
|
|
"likwid",
|
|
"loadavg",
|
|
"netstat"
|
|
]
|
|
}
|
|
|