Skip to content

Commit

Permalink
Refine the name for the Agent Control display
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocabanas committed Aug 21, 2024
1 parent 30cccff commit a016b53
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions recipes/newrelic/infrastructure/super-agent/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: super-agent
displayName: Agent Control
description: New Relic install recipe for the Agent Control
description: New Relic install recipe for Agent Control
repository: https://github.com/newrelic/newrelic-super-agent

installTargets:
Expand Down Expand Up @@ -227,7 +227,7 @@ install:
if [ "{{.NR_SA_MIGRATE_INFRA_CONFIG}}" == "true" ] || [ "{{.NEW_RELIC_ASSUME_YES}}" == "true" ] ; then
touch /etc/newrelic-infra-do-migrate
else
printf "\nWould you like to migrate this newrelic-infra config to use it with the New Relic Agent Control? (y/N): "
printf "\nWould you like to migrate this newrelic-infra config to use it with New Relic Agent Control? (y/N): "
read -r MIGRATE_NEWRELIC_INFRA_CONFIG
MIGRATE_NEWRELIC_INFRA_CONFIG=${MIGRATE_NEWRELIC_INFRA_CONFIG:-N}
Expand Down Expand Up @@ -368,7 +368,7 @@ install:
fi
silent: true

# If configured to do so, migrate the newrelic-infra configuration for usage with the New Relic Agent Control
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
migrate_newrelic_infra_config:
status:
- test -f /etc/newrelic-super-agent/.nr-cli
Expand Down Expand Up @@ -634,7 +634,7 @@ install:
exit 0
fi
echo "The New Relic Agent Control has not started after installing. Please try again later, or see our documentation for installing manually https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/install-new-relic" >&2
echo "New Relic Agent Control has not started after installing. Please try again later, or see our documentation for installing manually https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/install-new-relic" >&2
if [ {{.IS_SYSTEMCTL}} -gt 0 ]; then
journalctl -u newrelic-super-agent --no-pager
Expand All @@ -654,4 +654,4 @@ install:
post_install:
info: |2
⚙️ The New Relic Agent Control configuration file can be found in /etc/newrelic-super-agent/config.yaml
⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-super-agent/config.yaml
10 changes: 5 additions & 5 deletions recipes/newrelic/infrastructure/super-agent/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: super-agent
displayName: Agent Control
description: New Relic install recipe for the Agent Control
description: New Relic install recipe for Agent Control
repository: https://github.com/newrelic/newrelic-super-agent

installTargets:
Expand Down Expand Up @@ -238,7 +238,7 @@ install:
if [ "{{.NR_SA_MIGRATE_INFRA_CONFIG}}" == "true" ] || [ "{{.NEW_RELIC_ASSUME_YES}}" == "true" ] ; then
touch /etc/newrelic-infra-do-migrate
else
printf "\nWould you like to migrate this newrelic-infra config to use it with the New Relic Agent Control? (y/N): "
printf "\nWould you like to migrate this newrelic-infra config to use it with New Relic Agent Control? (y/N): "
read -r MIGRATE_NEWRELIC_INFRA_CONFIG
MIGRATE_NEWRELIC_INFRA_CONFIG=${MIGRATE_NEWRELIC_INFRA_CONFIG:-N}
Expand Down Expand Up @@ -308,7 +308,7 @@ install:
rpm -E %{rhel}
silent: true

# If configured to do so, migrate the newrelic-infra configuration for usage with the New Relic Agent Control
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
migrate_newrelic_infra_config:
status:
- test -f /etc/newrelic-super-agent/.nr-cli
Expand Down Expand Up @@ -573,7 +573,7 @@ install:
exit 0
fi
echo "The New Relic Agent Control has not started after installing. Please try again later, or see our documentation for installing manually https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/install-new-relic" >&2
echo "New Relic Agent Control has not started after installing. Please try again later, or see our documentation for installing manually https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/install-new-relic" >&2
if [ {{.IS_SYSTEMCTL}} -gt 0 ]; then
journalctl -u newrelic-super-agent --no-pager
Expand All @@ -593,4 +593,4 @@ install:
post_install:
info: |2
⚙️ The New Relic Agent Control configuration file can be found in /etc/newrelic-super-agent/config.yaml
⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-super-agent/config.yaml
10 changes: 5 additions & 5 deletions recipes/newrelic/infrastructure/super-agent/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: super-agent
displayName: Agent Control
description: New Relic install recipe for the Agent Control
description: New Relic install recipe for Agent Control
repository: https://github.com/newrelic/newrelic-super-agent

installTargets:
Expand Down Expand Up @@ -196,7 +196,7 @@ install:
if [ "{{.NR_SA_MIGRATE_INFRA_CONFIG}}" == "true" ] || [ "{{.NEW_RELIC_ASSUME_YES}}" == "true" ] ; then
touch /etc/newrelic-infra-do-migrate
else
printf "\nWould you like to migrate this newrelic-infra config to use it with the New Relic Agent Control? (y/N): "
printf "\nWould you like to migrate this newrelic-infra config to use it with New Relic Agent Control? (y/N): "
read -r MIGRATE_NEWRELIC_INFRA_CONFIG
MIGRATE_NEWRELIC_INFRA_CONFIG=${MIGRATE_NEWRELIC_INFRA_CONFIG:-N}
Expand Down Expand Up @@ -259,7 +259,7 @@ install:
sh: awk -F= '/VERSION_ID/ {print $2}' /etc/os-release
silent: true

# If configured to do so, migrate the newrelic-infra configuration for usage with the New Relic Agent Control
# If configured to do so, migrate the newrelic-infra configuration for usage with New Relic Agent Control
migrate_newrelic_infra_config:
status:
- test -f /etc/newrelic-super-agent/.nr-cli
Expand Down Expand Up @@ -524,7 +524,7 @@ install:
exit 0
fi
echo "The New Relic Agent Control has not started after installing. Please try again later, or see our documentation for installing manually https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/install-new-relic" >&2
echo "New Relic Agent Control has not started after installing. Please try again later, or see our documentation for installing manually https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/install-new-relic" >&2
if [ {{.IS_SYSTEMCTL}} -gt 0 ]; then
journalctl -u newrelic-super-agent --no-pager
Expand All @@ -544,4 +544,4 @@ install:
post_install:
info: |2
⚙️ The New Relic Agent Control configuration file can be found in /etc/newrelic-super-agent/config.yaml
⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-super-agent/config.yaml

0 comments on commit a016b53

Please sign in to comment.