Skip to content

Commit

Permalink
Backport 4755 to release v0.33 (#4758)
Browse files Browse the repository at this point in the history
* Fix copy paste errors (#4755)

(cherry picked from commit 7308879)

* Small change to trigger build
  • Loading branch information
clayton-cornell authored Aug 10, 2023
1 parent 8dbff65 commit bc24d85
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/sources/static/set-up/install/install-agent-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can install Grafana Agent in static mode on Linux.

## Install on Debian or Ubuntu

To install Grafana Agent in static mode on Debian or Ubuntu, run the following commands in a terminal window.
To install Grafana Agent in static mode on Debian or Ubuntu, run the following commands in a terminal window.

1. Import the GPG key and add the Grafana package repository:

Expand Down Expand Up @@ -48,7 +48,7 @@ To uninstall Grafana Agent on Debian or Ubuntu, run the following commands in a
1. Uninstall Grafana Agent:

```shell
sudo apt-get remove grafana-agent-flow
sudo apt-get remove grafana-agent
```

1. Optional: Remove the Grafana repository:
Expand All @@ -59,7 +59,7 @@ To uninstall Grafana Agent on Debian or Ubuntu, run the following commands in a

## Install on RHEL or Fedora

To install Grafana Agent in flow mode on RHEL or Fedora, run the following commands in a terminal window.
To install Grafana Agent in static mode on RHEL or Fedora, run the following commands in a terminal window.

1. Import the GPG key:

Expand Down Expand Up @@ -102,13 +102,13 @@ To uninstall Grafana Agent on RHEL or Fedora, run the following commands in a te
1. Stop the systemd service for Grafana Agent:

```shell
sudo systemctl stop grafana-agent-flow
sudo systemctl stop grafana-agent
```

1. Uninstall Grafana Agent:

```shell
sudo dnf remove grafana-agent-flow
sudo dnf remove grafana-agent
```

1. Optional: Remove the Grafana repository:
Expand All @@ -119,7 +119,7 @@ To uninstall Grafana Agent on RHEL or Fedora, run the following commands in a te

## Install on SUSE or openSUSE

To install Grafana Agent in flow mode on SUSE or openSUSE, run the following commands in a terminal window.
To install Grafana Agent in static mode on SUSE or openSUSE, run the following commands in a terminal window.

1. Import the GPG key and add the Grafana package repository:

Expand Down Expand Up @@ -148,13 +148,13 @@ To uninstall Grafana Agent on SUSE or openSUSE, run the following commands in a
1. Stop the systemd service for Grafana Agent:

```shell
sudo systemctl stop grafana-agent-flow
sudo systemctl stop grafana-agent
````
1. Uninstall Grafana Agent:
```shell
sudo zypper remove grafana-agent-flow
sudo zypper remove grafana-agent
```

1. Optional: Remove the Grafana repository:
Expand Down Expand Up @@ -183,7 +183,7 @@ To check the status of Grafana Agent, run the following command in a terminal:

### Run Grafana Agent on startup

To automatically run Grafana Agent Flow when the system starts, run the following command in a terminal:
To automatically run Grafana Agent when the system starts, run the following command in a terminal:

```shell
sudo systemctl enable grafana-agent.service
Expand Down

0 comments on commit bc24d85

Please sign in to comment.