about summary refs log tree commit diff
path: root/modules/services/monitoring/prometheus.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete even more unused configurationsFranck Cuny2023-12-091-168/+0
|
* profiles/nginx: move common configuration to a profileFranck Cuny2023-05-091-0/+11
| | | | | | Both tahoe and carmel are using nginx, and we can simplify the configuration by moving common parts to the profile and have these hosts import it.
* hosts/tahoe: loki and prometheus listen only on the wg0 interfaceFranck Cuny2023-04-231-0/+17
| | | | | | | 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/+140
This will help to organize and structure monitoring modules a bit better.