You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Denis Knauf bbac461ec7 queue_exporter as subproject. checks only queue. lesser dependencies, lesser footprint. 12 months ago
lib prometheus#proxy_prefix for simplification of PrefixProxy.new. missing @verify for Postfix added. 12 months ago
queue_exporter queue_exporter as subproject. checks only queue. lesser dependencies, lesser footprint. 12 months ago
.gitignore collector splitted into dovecot, postfix and general files/classes. More unknown loglines eliminated. Dependency updates. 1 year ago
Gemfile collector splitted into dovecot, postfix and general files/classes. More unknown loglines eliminated. Dependency updates. 1 year ago
Gemfile.lock software upgrades (bundle and nix-shell) 12 months ago
README.adoc queue_exporter as subproject. checks only queue. lesser dependencies, lesser footprint. 12 months ago
config.ru domains with generic second-level-domains like ac.at. should be interpreted like toplevel domains. 12 months ago
gemset.nix software upgrades (bundle and nix-shell) 12 months ago
postfix_exporter.rb collector splitted into dovecot, postfix and general files/classes. More unknown loglines eliminated. Dependency updates. 1 year ago
postfix_exporter.service.erb postfix_exporter.service erb-template 1 year ago
shell.nix init 1 year ago

README.adoc

postfix_exporter
================

Collects continuesly events from postfix and dovecot via journald.
Exports the collected event-counters and the currently count of queued messages.

queue_exporter
==============

If you only want to check the count of mails in queue, use the `queue_exporter` in the subdirectory.
It has lesser dependencies and a smaller footprint:

* No journald, no ffi, no puma
* ffi and puma need a compiler, which you do not need to install
* Instead of puma, use simple rackup, which provides a simpler webserver.

Usage
-----

For nix, `nix-shell` knows any dependencies.

Any other:  You need `libffi` and some gems:

	apt install libffi
	bundle install

Run puma for testing and use curl for first fetch.

	puma

	curl http://localhost:9296/metrics

You should see the collected data.  On first run, this code be very empty.  Wait some minutes to have some emails.

journald should not drop loglines!  TODO: /etc/systemd/journald.conf