Skip to content

Commit

Permalink
add symlink for jmxfetch.jar
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy committed Oct 9, 2024
1 parent 12869a8 commit e9d280c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion datadog-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: datadog-agent
version: 7.56.2
epoch: 3
epoch: 4
description: "Collect events and metrics from your hosts that send data to Datadog."
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -205,6 +205,10 @@ subpackages:
- openjdk-11-default-jvm
- datadog-agent
- datadog-jmxfetch
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/bin/dist/jmx
ln -sf /opt/datadog-agent/bin/agent/dist/jmx/jmxfetch.jar ${{targets.contextdir}}/usr/bin/dist/jmx/jmxfetch.jar
- name: datadog-agent-oci-compat
dependencies:
Expand Down

0 comments on commit e9d280c

Please sign in to comment.