summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/ipfs/README.md
blob: a30649a5f1940b09a5cdc1f6bd76bb6c99280997 (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
# ipfs

Module monitors [IPFS](https://ipfs.io) basic information.

1. **Bandwidth** in kbits/s
 * in
 * out

2. **Peers**
 * peers

### configuration

Only url to IPFS server is needed.

Sample:

```yaml
localhost:
  name : 'local'
  url  : 'http://localhost:5001'
```

---