Skip to content

Commit

Permalink
Add postgresql (#163)
Browse files Browse the repository at this point in the history
* feat: add postgresql

* feat: add grafana dashbaord, fix exporter
  • Loading branch information
ryan4yin authored Sep 3, 2024
1 parent a1789ee commit cf34ea0
Show file tree
Hide file tree
Showing 6 changed files with 3,323 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hosts/idols-aquamarine/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}: let
hostCommonConfig = ''
encode zstd gzip
tls ${../../certs/ecc-server.crt} ${config.age.secrets."certs/ecc-server.key".path} {
tls ${../../certs/ecc-server.crt} ${config.age.secrets."caddy-ecc-server.key".path} {
protocols tls1.3 tls1.3
curves x25519 secp384r1 secp521r1
}
Expand Down
5 changes: 5 additions & 0 deletions hosts/idols-aquamarine/grafana/dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
## Kubevirt

1. https://github.com/kubevirt/monitoring/tree/main/dashboards/grafana


## Databases

1. https://grafana.com/grafana/dashboards/9628-postgresql-database/
Loading

0 comments on commit cf34ea0

Please sign in to comment.