Branch: refs/heads/master
Home:
https://github.com/hawkular/hawkular-alerts
Commit: e7a1030c587efe95eee5807a9cc270e682ac8697
https://github.com/hawkular/hawkular-alerts/commit/e7a1030c587efe95eee580...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2017-03-13 (Mon, 13 Mar 2017)
Changed paths:
A examples/README.adoc
A examples/tutorial/README.adoc
A examples/tutorial/docker/Dockerfile
A examples/tutorial/docker/build-images.sh
A examples/tutorial/docker/config.properties
A examples/tutorial/docker/hawkular-metrics-wrapper.sh
A examples/tutorial/docker/logging.properties
A examples/tutorial/docker/standalone.conf
A examples/tutorial/docker/standalone.xml
A examples/tutorial/docker/welcome-content/index.html
A examples/tutorial/lessons/config.properties
A examples/tutorial/lessons/docker-compose.yml
A examples/tutorial/lessons/image-alert-lifecycle.png
A examples/tutorial/lessons/image-fakesmtp.png
A examples/tutorial/lessons/lesson-01-plumbing.adoc
A examples/tutorial/lessons/lesson-02-first-alert.adoc
A examples/tutorial/lessons/lesson-03-dampening.adoc
A examples/tutorial/lessons/lesson-04-lifecycle.adoc
A examples/tutorial/lessons/lesson-05-actions.adoc
A examples/tutorial/lessons/tutorial-data.sh
M
hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/model/action/ActionDefinition.java
M
hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/model/action/TimeConstraint.java
M
hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/model/trigger/TriggerAction.java
M
hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/CassActionsServiceImpl.java
Log Message:
-----------
HWKALERTS-238 Hawkular Tutorial
This provides the first five lessons as well as a docker container
build for standalone hMetrics to support the tutorial.
- lesson-01-plumbing
- lesson-02-first-alert
- lesson-03-dampening
- lesson-04-lifecycle
- lesson-05-actions
It also provides top-level README.adoc for ./examples
and ./examples/tutorial.
There are also a few swagger doc fixes for stuff discovered while
developing the tutorial.
Currently this uses hMetrics 0.23.6 with hAlerting 1.5.3. It is made
available in a new docker container jshaughn/hawkular-alerting-tutorial.
Commit: 3d4a941eaeebc6e59dcebd2d8db79c1f6cb2c46e
https://github.com/hawkular/hawkular-alerts/commit/3d4a941eaeebc6e59dcebd...
Author: Lucas Ponce <ponce.ballesteros(a)gmail.com>
Date: 2017-03-14 (Tue, 14 Mar 2017)
Changed paths:
A examples/README.adoc
A examples/tutorial/README.adoc
A examples/tutorial/docker/Dockerfile
A examples/tutorial/docker/build-images.sh
A examples/tutorial/docker/config.properties
A examples/tutorial/docker/hawkular-metrics-wrapper.sh
A examples/tutorial/docker/logging.properties
A examples/tutorial/docker/standalone.conf
A examples/tutorial/docker/standalone.xml
A examples/tutorial/docker/welcome-content/index.html
A examples/tutorial/lessons/config.properties
A examples/tutorial/lessons/docker-compose.yml
A examples/tutorial/lessons/image-alert-lifecycle.png
A examples/tutorial/lessons/image-fakesmtp.png
A examples/tutorial/lessons/lesson-01-plumbing.adoc
A examples/tutorial/lessons/lesson-02-first-alert.adoc
A examples/tutorial/lessons/lesson-03-dampening.adoc
A examples/tutorial/lessons/lesson-04-lifecycle.adoc
A examples/tutorial/lessons/lesson-05-actions.adoc
A examples/tutorial/lessons/tutorial-data.sh
M
hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/model/action/ActionDefinition.java
M
hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/model/action/TimeConstraint.java
M
hawkular-alerts-api/src/main/java/org/hawkular/alerts/api/model/trigger/TriggerAction.java
M
hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/CassActionsServiceImpl.java
Log Message:
-----------
Merge pull request #303 from jshaughn/tutorial
HWKALERTS-238 Hawkular Tutorial
Compare:
https://github.com/hawkular/hawkular-alerts/compare/4443d5ccd398...3d4a94...