File: default

package info (click to toggle)
prometheus-postfix-exporter 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: sh: 99; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Private log file from Postfix to read and truncate. Configured in
# /etc/rsyslog.d/prometheus-postfix-exporter.conf
POSTFIXLOGFILE=/var/lib/prometheus/postfix-exporter/mail.log

# Extra arguments for the daemon.
ARGS=''

# Prometheus-postfix-exporter supports the following options:
#  --postfix.showq_path string
#        Path at which Postfix places its showq socket.
#        (default "/var/spool/postfix/public/showq")
#  --web.listen-address string
#        Address to listen on for web interface and telemetry. (default ":9154")
#  --web.telemetry-path string
#        Path under which to expose metrics. (default "/metrics")