Python API for interacting with Netdata. Currently
are the data
, the allmetrics
and the alarms
endpoint supported.
The module is available from the Python Package Index.
$ pip3 install netdata
The file example.py
contains an example about how to use this module.
For development is recommended to use a venv
.
$ python3.6 -m venv .
$ source bin/activate
$ python3 setup.py develop
python-netdata
is licensed under MIT, for more details check LICENSE.