mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
cc-metric-collector: update alex
This commit is contained in:
@@ -1,33 +1,36 @@
|
||||
{
|
||||
"fritzganglia": {
|
||||
"type": "libganglia",
|
||||
"gmond_config": "/etc/ganglia/gmond.conf",
|
||||
"libganglia_path": "libganglia.so.0",
|
||||
"add_ganglia_group": true
|
||||
},
|
||||
"nhrinflux": {
|
||||
"type": "influxasync",
|
||||
"host": "monitoring-test.nhr.uni-erlangen.de",
|
||||
"port": "8086",
|
||||
"organization": "ClusterCockpit",
|
||||
"database": "fritz_neu",
|
||||
"password": "XZY",
|
||||
"ssl": true,
|
||||
"meta_as_tags": [
|
||||
"unit"
|
||||
]
|
||||
},
|
||||
"fritzstore": {
|
||||
"type": "http",
|
||||
"url": "http://monitoring.nhr.fau.de:8082/api/write?cluster=fritz",
|
||||
"jwt": "XZY",
|
||||
"meta_as_tags": [
|
||||
"unit"
|
||||
],
|
||||
"idle_connection_timeout": "60s"
|
||||
},
|
||||
"debugstdout": {
|
||||
"type": "stdout",
|
||||
"output_file": "/tmp/debug.log"
|
||||
}
|
||||
"fritzganglia" : {
|
||||
"type" : "libganglia",
|
||||
"gmond_config" : "/etc/ganglia/gmond.conf",
|
||||
"libganglia_path": "libganglia.so.0",
|
||||
"add_ganglia_group": true
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"debugstdout" : {
|
||||
"type": "stdout",
|
||||
"output_file" : "/tmp/debug.log"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user