Files
cc-examples/nhr@fau/cc-metric-collector/fritz/sinks.json
2026-03-04 16:57:28 +01:00

28 lines
586 B
JSON

{
"nhrinflux" : {
"type" : "influxasync",
"host": "monitoring-test.nhr.uni-erlangen.de",
"port": "8086",
"organization" : "ClusterCockpit",
"database" : "fritz_neu",
"password": "XYZ",
"ssl": true,
"meta_as_tags" : [
"unit"
]
},
"fritzstore" : {
"type" : "http",
"url" : "http://monitoring.nhr.fau.de:8082/api/write?cluster=fritz",
"jwt": "XYZ",
"meta_as_tags" : [
"unit"
],
"idle_connection_timeout": "60s",
"flush_delay" : "2s",
"max_retries" : 1,
"timeout" : "10s",
"precision": "s"
}
}