GithubHelp home page GithubHelp logo

monitor's Introduction

monitor

Two monitoring stacks to play with here.

Don't use either of these for production as they are wide open to abuse.

Prometheus/Grafana

Prometheus, Grafana, Prometheus Pushgateway and the Prometheus Node Exporter

docker-compose up

I have Cockpit running on port 9090 so I mapped prometheus to 9900

Push Gateway

Metrics can be pushed to the prometheus via the PushGateway using the test script in the scripts directory.

Prometheus container fails to start?

se-linux might be set to enforcing which can cause problems with docker volumes

Either set it to permissive or run:

chcon -Rt svirt_sandbox_file_t ./prometheus.yml

or use :z on the volume:

- ./config/prometheus.yml:/etc/prometheus/prometheus.yml:z

TICK Stack

Influxdb, Chronograf, Telegraf, Kapacitor,

docker-compose up -f docker-compose-influx.yml up

Elasticsearch / Kibana

docker-compose up -f docker-compose-elasticsearch.yml up

Latest docker image 6.5.4 fails to start on Fedora with

[1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

Workaround is

sysctl -w vm.max_map_count=262144

or make this change permanent by editing /etc/sysctl.conf

Image started OK on Mojave.

Links:

https://github.com/prometheus/prometheus

https://github.com/prometheus/pushgateway

https://github.com/prometheus/node_exporter

monitor's People

Contributors

pkumaschow avatar

Watchers

James Cloos avatar  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.