postfix_exporter | A Prometheus exporter for Postfix | Time Series Database library
kandi X-RAY | postfix_exporter Summary
kandi X-RAY | postfix_exporter Summary
A Prometheus exporter for Postfix.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of postfix_exporter
postfix_exporter Key Features
postfix_exporter Examples and Code Snippets
Community Discussions
Trending Discussions on postfix_exporter
QUESTION
I'm trying to build postfix-exporter code from the github link.
It has a dependency on the go-systemd
package as mentioned in go.mod
file github.com/coreos/go-systemd/v22 v22.0.0
.
I see in the go.mod
file , the mentioned version for the package is v22.0.0.
But when I run go get -u
for this path, it starts downloading the latest version ( v22.2.0
) of go-systemd
which has an issue in the latest commit and causing failure to compile .
The error coming in that is
ANSWER
Answered 2021-Mar-08 at 00:59Don't use -u
. The purpose of -u
is to allow Go to try to upgrade you to the latest minor or patch version:
The -u flag instructs get to update modules providing dependencies of packages named on the command line to use newer minor or patch releases when available.
If you're just trying to install dependencies, use go get
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install postfix_exporter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page