Pick a less insane port number.

I will eventually allocate an official port number when this gets open
sourced.
This commit is contained in:
Ed Schouten 2017-02-17 15:31:45 +01:00
parent d39bb4793c
commit 77eb147a0c

View File

@ -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.")
)