about summary refs log tree commit diff
path: root/modules/services/monitoring/grafana.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete even more unused configurationsFranck Cuny2023-12-091-78/+0
|
* profiles/monitoring: a bunch of fixesFranck Cuny2023-05-121-1/+1
|
* profiles/loki: fix a few configuration errorsFranck Cuny2023-05-121-1/+1
|
* profile/acme: default DNS provider is gandiFranck Cuny2023-05-081-8/+3
| | | | | | | | | | Add the API key for gandi to the secrest, create a profile for acme with my defaults. The profile is loaded by tahoe since that's where our services are running on. Update all the servers in nginx to listen on their wireguard interface.
* hosts/tahoe: loki and prometheus listen only on the wg0 interfaceFranck Cuny2023-04-231-2/+2
| | | | | | | I don't want to have to deal with authentication and TLS certificates for these endpoints. If they are only listening on the wireguard interface I can trust that only authorized hosts are sending traffic to these endpoints. I trust what's running on these machines.
* modules/monitoring: consolidate all monitoring services togetherFranck Cuny2023-04-231-0/+83
This will help to organize and structure monitoring modules a bit better.