Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alerta/sensu-alerta-handler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: alerta/sensu-alerta-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 15, 2020

  1. Add check labels (#16)

    * Add check labels to event attributes
    
    Currently, only entity labels are added to the Alerta event's attributes.
    
    With this change, both entity and check labels are added to the attributes.
    
    If entity and check have the same label, the check label will be appended to the entity label with a forward slash separator.
    
    Labels with names that contain periods or dollar signs are omitted because these characters are not allowed in Alerta attribute names.
    
    * Add labels to example event
    
    Added timestamp because the handler errors out without one.
    
    Added labels to entity and check to test handler code changes.
    
    * replace periods and dollar signs in attribute keys with underscores
    
    The handler adds the entity and check labels to Alerta event attributes. Alerta does not allow periods or dollar signs in attribute names and the API will throw an error if they are present.
    
    To prevent these errors and allow the event to be triggered, periods and dollar signs in the entity and check label names are replaced with underscores.
    dwaiting authored Jun 15, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    80d4192 View commit details

Commits on Nov 9, 2021

  1. Copy the full SHA
    cf706ec View commit details
  2. Remove travis CI config

    satterly committed Nov 9, 2021
    Copy the full SHA
    b51174b View commit details
  3. Update build status badge

    satterly committed Nov 9, 2021
    Copy the full SHA
    69840e2 View commit details
Loading