https://github.com/syberalexis/puppet-fail2ban_exporter
This module install Prometheus Exporter to Fail2ban.
https://github.com/syberalexis/puppet-fail2ban_exporter
fail2ban-exporter puppet puppet-forge
Last synced: 2 months ago
JSON representation
This module install Prometheus Exporter to Fail2ban.
- Host: GitHub
- URL: https://github.com/syberalexis/puppet-fail2ban_exporter
- Owner: syberalexis
- License: apache-2.0
- Created: 2020-04-19T18:39:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T21:23:14.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T22:20:22.459Z (3 months ago)
- Topics: fail2ban-exporter, puppet, puppet-forge
- Language: Ruby
- Homepage: https://forge.puppet.com/maeq/fail2ban_exporter
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# maeq-fail2ban_exporter
[](https://travis-ci.com/syberalexis/puppet-fail2ban_exporter)
[](https://forge.puppetlabs.com/maeq/fail2ban_exporter)
[](https://forge.puppetlabs.com/maeq/fail2ban_exporter)
[](https://forge.puppetlabs.com/maeq/fail2ban_exporter)
[](LICENSE)#### Table of Contents
- [Description](#description)
- [Usage](#usage)
- [Examples](#examples)
- [Development](#development)## Description
This module automates the install of [Fail2ban Exporter](https://github.com/Kylapaallikko/fail2ban_exporter).
## Usage
For more information see [REFERENCE.md](REFERENCE.md).
### Install Fail2ban Exporter
#### Puppet
```puppet
include fail2ban_exporter
```## Examples
#### Personal python installation
```yaml
fail2ban_exporter::manage_python: false
```## Development
This project contains tests for [rspec-puppet](http://rspec-puppet.com/).
Quickstart to run all linter and unit tests:
```bash
bundle install --path .vendor/
bundle exec rake test
```