summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/openvpn
AgeCommit message (Collapse)Author
2024-07-02restructure go.d (#18058)Ilya Mashchenko
* restruture go.d * update gitignore * update ci files * update gen_docs_integrations.py * update link in go.d conf files * update go.d modules metadata files * update metadata files * update packaging * add log files * integrations commit * update get-go-version.py * go fmt * fix packaging * update go.d readme --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
2024-06-24Regenerate integrations.js (#18006)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-06-14Regenerate integrations.js (#17897)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-05-21PR to change absolute links to relative (#17720)Fotis Voutsas
2024-05-19go.d fix some JB code inspection issues (#17702)Ilya Mashchenko
2024-05-17go.d dyncfg add userconfig action (#17684)Ilya Mashchenko
2024-05-15files movearound (#17653)Fotis Voutsas
2024-03-27go.d: dyncfg: allow "name" additional property (#17272)Ilya Mashchenko
2024-03-27go.d: config schemas update: prohibit additional properties (#17269)Ilya Mashchenko
2024-03-14go.d.plugin: jsonschema allow array/object to be null (#17166)Ilya Mashchenko
2024-03-05Regenerate integrations.js (#17107)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-03-05fix links in go.d.plugin (#17108)Ilya Mashchenko
2024-03-05go.d.plugin dyncfgv2 (#17064)Ilya Mashchenko
2024-02-26Fix links pointing to old go.d repo and update the integrations (#17040)Fotis Voutsas
* staging test * replace links and re-run integrations scripts
2024-02-26Regenerate integrations.js (#17061)Netdata bot
Co-authored-by: Ferroin <905151+Ferroin@users.noreply.github.com>
2024-02-26Integrate Go plugin with build system. (#17005)Austin S. Hemmelgarn
* Integrate Go plugin with build system. * Fix Debian packaging rules. * Add FreeBSD support to Go toolchain handling. * Add Go ldflags handling. * Fix version detection when GCCGO is used. * Fix Go ldflags handling. * Correctly fix Go toolchain version detection. * Properly mark Go as a required dependency in CMake. * Disable VCS stamping as it does not work correctly on some platforms. * Autodetect minimum required Go version from go.mod files. This allows us to avoid needing to update the CMakeLists.txt file when the required version changes in a Go component’s go.mod file. * Prefix GoTools module name with Netdata to ensure we get our local module. * Update integrations code to use new Go plugin location. * Remove old go packaging files. * keep old logic for initial cleanup that is working * Re-sync Go plugin sources. * Fix search order for finding Go toolchain. * update module name * fix /usr/local/go overwrite condition --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-02-13Include Go plugin sources in main repository. (#16997)Austin S. Hemmelgarn
* Include Go plugin sources in main repository. * Fix CI issues. * Rename source tree.