Files
cc-examples/nhr@fau/cc-metric-collector/woody-ng/sinks.json
2026-03-04 17:13:34 +01:00

22 lines
469 B
JSON

{
"nhrinflux" : {
"type" : "influxasync",
"host": "monitoring-test.nhr.uni-erlangen.de",
"port": "8086",
"organization" : "ClusterCockpit",
"database" : "woodyng",
"password": "XYZ",
"ssl": true
},
"woodystore" : {
"type" : "http",
"url" : "http://monitoring.nhr.fau.de:8082/api/write?cluster=woody",
"jwt": "XYZ",
"meta_as_tags" : [
"unit"
],
"idle_connection_timeout": "60s",
"precision": "s"
}
}