Skip to content

Commit

Permalink
feat(install): add initial set of install plans
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Sep 8, 2021
1 parent ffde666 commit 75d546c
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 0 deletions.
17 changes: 17 additions & 0 deletions install/apm/python/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
id: setup-python-agent
title: Python Agent Installation
description: Start monitoring the performance of a Python application or service by installing the New Relic Ruby agent.

target:
type: agent
destination: application

install:
mode: nerdlet
destination:
nerdletId: setup-nerdlets.setup-python-integration

fallback:
mode: link
destination:
url: https://docs.newrelic.com/docs/agents/python-agent/installation/standard-python-agent-install/#install
17 changes: 17 additions & 0 deletions install/apm/ruby/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
id: setup-ruby-agent
title: Ruby Agent Installation
description: Start monitoring the performance of a Ruby application or service by installing the New Relic Ruby agent.

target:
type: agent
destination: application

install:
mode: nerdlet
destination:
nerdletId: setup-nerdlets.setup-ruby-integration

fallback:
mode: link
destination:
url: https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/introduction-new-relic-ruby/#install
18 changes: 18 additions & 0 deletions install/infrastructure/infra-agent-standard/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
id: infra-agent-standard
title: Infrastructure Agent Install
description: |
New Relic's infrastructure monitoring agent is a lightweight executable file that collects data about your hosts. It also forwards data from infrastructure integrations to New Relic, as well as log data for log analytics.
target:
type: agent
destination: host

install:
mode: targetedInstall
destination:
recipeName: infrastructure-agent-installer

fallback:
mode: link
destination:
url: https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux/#manual-install
22 changes: 22 additions & 0 deletions install/infrastructure/infra-agent-targeted/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
id: infra-agent-targeted
title: Infrastructure Agent Install
description: |
New Relic's infrastructure monitoring agent is a lightweight executable file that collects data about your hosts. It also forwards data from infrastructure integrations to New Relic, as well as log data for log analytics.
target:
type: agent
destination: host
os:
- darwin
- linux
- windows

install:
mode: targetedInstall
destination:
recipeName: infrastructure-agent-installer

fallback:
mode: link
destination:
url: https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux/#manual-install
22 changes: 22 additions & 0 deletions install/on-host-integration/mysql/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
id: mysql-integration
title: MySQL Open Source Integration
description: |
Our MySQL integration collects and sends inventory and metrics from your MySQL database to our platform, where you can see the health of your database server and analyze metric data so that you can easily find the source of any problems.
target:
type: on-host-integration
destination: host
context: |-
To capture data from the MySQL integration, you need a MySql user with replication and select privileges.
More information regarding the prerequisites can be found at [https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/#req](https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/#req)
install:
mode: targetedInstall
destination:
recipeName: mysql-open-source-integration

fallback:
mode: link
destination:
url: https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration/

0 comments on commit 75d546c

Please sign in to comment.