Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monitoring: add certificate expiration alerts #16329

Merged
merged 1 commit into from
Jun 5, 2017
Merged

Conversation

mberhault
Copy link
Contributor

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@@ -58,16 +58,23 @@ ALERT ClusterDiskLow

# Zero SQL qps.
ALERT ZeroSQLQps
IF sql_conns > 0 and rate(sql_query_count[5m]) == 0.0
IF sql_conns{job="cockroach"} > 0 and rate(sql_query_count{job="cockroach"}[5m]) == 0.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was fixed up in our private alerts.

FOR 10m
ANNOTATIONS {
summary = "Instance {{ $labels.instance }} has SQL connections but no queries",
}

# Prometheus disk getting full..
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the prometheus disk full alert, this needs the prometheus node exporter running on the prometheus host, something we don't control.

@mberhault mberhault requested a review from a-robinson June 5, 2017 18:22
@mberhault mberhault merged commit 197c31e into master Jun 5, 2017
@mberhault mberhault deleted the marc/add_cert_alerts branch June 5, 2017 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants