GithubHelp home page GithubHelp logo

kuguobing / alertz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samaitra/alertz

0.0 1.0 0.0 1.02 MB

Alerting Platform for real time and archived services.

License: Apache License 2.0

Shell 0.04% Java 48.81% CSS 3.62% JavaScript 47.53%

alertz's Introduction

Architecture


fl-alertz is a light weight Quartz based Alerting Rule scheduling system which allows users to fetch metrics from data sources like Graphite, Opentsdb and run user defined rules on them for breaches.


===============
Getting Started
===============

1) Environment :Make sure you have git, mysql, sun-java6, maven installed
2) Clone alertz : [email protected]:Flipkart/alertz.git
3) create database 'alertz' ./db/recreate_db.sh alertz
4) Change DB username and password if required in src/main/resources/quartz.properties and src/main/resources/hibernate.cfg.xml
5) Compile project assembly : mvn clean compile
6) Start Service :mvn clean compile exec:java


===============
Look Around
===============

1) Go to http://localhost:8888/index.html, This is the starting page of Alertz Service. Read Through to get acquainted with the application.
1) Go to http://localhost:8888/getStarted.html, This page will help you create rules.
But before you create the rules, you need to provide some connection information about your data source (graphite/ tsdb) which you will use in your rule to pull data).

Do Http POST on http://localhost:8888/alertz/metricSources
{"name":"flo.graphite","sourceType":"GRAPHITE","sourceConnectionParams":[{"param":"graphitePort","value":"80"},{"param":"graphiteHost","value":"Graphite Host Name"}]}

alertz's People

Contributors

nitinka 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.