aboutsummaryrefslogtreecommitdiff
path: root/modules/services/monitoring/prometheus.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-09delete even more unused configurationsFranck Cuny1-168/+0
2023-05-09profiles/nginx: move common configuration to a profileFranck Cuny1-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.
2023-04-23hosts/tahoe: loki and prometheus listen only on the wg0 interfaceFranck Cuny1-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.
2023-04-23modules/monitoring: consolidate all monitoring services togetherFranck Cuny1-2/+2
This will help to organize and structure monitoring modules a bit better.
2023-04-05monitoring: small fixesFranck Cuny1-1/+0
2023-04-05modules/prometheus: fix IP addressesFranck Cuny1-29/+7
2023-01-15ref(modules/prometheus): don't backup the dataFranck Cuny1-2/+0
I don't care if I lose this data, and it's creating a lot of churn in the backups and consuming a lot of space.
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-24gitea: enable metric endpointFranck Cuny1-6/+0
Move configuration for the scraper into the gitea module itself.
2022-04-13traefik: remove the moduleFranck Cuny1-5/+0
2022-04-10add a module for backup with resticFranck Cuny1-14/+1
Do a single backup for the host, instead of running multiple ones.
2022-04-06prometheus: proper name for the optionFranck Cuny1-1/+1
2022-04-06refactor prometheus as a moduleFranck Cuny1-0/+188