https://github.com/syberalexis/puppet-storj_exporter
This module install Prometheus Exporter to Storj.
https://github.com/syberalexis/puppet-storj_exporter
puppet puppet-forge storj-exporter
Last synced: 2 months ago
JSON representation
This module install Prometheus Exporter to Storj.
- Host: GitHub
- URL: https://github.com/syberalexis/puppet-storj_exporter
- Owner: syberalexis
- License: apache-2.0
- Created: 2020-04-11T09:38:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T21:14:57.000Z (about 5 years ago)
- Last Synced: 2025-02-17T20:27:01.675Z (3 months ago)
- Topics: puppet, puppet-forge, storj-exporter
- Language: Ruby
- Homepage: https://forge.puppet.com/maeq/storj_exporter
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# maeq-storj_exporter
[](https://travis-ci.com/syberalexis/puppet-storj_exporter)
[](https://forge.puppetlabs.com/maeq/storj_exporter)
[](https://forge.puppetlabs.com/maeq/storj_exporter)
[](https://forge.puppetlabs.com/maeq/storj_exporter)
[](LICENSE)#### Table of Contents
- [Description](#description)
- [Usage](#usage)
- [Examples](#examples)
- [Development](#development)## Description
This module automates the install of [Storj Exporter](https://github.com/anclrii/Storj-Exporter).
## Usage
For more information see [REFERENCE.md](REFERENCE.md).
### Install Storj Exporter
#### Puppet
```puppet
include storj_exporter
```## Examples
#### Personal python installation
```yaml
storj_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
```