Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radeksimko/puppet-smokeping
Puppet module for installing and configuring Smokeping
https://github.com/radeksimko/puppet-smokeping
Last synced: 12 days ago
JSON representation
Puppet module for installing and configuring Smokeping
- Host: GitHub
- URL: https://github.com/radeksimko/puppet-smokeping
- Owner: radeksimko
- Created: 2014-02-08T12:03:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T14:57:52.000Z (over 10 years ago)
- Last Synced: 2024-10-12T20:59:51.542Z (26 days ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Smokeping Puppet Module
Module for installing and configuring [Smokeping](http://oss.oetiker.ch/smokeping/),
tool for monitoring the latency of your network.### Testing
```bash
rake lint # Check puppet manifests with puppet-lint
rake spec # Run spec tests in a clean fixtures directory
```