mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
cc-metric-collector: update tinygpu
This commit is contained in:
@@ -1,26 +1,53 @@
|
||||
{
|
||||
"influx": {
|
||||
"type": "influxasync",
|
||||
"host": "monitoring-test.nhr.uni-erlangen.de",
|
||||
"port": "8086",
|
||||
"organization": "ClusterCockpit",
|
||||
"database": "tinygpu",
|
||||
"password": "XZY",
|
||||
"ssl": true,
|
||||
"meta_as_tags": [
|
||||
"unit"
|
||||
]
|
||||
},
|
||||
"metricstore": {
|
||||
"type": "http",
|
||||
"url": "http://monitoring.nhr.fau.de:8082/api/write?cluster=tinygpu",
|
||||
"jwt": "XZY",
|
||||
"meta_as_tags": [
|
||||
"unit"
|
||||
],
|
||||
"idle_connection_timeout": "60s",
|
||||
"flush_delay": "2s",
|
||||
"max_retries": 1,
|
||||
"timeout": "10s"
|
||||
"influx" : {
|
||||
"type" : "influxasync",
|
||||
"host": "monitoring-test.nhr.uni-erlangen.de",
|
||||
"port": "8086",
|
||||
"organization" : "ClusterCockpit",
|
||||
"database" : "tinygpu",
|
||||
"password": "XYZ",
|
||||
"ssl": true,
|
||||
"process_messages": {
|
||||
"move_meta_to_tag_if": [
|
||||
{
|
||||
"key": "unit",
|
||||
"if": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"metricstore" : {
|
||||
"type" : "http",
|
||||
"url" : "http://monitoring.nhr.fau.de:8082/api/write?cluster=tinygpu",
|
||||
"jwt": "XYZ",
|
||||
"idle_connection_timeout": "60s",
|
||||
"flush_delay" : "2s",
|
||||
"max_retries" : 1,
|
||||
"timeout" : "10s",
|
||||
"precision": "s",
|
||||
"process_messages": {
|
||||
"move_meta_to_tag_if": [
|
||||
{
|
||||
"key": "unit",
|
||||
"if": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"tinygpunats": {
|
||||
"type": "nats",
|
||||
"host": "monitoring.nhr.fau.de",
|
||||
"database": "tinygpu",
|
||||
"nkey_file": "/etc/cc-metric-collector/nats.nkey",
|
||||
"flush_delay": "1s",
|
||||
"precision": "s",
|
||||
"process_messages": {
|
||||
"move_meta_to_tag_if": [
|
||||
{
|
||||
"key": "unit",
|
||||
"if": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user