-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Image v0.8.1 is broken #55
Comments
On what OS and version are you running this? |
Local: macOS 13.5.2 In a k8s setup it doesn't work either. |
Can confirm the same happening in my environment.
Although I'm using docker compose instead. Related parts of docker-compose.ymlversion: '3.9'
services:
blackbox-exporter:
container_name: mqtt-blackbox-exporter
image: inovex/mqtt_blackbox_exporter:${MQTT_BLACKBOX_EXPORTER_VERSION:-v0.8.1}
command: -config.file /data/config.yaml
networks:
- default
- monitoring
- proxy
volumes:
- /srv/mqtt-blackbox-exporter:/data
restart: unless-stopped
networks:
default:
monitoring:
external: true
proxy:
external: true If that helps, here's also my /srv/mqtt-blackbox-exporter/config.yamlprobes:
- name: mqtt-broker
broker_url: # REDACTED
topic: internal/monitoring/mqtt-broker
username: # REDACTED
password: # REDACTED
client_prefix: mqtt_blackbox_exporter.mqtt-broker
messages: 10
interval: 30s Edit/fyi: Downgrading docker image to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the current Docker image version v0.8.1 fails with the following message
Docker command
Config yaml
Could you please have a look?
The text was updated successfully, but these errors were encountered: