Skip to content

Commit

Permalink
Merge pull request #226 from m-lab/sandbox-kinkade
Browse files Browse the repository at this point in the history
Adds camel-case to CoreServices_ alert classifier.
  • Loading branch information
nkinkade authored May 15, 2018
2 parents 06372ca + abeae2e commit e5b8404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/federation/prometheus/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ ALERT LameDuckMetricMissingForNode
}

# A collectd-mlab service has a problem and is down.
ALERT Coreservices_CollectdMlabDown
ALERT CoreServices_CollectdMlabDown
IF collectd_mlab_success{} == 0
FOR 10m
LABELS {
Expand All @@ -454,7 +454,7 @@ ALERT Coreservices_CollectdMlabDown
}

# A collectd-mlab service metric is missing on some node.
ALERT Coreservices_CollectdMlabMissing
ALERT CoreServices_CollectdMlabMissing
IF up{service="nodeexporter"} == 1
UNLESS ON(machine) collectd_mlab_success{}
FOR 10m
Expand Down

0 comments on commit e5b8404

Please sign in to comment.