mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-26 15:29:04 +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": {
|
"sink": {
|
||||||
"user": "admin",
|
"user": "testuser",
|
||||||
"password": "12345",
|
"password": "testpass",
|
||||||
"host": "localhost",
|
"host": "127.0.0.1",
|
||||||
"port": "8080",
|
"port": "8087",
|
||||||
"database": "testdb",
|
"database": "testdb",
|
||||||
"type": "stdout"
|
"organization": "testorg",
|
||||||
|
"type": "influxdb"
|
||||||
},
|
},
|
||||||
"interval" : 3,
|
"interval" : 3,
|
||||||
"duration" : 1,
|
"duration" : 1,
|
||||||
"collectors": [
|
"collectors": [
|
||||||
"memstat",
|
"memstat",
|
||||||
"likwid",
|
|
||||||
"loadavg",
|
"loadavg",
|
||||||
"netstat",
|
"netstat",
|
||||||
"ibstat",
|
"ibstat",
|
||||||
"lustrestat",
|
"lustrestat",
|
||||||
"cpustat",
|
"cpustat",
|
||||||
"topprocs"
|
"topprocs"
|
||||||
]
|
],
|
||||||
|
"receiver": {
|
||||||
|
"type": "none"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user