mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 17:29:39 +00:00
68 lines
2 KiB
Markdown
68 lines
2 KiB
Markdown
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](/guardian/alerta/raw/master/images/alerta-console-small.png)
|
|
|
|
More screenshots are available [here](/guardian/alerta/tree/master/images/)
|
|
|
|
Installation
|
|
------------
|
|
|
|
The backend components are written in Python and the web frontend in JavaScript so there is nothing to compile.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
- [ActiveMQ][1] or [RabbitMQ][2] ie. a message broker that supports STOMP
|
|
- [MongoDB][3]
|
|
|
|
Optional (for alert history)
|
|
--------
|
|
|
|
- [elasticsearch][4]
|
|
- [Kibana][5]
|
|
|
|
> Note: None of these packages require special configuration to work with Alerta.
|
|
|
|
More Information
|
|
----------------
|
|
|
|
See the alerta [wiki][6]
|
|
|
|
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.
|
|
|
|
[1]: <http://activemq.apache.org/> "Apache ActiveMQ"
|
|
[2]: <http://www.rabbitmq.com> "RabbitMQ"
|
|
[3]: <http://www.10gen.com/> "10gen MongoDB"
|
|
[4]: <http://www.elasticsearch.org/> "elasticsearch"
|
|
[5]: <https://github.com/rashidkpc/Kibana> "Kibana"
|
|
[6]: <https://github.com/guardian/alerta/wiki> "Alerta wiki"
|