Code Monkey home page Code Monkey logo

community's Introduction

Netdata Community

Welcome to the community-curated repository of Netdata. Please feel free to submit ideas and PR's of things you think others in the Netdata community might find useful!!!

Table of Contents

Contributing

  • Make sure you take a look at the Contributing Handbook. It covers the whole range of contributions for the Netdata ecosystem. We reference the guidelines about contributions, as also tips for specific areas (e.g docs).
  • If you need any help or feedback, create a topic on our Community Forums. We have a whole category just for developing and improving Netdata, so the community would to hear from you.
  • For the Community repository specifically, here are a couple of ideas:
    • Improve an existing Sample-App in code or documentation
    • Submit a new sample-app in an existing category
    • Submit a new sample app in a new category

Workflow

  • Fork this repository
  • Clone the forked repository locally
  • Add your work
    • Add relevant documentation by creating a README.md
  • Push the changes to your fork, preferably to a branch and not master.
  • PR the changes from your fork to this repository

License

MIT License

Code of Conduct

This repository is part of the Netdata organization, thus the Netdata Code of Conduct applies.

community's People

Contributors

andrewm4894 avatar cakrit avatar dependabot[bot] avatar ferroin avatar fhriley avatar habetdin avatar hugovalente-pm avatar ilyam8 avatar je2555 avatar joelhans avatar luisj1983 avatar maneamarius avatar mhkarimi1383 avatar nodiscc avatar odyslam avatar shyamvalsan avatar tkatsoulas avatar tnyeanderson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

community's Issues

Grafana dashboard for Prometheus metrics

I've recently set up a Netdata agent with Prometheus remote-write and wanted to set up a dashboard for system metrics overview, but found out that most of existing dashboards for Prometheus aren't maintained.
For example, there are some dashboards in Grafana listing:

Second dashboard still works, but requires some changes as metrics were changed since the last update.

My question is: will it be useful to maintain a dashboard for this use-case here?
It seems to me that hosting dashboard here will make it easily discoverable for community and will also allow maintaining dashboard in updated state by any community member.

If it sounds reasonable, I'd be happy to update dashboard above and send a PR/maintain it.

I'm looking into using Netdata for some other parts of my home lab setup, so I'd like to also build a dashboard for k8s metrics discovered by agent later on and some other dashboards which can be useful.

Uninstaller for plugins

Can we have a script to uninstall plugins or at least some documentation? (as much fun as it would be to read through the scripts myself to see every single change they make...) :)

friction-less installation of alerts/collectors

We should provide a tool (e.g a bash script) so that users can frictionlessly install community collectors and alerts.

Collectors

  • python.d
  • go.d
  • charts.d

go.d is tricky, as the user will have to rebuild the go.d binary and replace the existing one. Moreover, we should somehow make netdata NOT to replace the edited go.d with every nightly release.

Alerts

Just copy the alert file in the proper directory. Since we will have multiple different alerts for the same collectors, we should have a structure where people can install specific alerts for a component.

e.g the goroutines alert for geth.

This could be done via a repo structure as: alerts/geth/goroutines.conf

UX

It should be as effortless as possible. For the users to use the community repo, we expect them to be more technical, since they are pushing the boundaries of what netdata can do.

Add community alerts/collectors to repo

  • Define community collectors
  • Define community alerts
  • clone files to community repo
  • remove files from main repo

repo structure

  • apps/ --> applications building on or extending netdata (e.g netdata-api, configuration management, etc.)
  • collectors/plugin/module/* --> source files for the particular collector as exists in the respective directory now
  • collectors/.plugin./.module./module.yaml --> a yaml file describing the module. It will be used by the marketplace website
  • alerts/module/alert.conf --> a conf file with a single alert definition. This will be appended into the alert file for the particular module. It enables us to have multiple alerts for the same module, without overloading a single configuration file.
    • example: /geth/goroutines.conf, /geth/chainhead.conf

speedtest error

@shyamvalsan im getting this - any idea?

/usr/libexec/netdata/plugins.d/../charts.d/speedtest.chart.sh: line 47: 3.351*8/1000: syntax error: invalid arithmetic operator (error token is ".351*8/1000")

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.