Skip to content

Commit

Permalink
build: rename outpost to agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Feb 9, 2024
1 parent f4780a5 commit 090d1f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ the [documentation](https://docs.steadybit.com/integrate-with-steadybit/extensio

### Linux Package

Please use our [outpost-linux.sh script](https://docs.steadybit.com/install-and-configure/install-outpost-agent-preview/install-on-linux-hosts) to install the extension on your Linux machine.
Please use our [agent-linux.sh script](https://docs.steadybit.com/install-and-configure/install-agent/install-on-linux-hosts) to install the extension on your Linux machine.
The script will download the latest version of the extension and install it using the package manager.

After installing configure the extension by editing `/etc/steadybit/extension-datadog` and then restart the service.
Expand All @@ -82,8 +82,8 @@ After installing configure the extension by editing `/etc/steadybit/extension-da
## Proxy
To communicate to Datadog via a proxy, we need the environment variable `https_proxy` to be set.
This can be set via helm using the extraEnv variable

```bash
--set "extraEnv[0].name=HTTPS_PROXY" \
--set "extraEnv[0].value=https:\\user:[email protected]:8888"
```
--set "extraEnv[0].value=https:\\user:[email protected]:8888"
```

0 comments on commit 090d1f2

Please sign in to comment.