Skip to content

Commit

Permalink
Merge pull request DataDog#156 from jenkins-infra/how-low-can-you-go
Browse files Browse the repository at this point in the history
Raise the priority for 'changed' event types so they're visible
  • Loading branch information
talwai committed Jan 19, 2016
2 parents 74c4133 + a966e77 commit 702e015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/reports/datadog_reports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def process
elsif @status == 'changed'
event_title = "Puppet changed resources on #{@msg_host}"
alert_type = "success"
event_priority = "normal"
elsif @status == "unchanged"
event_title = "Puppet ran on, and left #{@msg_host} unchanged"
alert_type = "success"
Expand Down

0 comments on commit 702e015

Please sign in to comment.