https://github.com/hawkular/hawkular-alerts
Alerting subsystem for Hawkular
https://github.com/hawkular/hawkular-alerts
alerting hawkular
Last synced: about 1 year ago
JSON representation
Alerting subsystem for Hawkular
- Host: GitHub
- URL: https://github.com/hawkular/hawkular-alerts
- Owner: hawkular
- License: apache-2.0
- Created: 2015-01-21T19:59:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T10:35:56.000Z (over 6 years ago)
- Last Synced: 2025-03-25T10:12:27.781Z (about 1 year ago)
- Topics: alerting, hawkular
- Language: Java
- Size: 6.52 MB
- Stars: 77
- Watchers: 13
- Forks: 39
- Open Issues: 10
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= hawkular-alerts
:source-language: java
[.lead]
*Hawkular Alerting* is the alerts module for Hawkular. It is responsible to define conditions rules over data events
and fire alerts that can be sent by several action plugins.
Hawkular is a modular systems monitoring suite, that consists of several sub-projects for
storing of metrics, alerting on incoming events and more. Those projects are developed
in their own GitHub repositories and integrated in this project.
link:http://www.slideshare.net/ponceballesteros/hawkular-alerting[Hawkular Alerting Introduction].
link:http://www.hawkular.org/community/docs/developer-guide/alerts-v2.html[Hawkular Alerting User Guide].
link:http://www.hawkular.org/docs/rest/rest-alerts-v2.html[Hawkular Alerting REST API]
== License
Hawkular-Alerts is released under Apache License, Version 2.0 as described in the link:LICENSE[LICENSE] document
----
Copyright 2015 Red Hat, Inc.
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.