-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postfix exporter support #310
Conversation
ping! i believe this can be merged: it passes tests and doesn't actually require #303... it would be quite motivating for me to continue working on this module if i could get trivial stuff like this merged in. :) |
Please provide also tests like: |
@anarcat The current tests are not failing, because we do not have any tests for the new exporter. Please add the missing tests and we are able to merge this pull requests. |
bb9f313
to
3db0379
Compare
like in the bind exporter (#312), i've removed the debian-specific stuff from the YAML config, which belongs to the debian package (#303). To get it working right with the debian setup, the following is required:
|
@anarcat can you please rebase and add a test for this? |
Dear @anarcat, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Dear @anarcat, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
3db0379
to
e5b2078
Compare
e5b2078
to
17e9746
Compare
superseded by #396 thanks @alexjfisher !!! |
This provides support in the Puppet module for the Postfix exporter. It is a fairly trivial patch, based on the
apache_exporter
class with small changes.It does follow the work in #303 to make it work with the Debian package. Note how it uses
env_vars
to pass the parameters to the.service
file: this is a consequence of #303 not overriding the.service
file when using the Debian package, and might not work if the.service
file is overriden.