question

Ulrich avatar image
Ulrich asked

Switch from docker to narrative installations

Hello everybody,
We have a VMware environment in the company and mainly use Windows Server.
Since docker is not made for productive use, I have already installed Grafana and InfluxDB as a separate service on a Windows server. This has many advantages, because I can now update both very easily and it fits perfectly into our environment.
Unfortunately, I have not yet been able to implement the last part: The VRM query that transfers VRM data to InfluxDB.
How is this resolved? Is there a conf file in Docker that can help me? Can anyone help me further?

Conversely, I can help with the implementation of the first two parts: Grafana and InfluxDB. I am a Windows specialist and I am happy to help. (See: https://www.zoomsoft.de/grafana)

(Please excuse my bad English, I use a web translator.)

grafana
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

3 Answers
bathnm avatar image
bathnm answered ·

There is a process that runs within the docker system to extract the data and publish it into the InfluxDB. If you read the guidance material it references an admin interface

"Go to the admin interface @ http://localhost:8088, default username and password are admin and admin."

This allows you to configure a few elements on how the extraction engine works. You would need to find out how to extract this process and run it outside of docker.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Ulrich avatar image
Ulrich answered ·

That's exactly my question: can someone help me figure out how to do this in docker? Which process is responsible for this? Is that done with Mosquitto? Where can I find the conf file?

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

bathnm avatar image bathnm commented ·

Victron supplies all the information, it is just not obvious or clear and there is a reason for that.

It is a server that Victron wrote, and is based on node.js.

If you take a look at the README.md of the git repository, the details are at the bottom in section 5 (Internal Workings). There is even a link to the server source code.

0 Likes 0 ·
Ulrich avatar image
Ulrich answered ·
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.