Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-05 | waybar: fix colors for the workspaces | Franck Cuny | 1 | -9/+9 | |
2022-04-04 | dashboard: remove ping metrics | Franck Cuny | 1 | -96/+3 | |
We're using the ones from the prober | |||||
2022-04-04 | prometheus: fix configuration | Franck Cuny | 1 | -3/+1 | |
2022-04-04 | prometheus: we need to specify the IP protocol | Franck Cuny | 1 | -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" ``` | |||||
2022-04-04 | prometheus: I'll get this right this time | Franck Cuny | 1 | -5/+3 | |
2022-04-04 | prometheus: set the scheme for the URLs | Franck Cuny | 1 | -5/+5 | |
2022-04-04 | prometheus: add scraper for HTTP | Franck Cuny | 1 | -0/+28 | |
2022-04-04 | prometheus: configure correctly the blackbox | Franck Cuny | 1 | -10/+23 | |
2022-04-04 | prometheus: attempt to configure blackbox exporter | Franck Cuny | 1 | -0/+34 | |
2022-04-04 | dashboard: more update for traefik | Franck Cuny | 1 | -452 |