0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 09:19:40 +00:00
No description
Find a file
2013-03-11 11:43:40 +00:00
alerta minor fixes 2013-03-11 00:46:47 +00:00
bin minor fixes 2013-03-11 00:46:47 +00:00
contrib Move alert receiver to experimental 2013-03-09 23:21:08 +00:00
dashboard fix severity code lookup 2013-03-08 14:58:14 +00:00
doc Bump version to 2.0.0 2013-03-11 11:43:40 +00:00
etc alert aws credentials file is now fog format 2013-03-10 22:00:25 +00:00
tests leaky bucket irc 2013-03-08 23:49:50 +00:00
tools Lots of refactoring 3 2013-02-19 10:57:05 +00:00
.gitignore more administrivia 2012-04-10 17:35:36 +01:00
INSTALL.txt Lots of refactoring 4 2013-02-19 23:21:50 +00:00
LICENSE administrivia 2012-04-03 23:29:47 +01:00
Makefile Lots of refactoring 2013-02-17 10:55:54 +00:00
NOTICE minor typo fixes 2012-04-03 23:49:06 +01:00
pylintrc Make some pylint recommended changes 2012-04-11 12:33:10 +01:00
README.md Fix links in README 2012-10-03 23:19:39 +01:00
requirements.txt urlmon refactoring 2013-03-04 21:03:23 +00:00
setup.py remove alert receiver from setup 2013-03-11 10:14:58 +00:00
TODO Bump version to 2.0.0 2013-03-11 11:43:40 +00:00
VERSION use lib Bunch 2013-03-03 20:22:09 +00:00

Alerta monitoring system and console

The alerta monitoring tool was developed with the following aims in mind:

  • distributed and de-coupled so that it is SCALABLE
  • minimal CONFIGURATION that easily accepts alerts from any source
  • quick at-a-glance VISUALISATION with drill-down to detail

console

More screenshots are available here

Installation

The backend components are written in Python and the web frontend in JavaScript so there is nothing to compile.

Requirements

Optional (for alert history)

Note: None of these packages require special configuration to work with Alerta.

More Information

See the alerta wiki

Contribute

If you'd like to hack on Alerta, start by forking this repo on GitHub.

http://github.com/guardian/alerta

License

Alerta monitoring system and console
Copyright 2012 Guardian News & Media

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.