Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netdata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netdata

Python API for interacting with Netdata

  • 1.3.0
  • PyPI
  • Socket score

Maintainers
1

python-netdata

Python API for interacting with Netdata <https://my-netdata.io/>_. Currently are the data, the allmetrics and the alarms endpoint supported.

This module is not official, developed, supported or endorsed by Netdata.

Installation

The module is available from the Python Package Index <https://pypi.python.org/pypi>_.

.. code:: bash

$ pip3 install netdata

On a Fedora-based system or on a CentOS/RHEL machine which has EPEL enabled.

.. code:: bash

$ sudo dnf -y install python3-netdata

For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only be present in the unstable channel.

.. code:: bash

$ nix-env -iA nixos.python3Packages.netdata

Usage

The file example.py contains an example about how to use this module.

Development

For development is recommended to use a venv.

.. code:: bash

$ python3 -m venv .
$ source bin/activate
$ python3 setup.py develop

License

python-netdata is licensed under MIT, for more details check LICENSE.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc