Pick a less insane port number.
I will eventually allocate an official port number when this gets open sourced.
This commit is contained in:
parent
d39bb4793c
commit
77eb147a0c
@ -146,7 +146,7 @@ func (e *PostfixExporter) Collect(ch chan<- prometheus.Metric) {
|
||||
|
||||
func main() {
|
||||
var (
|
||||
listenAddress = flag.String("web.listen-address", ":12345", "Address to listen on for web interface and telemetry.")
|
||||
listenAddress = flag.String("web.listen-address", ":6054", "Address to listen on for web interface and telemetry.")
|
||||
metricsPath = flag.String("web.telemetry-path", "/metrics", "Path under which to expose metrics.")
|
||||
postfixShowqPath = flag.String("postfix.showq_path", "/var/spool/postfix/public/showq", "Path at which Postfix places its showq socket.")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user