about summary refs log tree commit diff
path: root/modules/services/prometheus/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modules/monitoring: consolidate all monitoring services togetherFranck Cuny2023-04-231-140/+0
| | | | | This will help to organize and structure monitoring modules a bit better.
* monitoring: small fixesFranck Cuny2023-04-051-1/+0
|
* modules/prometheus: fix IP addressesFranck Cuny2023-04-051-29/+7
|
* ref(modules/prometheus): don't backup the dataFranck Cuny2023-01-151-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.
* fix(fmt): correct formatting for all nix filesFranck Cuny2022-06-101-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>
* gitea: enable metric endpointFranck Cuny2022-04-241-6/+0
| | | | Move configuration for the scraper into the gitea module itself.
* traefik: remove the moduleFranck Cuny2022-04-131-5/+0
|
* add a module for backup with resticFranck Cuny2022-04-101-14/+1
| | | | Do a single backup for the host, instead of running multiple ones.
* prometheus: proper name for the optionFranck Cuny2022-04-061-1/+1
|
* refactor prometheus as a moduleFranck Cuny2022-04-061-0/+188