Forge Home

logscape

Install an AnthillPro agent

10,350 downloads

10,350 latest version

3.4 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.0 (latest)
released Jan 17th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'erwbgy-logscape', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add erwbgy-logscape
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install erwbgy-logscape --version 0.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

erwbgy/logscape — version 0.2.0 Jan 17th 2013

puppet-logscape

Install and configure a basic Logscape agent.

Usage: logscape::agent

Include the logscape::agent module in your puppet configuration:

include logscape::agent

and add required hiera configuration - for example:

logscape::type:             "%{hostname}Agent"
logscape::version:          '1.3.00'
logscape::management_host:  'logscape.example.com'

or with all the options:

logscape::basedir:          '/opt/logscape'
logscape::base_port:        '11000'
logscape::group:            'logscape'
logscape::ha_enabled:       'false'
logscape::initial_heap:     '256M',
logscape::interface:        'eth0',
logscape::java_home:        '/usr/java/latest'
logscape::locale:           'en_GB.utf8',
logscape::logdir:           '/var/log/logscape'
logscape::management_host:  'logscape.example.com'
logscape::management_port:  '11000'
logscape::priority:         'LOW',
logscape::replication_port: '15000',
logscape::stack_size:       '160k',
logscape::type:             "%{hostname}Agent"
logscape::user:             'logscape'
logscape::version:          '1.3.00'
logscape::web_app_port:     '8080'
logscape::workspace:        '/root/logscape'
logscape::zone:             'LOGSCAPE1'
  • basedir: Default: '/opt/logscape'

  • base_port: Default: '11000'

  • group: Default 'logscape'

  • ha_enabled: Default: 'false'

  • initial_heap: Default: '256M'

  • interface: Default: 'eth0'

  • java_home: The root directory of the Java virtual machine to use. Default: '/usr/java/latest' (and '/usr/java/latest/bin/java' will be used)

  • locale: The UTF-8 locale to set (run 'locale -a | grep utf8' to see available values). Default: en_GB.utf8

  • logdir: Default: '/var/log/logscape'

  • management_host: Required.

  • management_port: Default: '11000'

  • priority: Default: 'LOW'.

  • replication_port: Default: '15000'.

  • stack_size: Default: '160k'.

  • type: Required.

  • user: Default: 'logscape'

  • version: Required.

  • web_app_port: Default: '8080'

  • workspace: Default: '/root/logscape'

  • zone: Default: 'LOGSCAPE1'

Support

License: Apache License, Version 2.0

GitHub URL: http://erwbgy.github.com/puppet-logscape