0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-03 04:55:33 +00:00
Commit graph

23 commits

Author SHA1 Message Date
Fotis Voutsas
dfcf47e4cc
Ιmplementation to add logs integrations () 2024-10-16 14:37:25 +03:00
Fotis Voutsas
0ab7826301
Remove the overview section from cloud notif. integrations ()
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-10-14 08:23:50 +00:00
Fotis Voutsas
65a94cde3f
Windows deploy metadata ()
* deploy meta, WINDOWS-INSTALLER markdwon changes and deploy template changes

* multiline command

* de-hardcode nighlty version

* note for beta and nightly availability

* note for paid win installer

* frontend does not support blockquotes and bold, make it one sentence

* reorder

* remove dup

* reword
2024-10-10 08:24:51 +03:00
Fotis Voutsas
f89746e595
Add link to meta section on integrations template () 2024-10-08 10:34:46 +03:00
Ilya Mashchenko
0072210050
go.d docs: add a note that debug mode not supported for Dyncfg jobs () 2024-08-19 21:33:30 +03:00
Ilya Mashchenko
74f8efd9af
docs: add Troubleshoot->Getting Logs section to collectors () 2024-06-24 20:02:11 +03:00
Ilya Mashchenko
d9c807e23c
integrations make <details> open ()
integrations details open
2024-06-14 15:51:27 +03:00
Fotis Voutsas
d3ff7e9818
PR to change absolute links to relative () 2024-05-21 12:58:32 +03:00
Fotis Voutsas
effe8e6f26
files movearound () 2024-05-15 10:01:46 +03:00
Hugo Valente
d9c5f20458
add Okta SSO integration ()
* add Okta SSO integration

* add Okta SSO integration

* add new authentication integration logic to the generation script

* apply Ilya's edits

* Apply suggestions from code review

* Update integrations/cloud-authentication/metadata.yaml

* Update okta_sso.md

---------

Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-04-10 12:00:48 +03:00
Fotis Voutsas
f27f4f714a
Documentation changes, new files and restructuring the hierarchy ()
* 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-20 09:08:46 +02:00
Austin S. Hemmelgarn
8934a18ce4
Add integrations JSON file for website usage. ()
* Add generation of JSON integrations data.

* Clean up generated data for JSON file.

* Properly clean up deploy entry info.

* Fix argument order for regex substitutions.
2023-10-18 11:30:30 -04:00
Fotis Voutsas
ff3cbef2b5
Bugfix in integrations/setup/template () 2023-10-06 11:41:17 +03:00
Fotis Voutsas
112275c789
Fixes in integration generation script () 2023-10-06 11:24:58 +03:00
Fotis Voutsas
f69ad3fbcc
Introduce stringify function for integrations () 2023-10-06 11:09:46 +03:00
Austin S. Hemmelgarn
482dee3b84
Add plugin and module information to collector integrations. () 2023-08-22 12:28:45 +03:00
Costa Tsaousis
1730468827
Update platform_info.md 2023-08-21 17:58:50 +03:00
Ilya Mashchenko
9de8a394d6
meta: align left metrics, alerts, and config options () 2023-08-04 19:31:46 +03:00
Fotis Voutsas
e811d854c6
Changes to the templates for integrations () 2023-08-03 16:07:25 +03:00
Austin S. Hemmelgarn
6bba90a532
Assorted fixes for integrations templates. ()
* 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-02 10:01:04 -04:00
Ilya Mashchenko
6fdf32bbd4
integrations: fix metrics availability () 2023-08-02 16:01:10 +03:00
Austin S. Hemmelgarn
f1a28f5137
Fix handling of troubleshooting section in integrations. ()
* Fix handling of troubleshooting section in integrations.

* Fix plugin_name key path.
2023-08-02 18:02:17 +05:30
Austin S. Hemmelgarn
183bb1db19
Add initial tooling for generating integrations.js file. ()
* 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>
2023-08-01 17:23:16 -04:00