nbari
nbari
Add [prometheus](https://prometheus.io/) support to get metrics from sites instead of logging to X site so that grafana later could be used to complement the alerts
When using cloudflare if page is unavailable a web page is present with a 520 code. having something like ``` if_body: any string action: xxxxx ``` could be useful
This is probably due the loop to check the Threshold. `a_test.go:13: Expected: ERROR attempting to send email: "i eat errors" (type string) Got: (type string) in /Users/nbari/projects/go/src/github.com/epazote/epazote/mailman_test.go:237`
While scanning a dir for services: ``` /path/to/dir/ service 1.yml service 2.yml ``` if `service 2.yml` is removed also remove it from the scheduler.
Hi, I am currently installing the extension from https://github.com/pksunkara/pgx_ulid/releases (thanks :+1: ) but you could please add a checksum file, in my case when automating the deployment (ansible) I have...
in the config add options like: ``` --- hosts: test: endpoint: xxxx access_key: xxxx secret_key: xxx enc_key: enc_type: chacha2020 compress: y #
I want to compress a file as fast as possible (this will probably help using [multithread](https://docs.rs/zstd/latest/zstd/stream/write/struct.Encoder.html#method.multithread)), but also I want the same result when decompression. But I found this https://github.com/gyscos/zstd-rs/issues/266...
Any idea about how to upgrade without doing `DROP EXTENSION ulid;` ``` cannot drop extension ulid because other objects depend on it DETAIL: column id of table tokens depends on...