Pēteris Caune
Results
42
issues of
Pēteris Caune
### Bug description My `/etc/netdata/python.d/haproxy.conf`: ``` socket: '/var/run/haproxy/admin.sock' ``` If I run the following command: ``` /usr/libexec/netdata/plugins.d$ ./python.d.plugin haproxy ``` Then I see metrics scrolling by, so I assume the...
bug
needs triage
uwsgi.ini for a minimal repro case: ``` [uwsgi] http = 127.0.0.1:8000 hook-pre-app = exec:./does-not-exist attach-daemon = sleep 5 ``` Output: ```$ uwsgi uwsgi.ini [uWSGI] getting INI configuration from uwsgi.ini ***...