[Hawkular-commits] [hawkular/hawkular-alerts] 25a0bc: if the server is bound to some other non-localhost...

John Mazzitelli mazz at redhat.com
Wed Jul 12 10:57:41 EDT 2017


  Branch: refs/heads/next
  Home:   https://github.com/hawkular/hawkular-alerts
  Commit: 25a0bc2473a857b519308146183d030b0130590e
      https://github.com/hawkular/hawkular-alerts/commit/25a0bc2473a857b519308146183d030b0130590e
  Author: John Mazzitelli <mazz at redhat.com>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M examples/autoresolve-process/src/test/groovy/create_definitions.groovy
    M examples/autoresolve-process/src/test/groovy/send_data.groovy
    M examples/events-aggregation/src/test/groovy/create_definitions.groovy
    M examples/events-aggregation/src/test/groovy/send_events_fraud.groovy
    M examples/events-aggregation/src/test/groovy/send_events_loyalty.groovy
    M examples/events-aggregation/src/test/groovy/send_events_marketing.groovy
    M examples/events/src/test/groovy/clean_events.groovy
    M examples/events/src/test/groovy/create_definitions_events_tutorial_03.groovy
    M examples/events/src/test/groovy/create_definitions_events_tutorial_04.groovy
    M examples/events/src/test/groovy/create_definitions_events_tutorial_05.groovy
    M examples/events/src/test/groovy/send_events_tutorial_01.groovy
    M examples/events/src/test/groovy/send_events_tutorial_02.groovy
    M examples/events/src/test/groovy/send_events_tutorial_03.groovy
    M examples/events/src/test/groovy/send_events_tutorial_04.groovy
    M examples/events/src/test/groovy/send_events_tutorial_05.groovy
    M examples/group-triggers/src/test/groovy/clean_all.groovy
    M examples/group-triggers/src/test/groovy/create_group_trigger.groovy
    M examples/group-triggers/src/test/groovy/create_members.groovy
    M examples/group-triggers/src/test/groovy/update_group_trigger.groovy
    M examples/hello-world/src/test/groovy/create_definitions.groovy
    M examples/hello-world/src/test/groovy/send_data.groovy
    M examples/webhook/src/test/groovy/create_definitions.groovy
    M examples/webhook/src/test/groovy/send_data.groovy

  Log Message:
  -----------
  if the server is bound to some other non-localhost, non-8080 port, be able to tell examples where to send the data. (#386)

The default remains the same, so nothing changes if you just "mvn validate" but now
you can do this: "mvn validate -Dhost=192.168.1.100:8181" and it will work. You can also change the tenant
if you want via -Dtenant.




More information about the hawkular-commits mailing list