summaryrefslogtreecommitdiffstats
path: root/integrations/integrations.js
AgeCommit message (Collapse)Author
2023-10-02Regenerate integrations.js (#16062)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com> Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
2023-09-27Regenerate integrations.js (#16044)Netdata bot
Co-authored-by: Ancairon <Ancairon@users.noreply.github.com>
2023-09-21Regenerate integrations.js (#16011)Netdata bot
Co-authored-by: tkatsoulas <tkatsoulas@users.noreply.github.com>
2023-09-18Regenerate integrations.js (#15985)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-09-15Regenerate integrations.js (#15946)Netdata bot
Co-authored-by: ktsaou <ktsaou@users.noreply.github.com>
2023-08-25Regenerate integrations.js (#15879)Netdata bot
Co-authored-by: ktsaou <ktsaou@users.noreply.github.com>
2023-08-22Regenerate integrations.js (#15867)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-08-21Regenerate integrations.js (#15862)Netdata bot
Co-authored-by: ktsaou <ktsaou@users.noreply.github.com>
2023-08-08Regenerate integrations.js (#15772)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-08-08Regenerate integrations.js (#15764)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-08-08Regenerate integrations.js (#15760)Netdata bot
Co-authored-by: ktsaou <ktsaou@users.noreply.github.com>
2023-08-04Regenerate integrations.js (#15751)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-08-03Regenerate integrations.js (#15728)Netdata bot
Co-authored-by: Ancairon <Ancairon@users.noreply.github.com>
2023-08-02Regenerate integrations.js (#15717)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-08-02Regenerate integrations.js (#15713)Netdata bot
Co-authored-by: sashwathn <sashwathn@users.noreply.github.com>
2023-08-02Regenerate integrations.js (#15709)Netdata bot
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
2023-08-02Regenerate integrations.js (#15705)Netdata bot
Co-authored-by: Ferroin <Ferroin@users.noreply.github.com>
2023-08-02Assorted fixes for integrations templates. (#15702)Austin S. Hemmelgarn
* Fix missing endif in template. * Add h2 to setup template. * Reduce duplication within the troubleshooting template. * Add missing troubleshooting section for agent notifications. * Fix path checking in troubleshooting template.
2023-08-02Regenerate integrations.js (#15695)Netdata bot
Co-authored-by: Ferroin <Ferroin@users.noreply.github.com>
2023-08-01Add initial tooling for generating integrations.js file. (#15406)Austin S. Hemmelgarn
* Fix link tags in deploy. * Add initial tooling for generating integrations.js file. * Skip integrations directory for eslint. * Add README to explain how to generate integrations.js locally. * Fix ID/name for top-level categories. * Deduplicate categories entries. * Properly render related resources information. * Warn on and skip bad references for related resources. * Add CI workflow to rebuild integrations as-needed. * Add integrations.js to build artifacts. * Fix actionlint complaints. * Assorted template fixes. * Add script to check collector metadata. * Add default categories for collectors when they have no categories. * Fix template formatting issues. * Link related resources properly. * Skip more sections in rendered output if they are not present in source data. * Temporarily skip config syntax section. It needs further work and is not critical at the moment. * Fix metrics table rendering. * Hide most overview content if method_description is empty. * Fix metrics table rendering (again). * Add detailed description to setup options section. * Fix detailed description handling for config options. * Fix config example folding logic. * Fix multi-instance selection. * Properly fix multi-instance selection. * Add titles for labels and metrics charts. * Include monitored instance name in integration ID. This is required to disambiguate some ‘virtual’ integrations. * Indicate if there are no alerts defined for an integration. * Fix multi-instance in template. * Improve warning handling in script and fix category handling. * Hide debug messages by default. * Fix invalid category name in cgroups plugin. * Completely fix invalid categories in cgroups plugin. * Warn about and ignore duplicate integration ids. * Flag integration type in integrations list. * Add configuration syntax samples. * Fix issues in gen_integrations.py * Validate categories.yaml on load. * Add support for handling deployment information. * Fix bugs in gen_integrations.py * Add code to handle exporters. * Add link to integrations pointing to their source files. * Fix table justification. * Add notification handling to script. Also tidy up a few other things. * Fix numerous bugs in gen_integrations.py * remove trailing space from deploy.yaml command * make availability one column * Switch back to multiple columns for availability. And also switch form +/- to a dot for positive and empty cell for negative. * Render setup description. * Fix platform info rendering in deploy integrations. * Fix sourcing of cloud-notifications metadata. * Fix rendering of empty metrics. * Fix alerts template. * Add per-instance templating for templated keys. * Fix go plugin links. * Fix overview template. * Fix handling of exporters. * Fix loading of cloud notification integrations. * Always show full collector overview. * Add static troubleshooting content when appropriate. * Assorted deploy integration updates. * Add initial copy of integrations.js. --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>