mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2024-11-10 09:47:27 +01:00
27 lines
642 B
JSON
27 lines
642 B
JSON
{
|
|
"influx": {
|
|
"type": "influxasync",
|
|
"host": "monitoring-test.nhr.uni-erlangen.de",
|
|
"port": "8086",
|
|
"organization": "ClusterCockpit",
|
|
"database": "tinygpu",
|
|
"password": "XZY",
|
|
"ssl": true,
|
|
"meta_as_tags": [
|
|
"unit"
|
|
]
|
|
},
|
|
"metricstore": {
|
|
"type": "http",
|
|
"url": "http://monitoring.nhr.fau.de:8082/api/write?cluster=tinygpu",
|
|
"jwt": "XZY",
|
|
"meta_as_tags": [
|
|
"unit"
|
|
],
|
|
"idle_connection_timeout": "60s",
|
|
"flush_delay": "2s",
|
|
"max_retries": 1,
|
|
"timeout": "10s"
|
|
}
|
|
}
|