Giter VIP home page Giter VIP logo

grafana-dashboards's Introduction

Grafana Dashboards

Node Exporter Full

  • For node_exporter
  • Monitor Linux system.

Only requires the default job_name: node, add as many targets as you need in /etc/prometheus/prometheus.yml.

  - job_name: node
    static_configs:
      - targets: ['localhost:9100']

Recommended for prometheus-node-exporter the arguments --collector.systemd and --collector.processes because the graph uses some of their metrics.

  • timeInterval in the Grafana data source has to be set accordingly to the > scrape_interval configured in Prometheus. You can do this by navigating to connections > Data sources > Prometheus and set Scrape Interval under Interval behaviour. When using provisioning, this is set with the attribute jsonData.timeInterval.
  • For prometheus-node-exporter v.0.16 or older, use node-exporter-full-old.> json
  • Thanks to the PCP project for document the values reported > by the kernel in /proc (in their /pmdas/linux/help src file mainly).

Node Exporter FreeBSD

  • For node_exporter in FreeBSD system
  • Monitor FreeBSD system.

Only requires a configured target under any job_name.

Haproxy Full (deprecated)

  • For haproxy_exporter
  • Monitor Haproxy service.

Only requires a configured target under any job_name.

Haproxy 2 Full

  • For Haproxy compiled with Prometheus support
  • Monitor Haproxy service direct.

Only requires a configured target under any job_name.

Apache Full

  • Monitor Apache service.

Moved to https://github.com/grafana/jsonnet-libs

NFS Full

  • For node_exporter
  • Monitor all NFS and NFSd exported values.

Check that the process was started with the arguments --collector.nfs and --collector.nfsd.

The same as Node Exporter Full. Only requires the default job_name: node, add as many targets as you need in /etc/prometheus/prometheus.yml.

BIND 9 Full

Required configuration in /etc/bind/named.conf.options:

statistics-channels {
  inet 127.0.0.1 port 8053 allow { 127.0.0.1; };
};

On Grafana, it only requires a configured target under any job_name. For example:

  - job_name: 'bind'
    static_configs:
        - targets:
           - server_hostname:9000

grafana-dashboards's People

Contributors

rfrail3 avatar rfmoz avatar byteborg avatar kibab avatar dragoangel avatar jellevdk avatar psvmcc avatar towolf avatar leewis101 avatar elboulangero avatar ava-jyothi avatar cktse avatar calestyo avatar cobexer avatar desaintmartin avatar druggeri avatar maesterz avatar f9n avatar mindw avatar geezabiscuit avatar imetlenko avatar jobcespedes avatar izeye avatar jsbergbau avatar semekh avatar grembo avatar bananeweizen avatar robbat2 avatar smholvoet avatar waindor 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.