about summary refs log tree commit diff
path: root/hosts/common/server/prometheus.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prometheus: scrap more endpointsFranck Cuny2022-03-111-0/+30
|
* backups: spread them so they don't clashFranck Cuny2022-03-071-0/+1
| | | | | If they start running at the same time, they won't be able to succeed since there's a global lock on the repository.
* prometheus: backup the data directoryFranck Cuny2022-03-071-0/+14
|
* prometheus: scrap unifi poller on the correct IPFranck Cuny2022-03-061-1/+1
|
* prometheus: scrape from unifi-pollerFranck Cuny2022-03-061-31/+40
|
* prometheus: scrape nodeexporter for the rtrFranck Cuny2022-03-051-15/+24
|
* prometheus: relabel some machinesFranck Cuny2022-03-021-12/+20
| | | | | Don't use the IP from wireguard as the name of the host, let's map to the actual hostname.
* prometheus: initial configuration for the serverFranck Cuny2022-02-281-0/+29
Run prometheus via systemd, and configure to pull node-exporter's metrics from two hosts. The retention is set for 3 years.