Closed dgdewild closed 1 year ago
i confirm here, when add RCE: "on" in docker-compose.yml not make any change.
Looking at when that container was last published, is it expecting the MQ_HOST, MQ_PORT and MQ_SERVER_PORT environment variables instead?
@dgdewild This has been addressed already, please try out the latest release, and make sure you pull the latest image for netmaker-exporter
Contact Details
daan.de.wilde@fixling.be
What happened?
It seems the environmental variables for the netmaker-exporter service are not used, resulting in the service not being able to connect. As such this exporter service does not seem to be working and is unreachable in grafana.
based on
docker-compose.yaml
snippet:I get the following logs for this service:
I would expect the
MQ Broker Endpoint
=ws://mq:1883
, using the internal compose network, instead ofws://<server-ip>:1884
Version
v0.18.7
What OS are you using?
Linux
Relevant log output
Contributing guidelines