Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update refernces to a agent after the log4j issue of December 2021 #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This role features:
- include_role:
name: appdynamics.agents.java
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
application_name: "IoT_API" # agent default application
tier_name: "java_tier" # agent default tier
Expand All @@ -88,7 +88,7 @@ This role features:
name: appdynamics.agents.java
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
application_name: "BIGFLY" # agent default application
tier_name: "java_tier" # agent default tier
Expand Down Expand Up @@ -140,7 +140,7 @@ This role features:
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8

- include_role:
Expand Down Expand Up @@ -169,7 +169,7 @@ In some cases, when application PID user is not local on linux host (i.e. from e
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
# single app mode: Can skip appdynamics user creation and own java-agent directory by app user (wildfly in this case)
create_appdynamics_user: no
Expand Down Expand Up @@ -220,7 +220,7 @@ This role features:
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8

- include_role:
Expand Down Expand Up @@ -249,7 +249,7 @@ In some cases, when application PID user is not local on linux host (i.e. from e
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
# single app mode: Can skip appdynamics user creation and own java-agent directory by app user (tomcat in this case)
create_appdynamics_user: no
Expand Down
2 changes: 1 addition & 1 deletion molecule/java-jboss/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- role: appdynamics.agents.java
vars:
# Define Agent Type and Version
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: sun-java
agent_log_level: "debug"
# Your controller details
Expand Down
2 changes: 1 addition & 1 deletion molecule/java-tomcat-single-app-mode/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- role: appdynamics.agents.java
vars:
# Define Agent Type and Version
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: sun-java

agent_log_level: "debug"
Expand Down
2 changes: 1 addition & 1 deletion molecule/java-tomcat/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- role: appdynamics.agents.java
vars:
# Define Agent Type and Version
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: sun-java

agent_log_level: "debug"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/instrument_jboss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
#todo remove application, tier_name necessary
application_name: "IoT_API2"
Expand Down
4 changes: 2 additions & 2 deletions roles/instrument_jboss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Example 1: Install java-agent and instrument one or more applications.
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8

- include_role:
Expand Down Expand Up @@ -49,7 +49,7 @@ In some cases, when application PID user is not local on linux host (i.e. from e
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
# single app mode: Can skip appdynamics user creation and own java-agent directory by app user (wildfly in this case)
create_appdynamics_user: no
Expand Down
4 changes: 2 additions & 2 deletions roles/instrument_tomcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Example 1: Install java-agent and instrument one or more applications.
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8

- include_role:
Expand Down Expand Up @@ -50,7 +50,7 @@ In some cases, when application PID user is not local on linux host (i.e. from e
# use java role variables in the following instrumentation tasks when public: yes
public: yes
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
# single app mode: Can skip appdynamics user creation and own java-agent directory by app user (tomcat in this case)
create_appdynamics_user: no
Expand Down
2 changes: 1 addition & 1 deletion roles/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Example 1: Install java-agent without any apps instrumentation.
- include_role:
name: appdynamics.agents.java
vars:
agent_version: 21.1.0
agent_version: 21.11.4
agent_type: java8
application_name: "IoT_API" # agent default application
tier_name: "java_tier" # agent default tier
Expand Down