cc-metric-collector: update woody

This commit is contained in:
Michael Panzlaff
2026-03-04 17:12:46 +01:00
parent ae65147c77
commit 59aa0a09bb
5 changed files with 82 additions and 75 deletions

View File

@@ -1,20 +1,21 @@
{
"nhrinflux": {
"type": "influxasync",
"host": "monitoring-test.nhr.uni-erlangen.de",
"port": "8086",
"organization": "ClusterCockpit",
"database": "woodyng",
"password": "XZY",
"ssl": true
},
"woodystore": {
"type": "http",
"url": "http://monitoring.nhr.fau.de:8082/api/write?cluster=woodyng",
"jwt": "XZY",
"meta_as_tags": [
"unit"
],
"idle_connection_timeout": "60s"
}
"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"
}
}