Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dnscontrol/dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ var cnames = {
"buildbot": "build03",
"darwin-build-box": "darwin01",
"docker": "zimbatm.docker.scarf.sh.", // Used by nix-community/nixpkgs-docker
"grafana": "web01",
"hydra": "build03",
"landscape": "build03",
"nixpkgs-update-cache": "build02",
Expand Down
1 change: 0 additions & 1 deletion docs/other-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DNS is managed by dnscontrol in this [file](https://github.com/nix-community/inf
#### Monitoring

- [alertmanager.nix-community.org/](https://alertmanager.nix-community.org/)
- [grafana.nix-community.org/](https://grafana.nix-community.org/)
- [prometheus.nix-community.org/](https://prometheus.nix-community.org/)

#### nur-update
Expand Down
7 changes: 3 additions & 4 deletions hosts/web01/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
grafana-client-secret: ENC[AES256_GCM,data:GRuUZDMzzCD+iB/r4fCLG4hkWzLGrKqokm2hpMerV1X6Dn4e2PzVcQ==,iv:X7f+hLCo/cLUBRH2Yilgn5PwzN//RmIfBaVcL6US6Mg=,tag:CdUB4mXMnTBwVM7I38mfrA==,type:str]
nix-community-matrix-bot-token: ENC[AES256_GCM,data:rUi+deMQLcD0LnzpZqeezdbtwZNhHwUWMv5KlEBfWcWqJ3cZIV66G6L5MJ7v4b0r7OKrVSpQDinb+UXALO975OMr9L6EvO4Lx1RMxA==,iv:7ljmHi+P9cVVyJhpqyVvaAVy4ledqYFuqjX71J8fCk8=,tag:dAX+cJZbZ+1T9OHT57wxhA==,type:str]
oauth2-proxy-key-file: ENC[AES256_GCM,data:HaW/nIfUdrilacO9JzsEvOA+pxZ4RKxJUN8jHSEyy50g8//RRpflR+fLXZoaAOV9hE7ztWa39EqTxGAi0AKWUCrS0v72NfI+WVfsdEOifQrkPFh67fRlD7xTDDVB6hmP4JczIpu+3kGJhZm5KuQ7bNeaf6PJF1QKQ+gXYeXR3NAszfoObRq+SYR4CmA=,iv:HELIcLH/2+ve5xT3VDXClVwGHMSyLmVfJcZ/RWD/x64=,tag:5NiDA1vketWZjE5NlaQE+A==,type:str]
sops:
Expand Down Expand Up @@ -58,7 +57,7 @@ sops:
L0hzZHR0VGt2Z2JYbUZSbU1qZ21aVDgK/gMacQv99ossbA2XfhNUjwGDRhHYrAut
AGr4DcIYXrofJry/sH5w7ieFNuy60939k8FWa94zBoMLsyZk75tyUQ==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2024-12-19T00:50:17Z"
mac: ENC[AES256_GCM,data:SAoTmNYsrFjyu/z2I75WIHtSv4KSA3OMBaw8CwmW+vpUbLx9chHiJlO4j4XRD50iddDu3LLtXDtSWq3ESiUVlpmOXLnhiIpMGptZjYJmLqT4D4B4pMcjOixUG/At/nkuY/3qaVhqan5f/mX6lwsJJAswNpVe8OeEw7NNUW9BQVA=,iv:SdX2bp7cyIQ+rhLIexeK6SzbyDnuQXrjBai5gFW8qMw=,tag:yn6mi65mbXBnza1NgZSx1w==,type:str]
lastmodified: "2026-02-14T04:32:24Z"
mac: ENC[AES256_GCM,data:lxXJZmRC5sel6FrHyy2SnNtOJ54MqjdJjUrooRZJEozHSl3UhHG2L7Yng4wzM7l2iJr+h05mdJj34P8BeyJH/DToqTJTf+bBH/NKTDZs0tvLwoABjGu5UoyHopW2AFKN7rhnU1CmedezZQ6HSG0G0hHw4l7sg/3XEkbnHncphuM=,iv:NzHpRi68COWvVq1ihIY6VUvzlyHLG+BzIpdLqdGDR20=,tag:ElKIYiR+piLImxBxv5/LvA==,type:str]
unencrypted_suffix: _unencrypted
version: 3.9.2
version: 3.11.0
7 changes: 0 additions & 7 deletions modules/nixos/monitoring/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
imports = [
inputs.srvos.nixosModules.roles-prometheus
./alert-rules.nix
./grafana.nix
./matrix-hook.nix
./oauth2-proxy.nix
./prometheus.nix
Expand All @@ -13,12 +12,6 @@
services.nginx.virtualHosts."alertmanager.nix-community.org" = {
locations."/".proxyPass = "http://localhost:9093/";
};
services.nginx.virtualHosts."grafana.nix-community.org" = {
locations."/" = {
proxyPass = "http://localhost:3000/";
proxyWebsockets = true;
};
};
services.nginx.virtualHosts."prometheus.nix-community.org" = {
locations."/".proxyPass = "http://localhost:9090/";
};
Expand Down
73 changes: 0 additions & 73 deletions modules/nixos/monitoring/grafana.nix

This file was deleted.