Skip to content

gettyimages/puppet-hyperic

Repository files navigation

puppet-hyperic

Build Status

####Table of Contents

  1. Overview - What is the Hyperic module?

##Overview The vFabric Hyperic module allows you to install and configure the vFabric Hyperic agent with minimal effort.

##Setup/Example

Default (basic default, best used with hiera to provide data)

include hyperic::agent

Slightly more complicated

class { 'hyperic::agent':
  use_vmware_repo =>  true,
  setup_server    =>  'hyperic.server.local',
  java_home       =>  '/usr/java/latest,
}