alibaba / RedAlert

RedAlert is a monitor service, which fetches metrics from service like ganglia and graphite. It finds abnormal among metrics and raise alarm via email.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red alert(RA) is a service monitor. It grabs metric data from dataSource such as graphite or ganglia, to check whether current metric values are normal by some configurable rules. Alarm messages can be reported by smtp or curl.

Introduction

RA is composed of two parts, RA web and server. RA web is used to CRUD the alarms rules, for example, to adjust the alarm threshold. RA server is used to connect to datasource(ganglia or graphite) and send alarm messages if neccessary. Heartbeats from RA server to RA web are used to tell the current server state RA web and server must be disposed at the same machine/filesystem(In fact, currently RA only supports local filesystem, but you can implement your filesystem interface. See the "contrib" directory). RA configuration files are at the format of sqlite files, which to prevent concurrent modifition problems. If some one changes or adds alarm rules, RA web will tell RA server to reload the full copy of the configuration from a specified directory. The communication protocol between RA web and RA server is HTTP.

Red Alert Documentation

About

RedAlert is a monitor service, which fetches metrics from service like ganglia and graphite. It finds abnormal among metrics and raise alarm via email.

License:GNU General Public License v2.0


Languages

Language:C 43.1%Language:Python 20.3%Language:Makefile 10.3%Language:C++ 5.9%Language:Shell 5.3%Language:HTML 4.0%Language:M4 2.8%Language:Roff 2.4%Language:Perl 2.0%Language:JavaScript 1.6%Language:DIGITAL Command Language 1.1%Language:CMake 0.7%Language:CSS 0.2%Language:Ruby 0.1%Language:Go 0.1%Language:Visual Basic 0.1%Language:Perl 6 0.0%Language:Java 0.0%Language:Assembly 0.0%Language:Awk 0.0%Language:Objective-C 0.0%Language:Lua 0.0%Language:Nginx 0.0%Language:PHP 0.0%Language:Erlang 0.0%Language:Batchfile 0.0%