-
Notifications
You must be signed in to change notification settings - Fork 151
Description
Hello team,
I'm trying to install postfix_exporter on a SMTP server in order to monitor and get alerts via grafana and alertmanager regarding mailq and so one. So have download the code compiled
total 14436
-rwxrwxr-x. 1 root root 285 19 oct. 2021 build_static.sh
-rw-rw-r--. 1 root root 298 19 oct. 2021 CHANGELOG.md
-rw-rw-r--. 1 root root 492 19 oct. 2021 Dockerfile
-rw-rw-r--. 1 root root 614 19 oct. 2021 go.mod
-rw-rw-r--. 1 root root 12094 19 oct. 2021 go.sum
-rw-rw-r--. 1 root root 11357 19 oct. 2021 LICENSE
-rw-rw-r--. 1 root root 2475 19 oct. 2021 logsource_docker.go
-rw-rw-r--. 1 root root 1939 19 oct. 2021 logsource_docker_test.go
-rw-rw-r--. 1 root root 2040 19 oct. 2021 logsource_file.go
-rw-rw-r--. 1 root root 1691 19 oct. 2021 logsource_file_test.go
-rw-rw-r--. 1 root root 1686 19 oct. 2021 logsource.go
-rw-rw-r--. 1 root root 3719 19 oct. 2021 logsource_systemd.go
-rw-rw-r--. 1 root root 3733 19 oct. 2021 logsource_systemd_test.go
-rw-rw-r--. 1 root root 1866 19 oct. 2021 main.go
drwxrwxr-x. 2 root root 58 19 oct. 2021 mock
-rwxr-xr-x. 1 root root 14657496 18 mars 10:17 postfix_exporter
-rw-rw-r--. 1 root root 24881 19 oct. 2021 postfix_exporter.go
-rw-rw-r--. 1 root root 10727 19 oct. 2021 postfix_exporter_test.go
-rw-rw-r--. 1 root root 3436 19 oct. 2021 README.md
-rw-rw-r--. 1 root root 1103 19 oct. 2021 showq_test.go
drwxrwxr-x. 2 root root 23 19 oct. 2021 testdata
Unfortunately, the installation of postfix_exporter-0.3.0 stuck with the error
2025/04/02 17:05:19 Reading log events from /var/log/mail.log
2025/04/02 17:05:19 Listening on :9154

A the moment the installltion is stuck
root 2455048 0.0 0.7 1613472 14668 pts/0 Sl+ 17:05 0:00 ./postfix_exporter
root 2459738 0.0 0.0 12108 1052 pts/1 S+ 17:16 0:00 grep --color=auto postfix_exporter
May someone help me please ?