cc-metric-collector: update alex

This commit is contained in:
Michael Panzlaff
2026-03-04 16:48:30 +01:00
parent bd22bfe5e6
commit 7d0f09ecb9
5 changed files with 124 additions and 120 deletions

View File

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