Skip to content

IBM-CAMHub-Open/template_integration_apm_was

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

APM Agent Installation Template

Copyright IBM Corp. 2018, 2018 This code is released under the Apache 2.0 License.

Description

This template will configure IBM APM agents for WAS on a target node. APM Agents must have already been installed on this node with a minimal of the was and os agents installed. This template will configure the was agent on the target node.

Integration Method

Script Remote, executes on the remote host.

Orchestration Reccomendation

This template must be executed after the successful creation of a Virtual Machine via a Terraform Template.

Methods Implemented

  • on_create Configures the was agent, restarts all WebSphere Servers.
  • on_delete Not implemented.

Prerequisites

  • The APM Agent must be pre-installed and the was agent enabled.
  • WebSphere Application Server Administrtive server must be running.

Input Parameters

Variable Description
ip_address IP Address of the HOST to install the APM Agent.
user Userid to install the APM Agent, root reccomended.
password Password of the installation user.
private_key Private key of the installation user. This value should be base64 encoded.
was_profile Default WebSphere Profile Name.
was_home Base directory for the WebSphere Installation, eg, /opt/IBM/WebSphere/AppServer
was_cell WebSphere Cell Name.
was_node WebSphere Node Name.
was_user Websphere run_as user.
apm_dir APM Installation Directory, default = /opt/ibm/apm/agent.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published