We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I installed the Debian packet mqtt2prometheus_0.1.7_linux_amd64.deb on a Debian v12.1 system.
systemctl start mqtt2prometheus fails when /etc/default/prometheus-mqtt-exporter is missing.
systemctl start mqtt2prometheus
/etc/default/prometheus-mqtt-exporter
There should be a
[ -f /etc/default/prometheus-mqtt-exporter ] || touch /etc/default/prometheus-mqtt-exporter
line in the postinst script or so.
Cheers, Henning
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I installed the Debian packet mqtt2prometheus_0.1.7_linux_amd64.deb on a Debian v12.1 system.
systemctl start mqtt2prometheus
fails when/etc/default/prometheus-mqtt-exporter
is missing.There should be a
line in the postinst script or so.
Cheers,
Henning
The text was updated successfully, but these errors were encountered: