netdata/collectors/python.d.plugin/ipfs/README.md

1.2 KiB

IPFS monitoring with Netdata

Collects IPFS basic information like file system bandwidth, peers and repo metrics.

  1. Bandwidth in kbits/s

    • in
    • out
  2. Peers

    • peers

Configuration

Edit the python.d/ipfs.conf configuration file using edit-config from the your agent's config directory, which is typically at /etc/netdata.

cd /etc/netdata   # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/ipfs.conf

Only url to IPFS server is needed.

Sample:

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

analytics