Giter Club home page Giter Club logo

err-netdata's Introduction

Err-Netdata

Errbot plugin to get Graphs and Data from Netdata

Dependencies

  • Urllib3
  • Mathplotlib

Installation

Clone this repository intro the BOT_EXTRA_PLUGIN_DIR or use !repos install

Commands

  • !netdata names - Get a list of Graphs from host

    • Options:
      • host: Netdata host to querry
      • [--sheme SHEME]: Sheme of host. Either http or https. Default: http
      • [--port PORT]: Port of Host. Default: 19999
  • !netdata chart - Get a Chart Plot from Host

    • Options:
      • name: Name of Graph
      • host: Netdata host
      • [--sheme SHEME]: Sheme of host. Either http or https. Default: http
      • [--port PORT]: Port of Host. Default: 19999
      • [--xkcd XKCD]: Set Mathplotlib style to xkcd. Default: True
      • [--group GROUP]: The grouping method. Methods supported "min", "max", "average", "sum", "incremental-sum". Default value : average
      • [--points POINTS]: The number of points to be returned. If not given, or it is <= 0, or it is bigger than the points stored in the round robin database for this chart for the given duration, all the available collected values for the given duration will be returned. Default: 20
      • [--after AFTER]: Can either be an absolute timestamp specifying the starting point of the data to be returned, or a relative number of seconds (negative, relative to parameter: before). Netdata will assume it is a relative number if it is less that 3 years (in seconds). Default: -600
  • netdata table - Get Data from Graph as Table.

    • Options:
      • name: Name of Graph
      • host: Netdata host
      • [--sheme SHEME]: Sheme of host. Either http or https. Default: http
      • [--port PORT]: Port of Host. Default: 19999
      • [--group GROUP]: The grouping method. Methods supported "min", "max", "average", "sum", "incremental-sum". Default value : average
      • [--points POINTS]: The number of points to be returned. If not given, or it is <= 0, or it is bigger than the points stored in the round robin database for this chart for the given duration, all the available collected values for the given duration will be returned. Default: 20
      • [--after AFTER]: Can either be an absolute timestamp specifying the starting point of the data to be returned, or a relative number of seconds (negative, relative to parameter: before). Netdata will assume it is a relative number if it is less that 3 years (in seconds). Default: -600

err-netdata's People

Watchers

Blickfeldkurier avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.