Version information
released Dec 8th 2013
Start using this module
Add this module to your Puppetfile:
mod 'ianunruh-multi_http', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
ianunruh/multi_http — version 0.2.0 Dec 8th 2013
multi_http
Description
Puppet report handler that functions exactly the same as the built-in HTTP report handler, but adds support for posting reports to multiple URLs. This is useful if you use Puppet Dashboard along with another HTTP service that recieves Puppet reports.
Requirements
puppet
Installation & Usage
-
Create
multi_http.yaml
in your/etc/puppet
directory.--- :urls: - http://webhook.example.com/hook/puppet - http://dashboard.example.com:3000/reports/upload
-
Install
ianunruh/multi_http
as a module in your Puppet modules directory. -
Enable pluginsync and reports on your master and agents in
/etc/puppet/puppet.conf
.[master] report = true reports = multi_http pluginsync = true [agent] report = true pluginsync = true
-
Run the Puppet clients and start getting reports
Author
Ian Unruh ianunruh@gmail.com
License
Licensed under the MIT license.
The MIT License (MIT) Copyright (c) 2013 Ian Unruh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.