Skip to content

Commit

Permalink
fix(on-host): Restore the guided installation to intro
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Sep 28, 2024
1 parent bd37190 commit 84a01f8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
24 changes: 1 addition & 23 deletions src/install/apache/install-infra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,4 @@ componentType: default
headingText: Install the infrastructure agent
---

To use the Apache integration, you need to also install the infrastructure agent on the same host. The infrastructure agent monitors the host itself, while the integration you'll install in the next step extends your monitoring with specific data such as database and instance metrics.

If you don't already have the infrastructure agent installed, choose one of the following options. Both of the options below take you out of this installation routine, so we recommend you open the instructions in another tab so you can return here after you've installed the infrastructure agent.

* Run the guided install using our CLI (recommended for testing environments):
<ButtonGroup>
<ButtonLink
role="button"
to="https://one.newrelic.com/launcher/nr1-core.explorer?pane=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5saXN0aW5nIn0=&cards[0]=eyJuZXJkbGV0SWQiOiJucjEtaW5zdGFsbC1uZXdyZWxpYy5ucjEtaW5zdGFsbC1uZXdyZWxpYyIsImFjdGl2ZUNvbXBvbmVudCI6IlZUU09FbnZpcm9ubWVudCIsInBhdGgiOiJndWlkZWQifQ=="
variant="primary"
>
Guided install
</ButtonLink>

<ButtonLink
role="button"
to="https://one.eu.newrelic.com/launcher/nr1-core.explorer?pane=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5saXN0aW5nIn0=&cards[0]=eyJuZXJkbGV0SWQiOiJucjEtaW5zdGFsbC1uZXdyZWxpYy5ucjEtaW5zdGFsbC1uZXdyZWxpYyIsImFjdGl2ZUNvbXBvbmVudCI6IlZUU09FbnZpcm9ubWVudCIsInBhdGgiOiJndWlkZWQifQ=="
variant="primary"
>
EU guided install
</ButtonLink>
</ButtonGroup>
* Follow our manual instructions for [installing the infrastructure agent](/docs/infrastructure/install-infrastructure-agent/get-started/install-infrastructure-agent-new-relic/) (recommended for production environments)
To use the Apache integration, you need to also [install the infrastructure agent](/docs/infrastructure/install-infrastructure-agent/get-started/install-infrastructure-agent-new-relic/) on the same host. The infrastructure agent monitors the host itself, while the integration you'll install in the next step extends your monitoring with specific data such as database and instance metrics.
25 changes: 25 additions & 0 deletions src/install/apache/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,28 @@ Our Apache integration reports data from your Apache web server to the New Relic

To get the most out of this page, select the installation method that fits your environment. You need a [New Relic account](https://newrelic.com/signup) before starting the installation process.

<Callout variant="tip">
**Use guided install to quickly see your data in the UI**

The guided install is a single CLI command you can run to monitor your instance. It's a good option for small organizations, or for anyone who wants to test out New Relic.

<ButtonGroup>
<ButtonLink
role="button"
to="https://one.newrelic.com/marketplace/install-data-source?state=45bfc665-2948-40d2-898e-f289e8cae631"
variant="primary"
>
Guided install
</ButtonLink>

<ButtonLink
role="button"
to="https://one.eu.newrelic.com/marketplace/install-data-source?state=45bfc665-2948-40d2-898e-f289e8cae631"
variant="primary"
>
EU guided install
</ButtonLink>
</ButtonGroup>

For a more permanent and scalable solution, we recommend the standard manual install of the agent: keep reading for how to do that.
</Callout>

0 comments on commit 84a01f8

Please sign in to comment.