Skip to content

Commit

Permalink
Remove mention of grafana flow agent in static docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnessenE authored Aug 7, 2023
1 parent 52d855e commit 0081733
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sources/static/set-up/install/install-agent-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 Down Expand Up @@ -103,13 +103,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 Down Expand Up @@ -149,13 +149,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

0 comments on commit 0081733

Please sign in to comment.