diff --git a/docs/sources/set-up/install/ansible.md b/docs/sources/set-up/install/ansible.md index 96ecf92443..8ef90561b9 100644 --- a/docs/sources/set-up/install/ansible.md +++ b/docs/sources/set-up/install/ansible.md @@ -6,14 +6,11 @@ description: Learn how to install Grafana Alloy with Ansible menuTitle: Ansible title: Install Grafana Alloy with Ansible weight: 550 -_build: - list: false -noindex: true --- # Install or uninstall {{% param "FULL_PRODUCT_NAME" %}} using Ansible -You can use [Grafana Ansible Collection](https://github.com/grafana/grafana-ansible-collection) to install and manage {{< param "PRODUCT_NAME" >}} on Linux hosts. +You can use the [Grafana Ansible Collection](https://github.com/grafana/grafana-ansible-collection) to install and manage {{< param "PRODUCT_NAME" >}} on Linux hosts. ## Before you begin @@ -43,15 +40,15 @@ To add {{% param "PRODUCT_NAME" %}} to a host: } prometheus.remote_write "prom" { endpoint { - url = "YOUR_PROMETHEUS_PUSH_ENDPOINT" + url = "" } } ``` - The above snippet has a sample configuration to collect and send Alloy metrics to Prometheus + This snippet has a sample configuration to collect and send {{% param "PRODUCT_NAME" %}} metrics to Prometheus Replace the following: - - _`YOUR_PROMETHEUS_PUSH_ENDPOINT`_: With the Remote write endpoint of your Prometheus Instance. + - _``_: The Remote write endpoint of your Prometheus Instance. 1. Run the Ansible playbook. Open a terminal window and run the following command from the Ansible playbook directory. @@ -86,4 +83,5 @@ Main PID: 3176 (alloy-linux-amd) - [Configure {{< param "PRODUCT_NAME" >}}][Configure] [Grafana Ansible Collection]: https://github.com/grafana/grafana-ansible-collection +[Ansible]: https://www.ansible.com/ [Configure]: ../../../configure/linux/ diff --git a/docs/sources/set-up/install/chef.md b/docs/sources/set-up/install/chef.md index cc7a7247ba..a62d0eed9b 100644 --- a/docs/sources/set-up/install/chef.md +++ b/docs/sources/set-up/install/chef.md @@ -6,9 +6,6 @@ description: Learn how to install Grafana Alloy with Chef menuTitle: Chef title: Install Grafana Alloy with Chef weight: 550 -_build: - list: false -noindex: true --- # Install {{% param "FULL_PRODUCT_NAME" %}} with Chef diff --git a/docs/sources/set-up/install/puppet.md b/docs/sources/set-up/install/puppet.md index a5c24632a2..236fecb6e9 100644 --- a/docs/sources/set-up/install/puppet.md +++ b/docs/sources/set-up/install/puppet.md @@ -6,9 +6,6 @@ description: Learn how to install Grafana Alloy with Puppet menuTitle: Puppet title: Install Grafana Alloy with Puppet weight: 560 -_build: - list: false -noindex: true --- # Install {{% param "FULL_PRODUCT_NAME" %}} with Puppet @@ -27,7 +24,7 @@ You can use Puppet to install and manage {{< param "PRODUCT_NAME" >}}. To add {{< param "PRODUCT_NAME" >}} to a host: -1. Ensure that the following module dependencies are declared and installed: +1. Make sure that the following module dependencies are declared and installed: ```json { @@ -43,7 +40,7 @@ To add {{< param "PRODUCT_NAME" >}} to a host: 1. Create a new [Puppet][] manifest with the following class to add the Grafana package repositories, install the `alloy` package, and run the service: ```ruby - class grafana_agent::grafana_agent_flow () { + class grafana_alloy::grafana_alloy () { case $::os['family'] { 'debian': { apt::source { 'grafana':