Andrei Belov

Results 87 comments of Andrei Belov

For the reference - https://github.com/nginx/nginx-prometheus-exporter/pull/979.

@xmapst I had an attempt to use it on arm64 linux but faced a few issues and wasn't able to make it work - https://github.com/xmapst/watchmaker/pull/1 (going to try on amd64...

@xmapst works on amd64 with the same test go code from the above link: ![Image](https://github.com/user-attachments/assets/5274d931-1044-4e15-8718-20eb5cc3e56e) Pasting code here for the reference: ```golang package main import "fmt" import "time" func main()...

Confirmed to work with ZBDongle-P which previously threw the exception.

@rodrigocabraln there is no package of nginx-amplify-agent for Ubuntu 24.04 at this point, but you can try to install the [python3-daemon](https://packages.ubuntu.com/noble/python3-daemon) package which is providing the missing functionality (based on...

@rodrigocabraln @enfolded @maqmigh @eric9876-git appreciate some testing here - https://github.com/nginxinc/nginx-amplify-agent/pull/119

Native package for 24.04 is now available (see https://github.com/nginxinc/nginx-amplify-agent/pull/119), so closing this one.

@UnKulMunki I came across this issue while investigating another one I'm having with `podman-compose`, but not with `docker-compose`. I have a couple of YAMLs describing a set of services, and...

@muayyad-alsadi `-d` 1) won't allow to get exit code from specified container, 2) will exit immediately - such behavior will require additional logic around implementing extra "wait until it's done"...

Also, with recent auto re-resolving support in nginx/foss, the `resolver-addresses` should be supported for NIC with nginx/foss installations as well: https://blog.nginx.org/blog/dynamic-dns-resolution-open-sourced-in-nginx