darkl0rd

Results 23 comments of darkl0rd

Similar situation, about 80 postgres databases (docker containers), which are being monitored by a barman prometheus exporter I wrote, this exporter simply runs barman check for each instance and parses...

Besides proxies in a corporate network, another, these days also very common use-case would be self-hosted S3 compatible services such as for example Minio. When hosting a minio instance behind...

This is particularly annoying when trying to scrape data from tables which only exist in user databases. The query will also be attempted on the ‘postgres’ database itself, where the...

Thanks for the suggestion, this is what I ended up doing. Curious though, is there any ongoing development on Swarmkit? Or is it (mostly) abandoned due to Kubernetes? Sent from...

I require to run some containers on the same host (pod-like behavior). Use cases are local volume-sharing, socket sharing, or for example simply ensuring that the database sits on the...

I've just started using mtail, but this one of the first things that confused me. I noticed all my counters in prometheus went missing when there are no matches (thus...

On contrary to my original post, when I just found out about the problem, I've found out that it actually happens at random, not on container restarts / log rotation....

No, it uses my own base image (ubuntu:18.04), adds mtail to /usr/local/bin, copies my progs and starts mtail; nothing fancy, no weird options passed to mtail or anything. I think...

I read that too - but in my case the client is the 'host', as they are bind mounts. There are 2 other containers (minio, nginx) also reading from the...

Over the past few days I have found out that it always correlates with the following event in syslog: ``` 2021-05-04T17:50:38.131712+00:00 xxx systemd-networkd[5250]: eth0: Configured 2021-05-04T17:50:38.146945+00:00 xxx systemd[1]: Started ntp-systemd-netif.service....