summaryrefslogtreecommitdiffstats
path: root/aclk/README.md
blob: 98c04e685fcc34646d5dea0cd183de08d2962b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
---
title: "Agent-cloud link (ACLK)"
custom_edit_url: https://github.com/netdata/netdata/edit/master/aclk/README.md
---
-->

# Agent-cloud link (ACLK)


## Configuration Options

In `netdata.conf`:

```ini
[agent_cloud_link]
    proxy = none
```

Parameter proxy can take one of the following values:

- `env` - the default (try to read environment variables `http_proxy` and `socks_proxy`)
- `none` - do not use any proxy (even if system configured otherwise)
- `socks5[h]://[user:pass@]host:ip` - will use specified socks proxy
- `http://[user:pass@]host:ip` - will use specified http proxy