aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Log the result of the status embed request (#215)Gravatar jchristgit2024-04-14-1/+1
| | | Allow us to debug the issue raised in #214.
* Add a users roleGravatar Johannes Christ2024-04-13-1/+33
| | | | | | | | The new `pydis-users` role allows us to manage user accounts and move away from the root user setup script, eventually locking down SSH access to the root user. Joe, Chris and me have been added as users.
* Copy root bashrc from skelGravatar Johannes Christ2024-04-12-0/+1
|
* Configure SSH daemon options in unit dropinGravatar Johannes Christ2024-04-12-9/+20
| | | | | | Disable password authentication and root logins and use a configuration file that is independent of the `sshd_config` that `apt` itself will modify on upgrades.
* Install unattended-upgrades on our nodesGravatar Johannes Christ2024-04-12-0/+8
|
* Bump idna from 3.6 to 3.7 (#210)Gravatar dependabot[bot]2024-04-12-3/+3
| | | | | | | | | | | | | | | Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Enable scraping of Loki and Loki Canary podGravatar Joe Banks2024-04-10-0/+11
| | | | | | Adds the necessary Pod annotations (prometheus.io/scrape, etc.) to pods to have Prometheus service discovery automatically pick up on them and start scraping.
* Document loki values fileGravatar Joe Banks2024-04-10-2/+20
|
* Document alloy values fileGravatar Joe Banks2024-04-10-1/+11
|
* Add Loki Helm valuesGravatar Joe Banks2024-04-10-0/+46
|
* Add Alloy Helm valuesGravatar Joe Banks2024-04-10-0/+69
|
* Add logging documentationGravatar Joe Banks2024-04-10-0/+25
|
* Add /tmp volume to Grafana for plugin installGravatar Joe Banks2024-04-10-0/+5
|
* Add Explore Logs plugin to GrafanaGravatar Joe Banks2024-04-10-0/+3
|
* Bump Grafana and enable new featuresGravatar Joe Banks2024-04-10-2/+2
|
* Expand permission checks for GrafanaGravatar Joe Banks2024-04-10-1/+1
|
* Remove custom postgres-exporter queriesGravatar Chris Lovering2024-04-09-11/+0
| | | | These feature has been deprecated by postgres-exporter, and the only query currently defined in our file didn't work anyway.
* Enable sticky session cookie for AlertManagerGravatar Joe Banks2024-04-09-0/+5
| | | | Add a session cookie to AlertManager to always route requests to the same instance
* Bump ruff from 0.3.4 to 0.3.5 (#203)Gravatar dependabot[bot]2024-04-08-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Exclude HTTP 444 from 4XX alerts as it is manually sentGravatar Joe Banks2024-04-04-1/+1
|
* Return HTTP 444 on HEAD requests to pinnwandGravatar Joe Banks2024-04-04-0/+5
| | | | This is a special code handled by NGINX to close the connection
* enable some grafana feature flagsGravatar Joe Banks2024-04-02-1/+1
|
* fix EOF in django alerts fileGravatar Joe Banks2024-04-02-1/+1
|
* update routing configuration for alertmanagerGravatar Joe Banks2024-04-02-1/+9
|
* 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
|
* Add PagerDuty to AlertManager channelsGravatar Joe Banks2024-04-01-14/+17
|
* Support port pretty names as well as integer ports for SDGravatar Joe Banks2024-04-01-1/+41
|
* Temporarily ignore the off topic channels for duckpond (#200)Gravatar ChrisJL2024-04-01-0/+1
|
* Bump ansible from 9.3.0 to 9.4.0 (#199)Gravatar dependabot[bot]2024-04-01-13/+10
| | | | | | | | | | | | | | | Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 9.3.0 to 9.4.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/9.3.0...9.4.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Increase King Arthur memoryGravatar Joe Banks2024-04-01-4/+4
|
* Bump Grafana version to fix Loki queryingGravatar Joe Banks2024-03-31-1/+1
|
* Make Kubernetes user creation script Linux friendly (#195)Gravatar Joe Banks2024-03-26-2/+3
|
* Bump black from 24.1.1 to 24.3.0 (#192)Gravatar dependabot[bot]2024-03-24-23/+26
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.3.3 to 0.3.4 (#193)Gravatar dependabot[bot]2024-03-25-20/+20
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump pre-commit from 3.6.2 to 3.7.0 (#194)Gravatar dependabot[bot]2024-03-24-5/+5
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.3.2 to 0.3.3 (#191)Gravatar dependabot[bot]2024-03-17-20/+20
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump azure/setup-kubectl to v4.0.0Gravatar Chris Lovering2024-03-11-1/+1
| | | | a v4 tag doesn't exist on the repo, see https://github.com/Azure/setup-kubectl/issues/100
* Bump ruff from 0.3.0 to 0.3.2 (#189)Gravatar dependabot[bot]2024-03-11-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.0...v0.3.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump azure/k8s-set-context from 3 to 4 (#190)Gravatar dependabot[bot]2024-03-11-1/+1
| | | | | | | | | | | | | | | Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 3 to 4. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump dnspython from 2.5.0 to 2.6.1 (#185)Gravatar dependabot[bot]2024-03-04-10/+10
| | | | | | | | | | | | | | | | Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ansible from 9.2.0 to 9.3.0 (#188)Gravatar dependabot[bot]2024-03-04-9/+9
| | | | | | | | | | | | | | | Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 9.2.0 to 9.3.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.2.2 to 0.3.0 (#187)Gravatar dependabot[bot]2024-03-04-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.3.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>