about summary refs log tree commit diff
path: root/hosts/common/server/prometheus.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prometheus: fix configurationFranck Cuny2022-04-041-3/+1
|
* prometheus: we need to specify the IP protocolFranck Cuny2022-04-041-1/+5
| | | | | | | | If we don't, by default we try over ipv6, and this is not going to work well for us (yet): ``` ts=2022-04-05T01:39:13.830414184Z caller=main.go:130 module=https_2xx target=https://notes.fcuny.net level=error msg="Error for HTTP request" err="Get \"https://[2a09:8280:1::a:2aed]\": dial tcp [2a09:8280:1::a:2aed]:443: connect: network is unreachable" ```
* prometheus: I'll get this right this timeFranck Cuny2022-04-041-5/+3
|
* prometheus: set the scheme for the URLsFranck Cuny2022-04-041-5/+5
|
* prometheus: add scraper for HTTPFranck Cuny2022-04-041-0/+28
|
* prometheus: configure correctly the blackboxFranck Cuny2022-04-041-10/+23
|
* prometheus: attempt to configure blackbox exporterFranck Cuny2022-04-041-0/+34
|
* prometheus: stop scraping the NASFranck Cuny2022-03-261-4/+2
| | | | we're shutting it down!
* prometheus: scrape gitea metricsFranck Cuny2022-03-131-0/+6
|
* 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.