mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"influx" : {
|
|
"type" : "influxasync",
|
|
"host": "monitoring-test.nhr.uni-erlangen.de",
|
|
"port": "8086",
|
|
"organization" : "ClusterCockpit",
|
|
"database" : "tinyfat",
|
|
"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=tinyfat",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"tinyfatnats": {
|
|
"type": "nats",
|
|
"host": "monitoring.nhr.fau.de",
|
|
"database": "tinyfat",
|
|
"nkey_file": "/etc/cc-metric-collector/nats.nkey",
|
|
"flush_delay": "1s",
|
|
"precision": "s",
|
|
"process_messages": {
|
|
"move_meta_to_tag_if": [
|
|
{
|
|
"key": "unit",
|
|
"if": "true"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|