graylog2
Puppet module to install and manage a graylog2 server and the web-interface
Version information
released Jun 17th 2014
Start using this module
Add this module to your Puppetfile:
mod 'synyx-graylog2', '0.5.1'
Learn more about managing modules with a PuppetfileDocumentation
synyx/graylog2 — version 0.5.1 Jun 17th 2014
#puppet-graylog2
##Overview
This module manages a graylog2 setup including the server and the web-interface.
Supported plattforms:
- Debian 7
- Ubuntu 12.04
- Ubuntu 14.04
- CentOS 6.5
There is an implicit dependency to java - make sure to setup java properly before using this module!
Installation
Librarian-puppet
mod 'synyx/graylog2', '0.5.1'
Puppet Module Tool:
puppet module install synyx/graylog2
Manual installation
This module depends on:
So all repositories have to be checked out:
git clone https://github.com/synyx/puppet-graylog2.git modules/graylog2
git clone https://github.com/puppetlabs/puppetlabs-apt.git modules/apt
git clone https://github.com/puppetlabs/puppetlabs-stdlib.git modules/stdlib
##Usage
A graylog2 example including the server and the webinterface component
class {'graylog2::repo':}
class {'graylog2::server':
password_secret => 'veryStrongSecret',
}
class {'graylog2::web':
application_secret => 'veryStrongSecret',
}
Authors
Credits
To the package maintainers:
- @hggh for providing debs
- @jaxxstorm for providing rpms
License
puppet-graylog2 is released under the MIT License. See the bundled LICENSE file for details.
Dependencies
- puppetlabs/stdlib (>=0.0.1)
- puppetlabs/apt (>=0.0.1)
The MIT License (MIT) Copyright (c) 2013 synyx GmbH & Co. KG 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.