Alex Efros
                                            Alex Efros
                                        
                                    > I don't think you need to open it with write flag. Why? As far as I understand, we just need to check if it exists - `os.Stat()`. Nope. It's...
The reason why windows build is failed: `github.com/netdata/netdata/go/plugins/plugin/go.d/modules/runit: build constraints exclude all Go files in D:\a\netdata\netdata\src\go\plugin\go.d\modules\runit`. As runit does not work on windows such build constraints looks valid to me....
> Hey, @powerman. Please open one issue with all your suggestions. Sorry, I don't get it. These suggestions are not related, they should be handled independently, some may be accepted...
Hmm. To me it's a different thing. `docker exec /etc/netdata/edit-config` works okay. But with `WORKDIR` set `docker exec ./edit-config` will work.
Good idea! But it won't make WORKDIR change useless - when in a container if you're in `/etc/netdata` then you can use shell auto-complete for existing config files. So, to...
FWIW Here is one-liner example to debug plugins in docker: ```sh sudo -u netdata -EH env -C /usr/libexec/netdata/plugins.d ./go.d.plugin -d -m nvidia_smi ``` Maybe worth to add it somewhere in...