You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start uWSGI process with uwsgi -s /tmp/test.sock --stats /tmp/stats-test.sock
Add the needed telegraf input to the config (see Relevant telegraf.conf).
Run telegraf with telegraf --config telegraf.conf --input-filter uwsgi --test
Expected behavior:
I would expect the output as documented.
Actual behavior:
The following output is given:
2019-12-06T12:59:04Z I! Starting Telegraf 1.12.6
2019-12-06T12:59:04Z E! [inputs.uwsgi] Error in plugin: dial unix: missing address
2019-12-06T12:59:04Z E! [telegraf] Error running agent: One or more input plugins had an error
Additional info:
I tried the TCP socket as well (uwsgi -s /tmp/test.sock --stats :1337 + servers = ["tcp://localhost:1337"]) and this works correctly.
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf:
System info:
Steps to reproduce:
uwsgi -s /tmp/test.sock --stats /tmp/stats-test.sock
telegraf --config telegraf.conf --input-filter uwsgi --test
Expected behavior:
I would expect the output as documented.
Actual behavior:
The following output is given:
Additional info:
I tried the TCP socket as well (
uwsgi -s /tmp/test.sock --stats :1337
+servers = ["tcp://localhost:1337"]
) and this works correctly.The text was updated successfully, but these errors were encountered: