Forge Home

hqagent

Puppet module for install hyperic agent 4.6.0 on RedHat an d centOS > 6.0

10,531 downloads

9,977 latest version

0

Version information

  • 0.0.2 (latest)
  • 0.0.1
released Jul 14th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'jcalles-hqagent', '0.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jcalles-hqagent
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jcalles-hqagent --version 0.0.2

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

jcalles/hqagent — version 0.0.2 Jul 14th 2014

hqagent

Puppet Module to Install hyperic agent 4.6.X or superior on nodes CentOS and RedHat Debian on arch x86_64 and x86.

The packages 'agent-4.6-x86.tar.gz' and 'agent-4.6x86_64.tar.gz' (77MB) is taken from the manual installation of an agent, and the directory 'agent' is the product of zip. Download from https://www.dropbox.com/sh/42feqcleji9yv9l/AAABkogNyIEBR9FpsubScWmra

License

Apache License, Version 2.0

Contact

Javier Calles javier.calles@gmail.com

Support

Visit our Projects site

Parameters

serverip            => IP address hyperic server
hquser              => admin user hq server  (usually hqadmin )
hquserpassword      => password hqadmin
## The passowd is set  ./hq-agent.sh set-property agent.setup.camPword hqadmin

Examples

    node /fqdn/ {
     include hqagent
     hqagent::config::datahq{'data':
        serverip        => '10.10.10.1',
        hquser          => 'hqadmin',
        hquserpassword  => 'ENC(DOKTzSEGALXEZKMzCbi8gQ==)',
       }

Authors

Javier Calles javier.calles@gmail.com

Copyright 2014 Javier Calles