Closed wrussian closed 4 years ago
Hey, when I understand you question right, you want to use an existing InfluxDB or MonogDB?
In general the project comes with everything packed together (including the preconfigured databases), you just need to run docker-compose up
.
But in the case you really want to use an existing database, you need to modify the docker-compose.yml
and remove everything including/below grafana:
.
docker-compose.yml
)Then you need to configure the apiServer.json
in such a way that it can reach your existing database server.
config/apiServer.json
)Hello Carsten, I actually I would run both DBs for infiniband-radar only and use them from scratch. Then it's easiest to go with docker-compose. Many thanks for the clarification and quick rely. Cheers, -Frank
You are welcome :smiley:. Thanks for your interest in this project, if you have any questions feel free to open a new issue.
Hello Carsten, many thanks for your great application. Sorry if I overlooked something, but is there a documentation available on how-to integrate the influxDB and mongoDB to the server as described in your presentation (https://www.spectrumscaleug.org/wp-content/uploads/2019/05/SSSD19DE-Day-2-03-Monitoring-of-InfiniBand-fabrics.pdf, page 23)? Many thanks in advance. Cheers, -Frank