aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/monitoring/alerts/alerts.d (follow)
Commit message (Collapse)AuthorAgeLines
* Exclude 401 from NGINX 4xx alertsGravatar Joe Banks2025-07-18-1/+1
|
* Bump dns cache miss alert timeGravatar Johannes Christ2025-05-16-2/+3
|
* Remove prestashop from alert.d nginx exception for p99 timing alertGravatar Chris Lovering2024-10-01-1/+1
|
* Raise time threshold for 4xx alertsGravatar Johannes Christ2024-09-01-1/+1
| | | | | | At present we get plenty of unactionable, flapping alarms. So far, they have shown us nothing of value. Raise the time consecutive errors need to be seen before we alert.
* Show status code in nginx alertsGravatar Johannes Christ2024-08-29-4/+4
|
* Install prometheus-postfix-exporterGravatar Johannes Christ2024-08-26-0/+22
| | | | | | | | As a data-obsessed administrator I want to have more data such that I can widen my sense of power. This also installs rsyslog, because prometheus-postfix-exporter doesn't work with journald's binary log format.
* Unify alertmanager namingGravatar Johannes Christ2024-08-25-31/+31
| | | | Closes #451.
* Add Kubernetes volume alertsGravatar Joe Banks2024-06-16-0/+11
| | | | | | | | | | | It seems that Linode has added storage reporting info to the CSI driver allowing us to pick up on the storage use of persistent volume claims within the cluster. This creates and deploys an alert that will report if any volume has under 10% of space left. I have excluded Prometheus as our TSDB retention settings mean that it will always stay just below it's volume size by design.
* Add Alert for Prometheus config reload failureGravatar Joe Banks2024-06-10-0/+9
|
* Remove Kubernetes PostgreSQL AlertsGravatar Joe Banks2024-06-02-29/+0
|
* Take 15 minutes before alerting on high latencyGravatar Johannes Christ2024-05-20-2/+2
|
* Stop alerting for slow GitHub webhook filter endpoint calls (#235)Gravatar jchristgit2024-04-29-2/+2
| | | | | These are directly forwarded to GitHub with no time-consuming processing done on the site. We would therefore be alerting for GitHub's slowness, which is rather useless.
* Exclude home and tag views from latency alertsGravatar Johannes Christ2024-04-24-2/+2
| | | | | These are known issues and we probably won't do anything about them, so stop alerting us about it.
* Update ContainerOOMEvent alertGravatar Joe Banks2024-04-17-4/+4
|
* Remove pydis-site from nginx p99 reportGravatar Chris Lovering2024-04-15-1/+1
|
* Exclude HTTP 444 from 4XX alerts as it is manually sentGravatar Joe Banks2024-04-04-1/+1
|
* fix EOF in django alerts fileGravatar Joe Banks2024-04-02-1/+1
|
* update alert prioritiesGravatar Joe Banks2024-04-02-5/+15
|
* Increase KubernetesNodeCordoned wait durationGravatar Joe Banks2024-04-01-2/+2
|
* Line endings in memory.yamlGravatar Joe Banks2024-04-01-1/+1
|
* Update wording of OOM alertGravatar Joe Banks2024-04-01-1/+1
| | | Co-authored-by: jchristgit <[email protected]>
* exclude api:github-artifacts from django latencyGravatar Joe Banks2024-04-01-1/+1
|
* Add a sanity alert for when a node becomes unschedulableGravatar Joe Banks2024-04-01-1/+10
|
* Add alerts for container OOMsGravatar Joe Banks2024-04-01-0/+9
|
* Add etcd alerts for increase in failed requestsGravatar Joe Banks2024-04-01-0/+11
|
* Add some new Django alerts through PrometheusGravatar Joe Banks2024-04-01-0/+20
|
* Copy all files from kubernetes repo into this oneGravatar Chris Lovering2023-08-14-0/+268
This commit is a like-for-like copy of the [kubernetes repo](https://github.com/python-discord/kubernetes) check that repo for comit history prioir to this commit. Co-authored-by: Amrou Bellalouna <[email protected]> Co-authored-by: Bradley Reynolds <[email protected]> Co-authored-by: Chris <[email protected]> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]> Co-authored-by: Den4200 <[email protected]> Co-authored-by: GDWR <[email protected]> Co-authored-by: Hassan Abouelela <[email protected]> Co-authored-by: Hassan Abouelela <[email protected]> Co-authored-by: jchristgit <[email protected]> Co-authored-by: Joe Banks <[email protected]> Co-authored-by: Joe Banks <[email protected]> Co-authored-by: Joe Banks <[email protected]> Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: Kieran Siek <[email protected]> Co-authored-by: kosayoda <[email protected]> Co-authored-by: ks129 <[email protected]> Co-authored-by: Leon Sand├©y <[email protected]> Co-authored-by: Leon Sand├©y <[email protected]> Co-authored-by: MarkKoz <[email protected]> Co-authored-by: Matteo Bertucci <[email protected]> Co-authored-by: Sebastiaan Zeeff <[email protected]> Co-authored-by: Sebastiaan Zeeff <[email protected]> Co-authored-by: vcokltfre <[email protected]>