Git Product home page Git Product logo

monitoring's Introduction

OpenEBS Monitoring add-on

FOSSA Status

A set of Grafana dashboards and Prometheus alerts for OpenEBS that can be installed as a helm chart or imported as jsonnet mixin.

Status

Beta. This repository currently supports dashboards and alerts for cStor, Jiva, LVM LocalPV OpenEBS storage engines. This project is under active development and seeking contributions from the community.

Install

Using helm

Setup the monitoring helm repository.

helm repo add openebs-monitoring https://openebs.github.io/monitoring/
helm repo update

You can then run helm search repo openebs-monitoring to see the charts.

Install the helm chart.

helm install openebs-monitoring openebs-monitoring/openebs-monitoring --namespace openebs --create-namespace

The detailed chart documentation is available in charts directory.

Using kubectl

You can generate YAMLs and install using kubectl. See detailed steps at ./jsonnet.

Usage

Accessing Grafana

# Look at the Grafana pod and check that the pod is in running state
kubectl get pods -n [NAMESPACE] | grep -i grafana
# Note the public IP of any one of the nodes
kubectl get nodes -o wide
# Note the Grafana Service IP
kubectl get svc -n [NAMESPACE] | grep -i grafana
# Open browser and visit http://<NodeIp>:<NodePort> 
#  (where <NodeIp> is the public IP address of your node, and <NodePort> is Grafana Service Port)
#  Default Grafana login credentials- [username: admin, password: admin]

NOTE: If public IP is not available then you can access it via port-forwarding

# Perform port-forwarding
# kubectl port-forward --namespace [NAMESPACE] pods/[grafana-pod-name] [grafrana-foward-port]:[grafana-cluster-port]
# Open browser and visit http://127.0.0.1:[grafana-forward-port]
# Default Grafana login credentials- [username: admin, password: admin]

Contributing

OpenEBS welcomes your feedback and contributions in any form possible.

Community

Code of conduct

Participation in the OpenEBS community is governed by the CNCF Code of Conduct.

License

FOSSA Status

monitoring's People

Contributors

fossabot avatar kmova avatar omeiirr avatar rahul799 avatar rajasahil avatar rweilg avatar sanjay1611 avatar survivant avatar

Watchers

 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.