summaryrefslogtreecommitdiffstats
path: root/integrations
AgeCommit message (Collapse)Author
2024-03-27Regenerate integrations.js (#17273)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-03-27add additional fields to webhook reachability notifications (#17271)Juan Cañete
2024-03-27Regenerate integrations.js (#17268)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-03-26Regenerate integrations.js (#17261)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-03-26docs: update pagerduty meta (#17264)Ilya Mashchenko
2024-03-26include reachability alert fields (#17258)Juan Cañete
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-03-12Document new field on PagerDuty cloud integration (#17149)Juan Cañete
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-03-05Regenerate integrations.js (#17107)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-02-26Regenerate integrations.js (#17063)Netdata bot
Co-authored-by: tkatsoulas <12612986+tkatsoulas@users.noreply.github.com>
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-21Regenerate integrations.js (#17039)Netdata bot
Co-authored-by: Ancairon <70198089+Ancairon@users.noreply.github.com>
2024-02-20Regenerate integrations.js (#17034)Netdata bot
Co-authored-by: Ancairon <70198089+Ancairon@users.noreply.github.com>
2024-02-20Documentation changes, new files and restructuring the hierarchy (#17014)Fotis Voutsas
* docs additions * docs from writerside, not to be published in this state, links need work and Learn map needs to include them * rename some files to reduce repetition on filenames * use new packaging documentation and replace links to old * change learn-rel-path to new category names * replace configuration file with new one, add conf directory section to it, and replace links to point to that * linkfix * run integrations pipeline to get new links * catoverpage * fix writerside style links * addition in on-prem mention * comment out mermaid problematic line * change path of alerting integrations docs for Learn * fix * fixes * fix diagrams
2024-02-12Move web/ under src/ (#16992)vkalintiris
2024-02-08Regenerate integrations.js (#16974)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-02-08Regenerate integrations.js (#16955)Netdata bot
Co-authored-by: stelfrag <52996999+stelfrag@users.noreply.github.com>
2024-02-08necessary changes for integrations to work after moving collectors/ i… ↵Fotis Voutsas
(#16966)
2024-02-08Move collectors/ under src/ (#16965)vkalintiris
2024-02-07Fix path in health integrations (#16956)Fotis Voutsas
fix path
2024-02-07Move health/ under src/ (#16954)vkalintiris
* Move health/ under src/ * Update references to health paths. ``` find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \; ``` * Update .git{,hub} refs to health.
2024-02-05Regenerate integrations.js (#16934)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2024-02-05Exporting moved, so changes needed for integrations, + CODEOWNERS change ↵Fotis Voutsas
(#16932)
2024-02-05Regenerate integrations.js (#16930)Netdata bot
Co-authored-by: vkalintiris <vkalintiris@users.noreply.github.com>
2024-02-05Move exporting/ under src/ (#16913)vkalintiris
2024-02-01Regenerate integrations.js (#16886)Netdata bot
Co-authored-by: vkalintiris <vkalintiris@users.noreply.github.com>
2024-02-01Create a top-level directory to contain source code. (#16896)vkalintiris
* Move ML under src * Move spwan under src * Move cli/ under src/ * move registry/ under src/ * move streaming/ under src/ * Move claim under src. Update docs * Move database/ under src/ * Move libnetdata/ under src/ * Update references to libnetdata * Fix logsmanagement includes * Update generated script path.
2024-01-31highlight Challenge Secret title to be more visible (#16882)Juan Cañete
2024-01-30Setup sentry-native SDK. (#16798)vkalintiris
* Setup sentry-native SDK. * Integrate Sentry into our CI Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * minor fix Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Include sentry field to the build matrix Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Update the bundle_sentry flag for all the distros Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * more changes Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * NON mergeable change Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * . Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Enable fetch content. * Abort in profile plugin * Update plugin_profile.cc * NON MERGABLE COMMIT, just for testing purposes * NON MERGEABLE CHANGE, jsut for testing purposes * Bump * Use breakpad backend * Multiple changes - Make DSN variable that we read from the CI from the CI - Upload debug symbols - Fix packaging workflow; include new env vars & fix shecllchecks Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Modify sentry dif command * fix merge conf Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix merge conflict * Undo file prefix map. * Fix typo * Cleanup stuff. * Add 256-checksum * Renable ML for debs * Finalize CI changes Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Update rules * final touches Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * merge the two if, no point to have them sep Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Update contrib/debian/rules Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> * Update contrib/debian/rules Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> * Add license * Enable sentry for debian 12. * Update .github/workflows/packaging.yml Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
2024-01-25Regenerate integrations.js (#16835)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2024-01-24adds docs for cloud MS Teams integration (#16834)Konstantinos Papazacharopoulos
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-01-15Regenerate integrations.js (#16792)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2024-01-08Regenerate integrations.js (#16739)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2024-01-08change get kickstart url to https://get.netdata.cloud/kickstart.sh (#16738)Ilya Mashchenko
2024-01-04Regenerate integrations.js (#16728)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2024-01-02Regenerate integrations.js (#16716)Netdata bot
Co-authored-by: sashwathn <sashwathn@users.noreply.github.com>
2024-01-02Add the Mobile App notification Integration (#16715)Satyadeep Ashwathnarayana
* Add the Mobile App notification Integration Add the Mobile App notification Integration * Update metadata.yaml Fix trailing spaces error * Update metadata.yaml Fixing trailing spaces error
2023-12-19Regenerate integrations.js (#16595)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-12-13fix: use black version icon for Splunk in order to make it visible (#16593)Juan Cañete
2023-12-12Regenerate integrations.js (#16587)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-12-12Adds docs for Splunk cloud notifications (#16586)Juan Cañete
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-12-12Update categories.yaml to add Logs (#16582)Satyadeep Ashwathnarayana
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-12-06Regenerate integrations.js (#16536)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-12-01Regenerate integrations.js (#16500)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-11-28add /var/log mount to docker (#16496)Ilya Mashchenko
* expand Privileges/Mounts by default * add /var/log mount to docker readme * add /var/log mount to deploy.yaml
2023-11-27Regenerate integrations.js (#16442)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-11-17Regenerate integrations.js (#16431)Netdata bot
Co-authored-by: tkatsoulas <tkatsoulas@users.noreply.github.com>
2023-11-17Adds config info for Telegram cloud notification (#16424)Juan Cañete
* Adds config info for Telegram cloud notification * Update integrations/cloud-notifications/metadata.yaml Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> * Update integrations/cloud-notifications/metadata.yaml Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> --------- Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
2023-11-17Regenerate integrations.js (#16430)Netdata bot
Co-authored-by: ktsaou <ktsaou@users.noreply.github.com>
2023-11-14Regenerate integrations.js (#16409)Netdata bot
Co-authored-by: thiagoftsm <thiagoftsm@users.noreply.github.com>