diff --git a/postfix_exporter.go b/postfix_exporter.go index 2997aff..24b5c3e 100644 --- a/postfix_exporter.go +++ b/postfix_exporter.go @@ -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.") )