mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Update included config.json
This commit is contained in:
parent
cb9ff89e92
commit
97c31fbcd0
17
config.json
17
config.json
@ -1,22 +1,25 @@
|
||||
{
|
||||
"sink": {
|
||||
"user": "admin",
|
||||
"password": "12345",
|
||||
"host": "localhost",
|
||||
"port": "8080",
|
||||
"user": "testuser",
|
||||
"password": "testpass",
|
||||
"host": "127.0.0.1",
|
||||
"port": "8087",
|
||||
"database": "testdb",
|
||||
"type": "stdout"
|
||||
"organization": "testorg",
|
||||
"type": "influxdb"
|
||||
},
|
||||
"interval" : 3,
|
||||
"duration" : 1,
|
||||
"collectors": [
|
||||
"memstat",
|
||||
"likwid",
|
||||
"loadavg",
|
||||
"netstat",
|
||||
"ibstat",
|
||||
"lustrestat",
|
||||
"cpustat",
|
||||
"topprocs"
|
||||
]
|
||||
],
|
||||
"receiver": {
|
||||
"type": "none"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user