0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-23 21:10:22 +00:00
Commit graph

121 commits

Author SHA1 Message Date
vkalintiris
e0ec10411b
Move collectors/ under src/ () 2024-02-08 11:06:35 +02:00
vkalintiris
8c736bb135
Move health/ under src/ ()
* 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-07 02:24:47 +02:00
vkalintiris
70246b7965
Move daemon/ under src/ () 2024-02-06 15:32:15 +02:00
vkalintiris
8121b18d1e
Move exporting/ under src/ () 2024-02-05 11:16:59 +02:00
Tasos Katsoulas
5e19c2525f
Minor rework on document ()
1. format line length to 120
2. transform the table into an actual table (worked with magic atm)
3. Make the list of actions more consistent
4. Remove an old reference to memory mode save
5. Remove whitespace
---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-04 18:25:14 +02:00
vkalintiris
115d074a6c
Create a top-level directory to contain source code. ()
* 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-02-01 13:41:44 +02:00
Fotis Voutsas
14920dbaa7
Fix 404s in markdown files ()
* fix first batch of 404s in our codebase
* more changes/ code review
---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Co-authored-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-10-30 18:13:42 +02:00
Ilya Mashchenko
d5bdb7cf15
docs rename alarm to alert () 2023-08-15 20:56:24 +03:00
Ilya Mashchenko
a14983c7ee
change api.netdata.cloud to app.netdata.cloud () 2023-07-26 12:38:02 +03:00
Hugo Valente
9511dc0bfb
merged spaces, war rooms and invite your team to one place ()
* merged spaces, war rooms and invite your team to one place

* Update docs/cloud/manage/organize-your-infrastrucutre-invite-your-team.md

Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>

* Update docs/cloud/manage/organize-your-infrastrucutre-invite-your-team.md

Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>

* fix from review comments

* delete invite your team file

* Apply suggestions from code review

---------

Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-06-30 11:45:38 +01:00
Chris Akritidis
f66b83b19f
Update troubleshooting-agent-with-cloud-connection.md ()
* Update troubleshooting-agent-with-cloud-connection.md

* Update troubleshooting-agent-with-cloud-connection.md

* Update docs/guides/troubleshoot/troubleshooting-agent-with-cloud-connection.md

Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>

---------

Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
2023-05-09 06:45:18 -07:00
Chris Akritidis
3392ae5136
Update using-host-labels.md () 2023-04-20 06:47:23 -07:00
Chris Akritidis
46928d371a
Make the document more generic () 2023-04-19 07:54:48 -07:00
Fotis Voutsas
21ea06faf9
change docusaurus admonitions to our style of admonitions ()
* change docusaurus admonitions to our style of admonitions

* Apply suggestions from code review

Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud>

---------

Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud>
2023-04-18 11:03:58 +03:00
Fotis Voutsas
5c3084911c
First batch of adding descriptions to the documentation ()
* first batch of adding descriptions to the documentation, and fixing inconsistencies inside the files

* Apply suggestions from code review

Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>

* Update docs/cloud/visualize/overview.md

* Replace view with tab in overview.md

---------

Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-03-29 12:15:53 -07:00
Fotis Voutsas
6016c3b5cf
Docs, shorten too long titles, and add a description below ()
shorten too long titles, and add a description below
2023-03-29 09:20:45 -07:00
Fotis Voutsas
9385b062f6
Replace hardcoded links pointing to "learn.netdata.cloud" with github absolute links ()
* Update REFERENCE.md

* replace redirected links

* format the files

* fix redirected link

* format the file

* replace hardcoded links
2023-03-21 07:41:38 -07:00
Chris Akritidis
2d50a11941
Improve performance.md ()
Move summary table to the top
2023-03-21 05:51:44 -07:00
Chris Akritidis
00621f5e5a
Update performance.md () 2023-03-21 05:40:38 -07:00
Chris Akritidis
58d2e33359
Suggest PRs to go to the community project ()
Update python-collector.md
2023-03-17 07:17:17 -07:00
Chris Akritidis
4e8be0f23d
Update Performance Optimization Options () 2023-03-16 07:59:55 -07:00
Chris Akritidis
9fa56c07d1
Fix links ()
* Update kickstart.md

fixlink

* Update monitor-debug-applications-ebpf.md
2023-03-02 13:59:35 -08:00
Tasos Katsoulas
76ff5ebc7a
Update pi-hole-raspberry-pi.md () 2023-03-01 22:55:02 +02:00
Fotis Voutsas
e9af618081
Make the title metadata H1 in all markdown files ()
* make the title metadta the H1

* Update collectors/python.d.plugin/zscores/README.md

* Update libnetdata/ebpf/README.md

* Update ml/README.md

* Update libnetdata/string/README.md

---------

Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-28 06:52:53 -08:00
Chris Akritidis
8c73c47645
Reorg learn 0227 ()
* reorg batch 1

* remove duplicate cloud custom dashboard and agent dashboard

* Simplify the root web/README

* Merge streaming references

* Make enable streaming the overall intro and the README the reference

* Remove reference-streaming document

* Update overview pages
2023-02-27 14:46:08 -08:00
Chris Akritidis
753fabbc6a
Fix links to chart interactions () 2023-02-25 08:57:14 -08:00
Fotis Voutsas
f66c74e0a8
Fix broken links ()
* fix broken links

* fix a link to kernel-collector readme, make it to not point at .md
2023-02-24 12:17:44 -08:00
Fotis Voutsas
ff14cf0df6
Fix broken links in our documentation ()
* fix broken link in ml/README.md

* fix broken link across all files

* fix broken link across all files

* fix broken links and remove what's next sections

* fix broken links and remove what's next section

* Remove related links sections with broken links that link to removed files

* fix broken links
2023-02-20 06:52:43 -08:00
Chris Akritidis
e0638f5756
Remove obsolete instruction to lower memory usage () 2023-02-20 06:18:37 -08:00
Chris Akritidis
1413b5bac3
Reorg learn 021723 ()
* Change titles of agent alert notifications

* Reintroduce netdata for iot

* Eliminate guides category, merge health config docs

* Rename setup to configuration

* Codacy fixes and move health config reference
2023-02-17 12:20:08 -08:00
Chris Akritidis
8f293d29a0
More reorg learn 021623 ()
* Moved contents of statsd guide inside the plugin documentation.

* Remove remaining guides, content verified to exist elsewhere
2023-02-17 08:11:05 -08:00
Chris Akritidis
3e507768b9
Reorg markdown files for learn ()
* Move export graphite metrics guide content to new integrations landing
page and exporter readme

* Merge info on how to write python collector and reorg file

* Codacy warning fixes
2023-02-16 13:28:26 -08:00
Chris Akritidis
736cc65834
Reorganize learn documents under Integrations part 2 ()
* Reorge exporter integrations

* Reorg alert notifications.
change mdx to md for alert related files

* Move all .mdx to .md, including links.
2023-02-15 10:04:45 -08:00
Fotis Voutsas
32baa46cb1
Fix broken links in markdown files ()
* fix broken links in claim/README.md

* delete broken link in docs/guidelines.md

* fix broken links

* fix broken link

* fix broken links

* fix broken links

* fix broken links

* fix broken links

* fix broken links

* remove broken link

* fix broken link

* fix broken links

* fix broken links

* fix broken links

* fix broken link

* fix linking phrasing

* fix broken links batch

* fix broken links second batch

* fix broken links

* fix broken links

* fix broken links

* Update COLLECTORS.md

* fix broken links

* fix broken links
2023-02-14 07:41:44 -08:00
Chris Akritidis
8b62021d1c
Guides and collectors reorg and cleanup part 1 ()
* rm github star important

* Remove some guides and rework the data collection docs

* link fixes on collectors/README.md

* link fixes on collectors/REFERENCE.md

* Fix codacy

* More codacy list formatting
2023-02-12 06:36:27 -08:00
Fotis Voutsas
2c60f324ee
Add markdown files in Learn ()
* add metadata for learn

* first batch of adding metadata to md files

* second batch of adding metadata to md files

* third batch of adding metadata to md files

* test one sidebar_label

* add missing sidebar_labels

* add missing sidebar_labels to files left behind

* test, ansible doc is stubborn

* fix

* fix

* fix

* don't use questionmarks in the sidebar label

* don't use exclamation marks and symbols in the sidebar label

* fix style guide

* fixes

* fixes
2023-02-08 09:48:19 -08:00
Chris Akritidis
3f8806b328
Move ansible md ()
* Move the ansible installation instructions under packaging/installer/methods

* Moved ansible
2023-02-08 09:10:43 -08:00
Chris Akritidis
47af423267
Correct link to ansible playbook () 2023-02-08 06:20:11 -08:00
Tasos Katsoulas
f36d16bf3f
Minor fix, convert metadata of the learn to hidden sections ()
minor fix, convert metadata of the learn to hidden sections

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-02-06 21:53:02 +02:00
Tasos Katsoulas
9f1403de7d
Covert our documentation links to GH absolute links ()
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-02-02 15:23:54 +02:00
Chris Akritidis
718f9f1391
Add ansible.md to learn () 2023-01-30 18:40:26 +02:00
Dimitris Apostolou
b0168e8e1a
Fix typos () 2023-01-04 12:56:39 +00:00
Chris Akritidis
a223f59ab3
Add up to date info on improving performance ()
* Add up to date info on improving performance

* Reduced some line lengths
2022-11-24 08:03:38 -08:00
Tasos Katsoulas
dadb1e8aad
Change relative links to absolute for learn components ()
Change relative links to absolute based on @site

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2022-11-18 11:41:09 +02:00
Timotej S
de96dd73f2
app to api netdata cloud () 2022-10-24 15:17:17 +02:00
DShreve2
8c7fd75515
Update step-09 for dbmode update.md () 2022-10-22 12:56:39 +03:00
Ilya Mashchenko
9bd7528dbc
chore(python.d): remove python.d/* announced in v1.36.0 deprecation notice () 2022-08-11 19:23:38 +03:00
Ilya Mashchenko
4b115f20b4
docs: fix unresolved file references () 2022-08-05 14:30:55 +03:00
Tasos Katsoulas
82649b6e78
fix a guide so we can reference it's subsections () 2022-07-29 16:48:03 +03:00
Fotis Voutsas
8d9fb91b20
Guide for troubleshooting Agent with Cloud connection for new nodes ()
* first commit for the guide

* minor changes

* lint and remove the image metadata

* fix some newlines and add backlinks

* fix some typos

* Changes to the structure and steps

* Fix title and custom_edit_url

* minor styling fixes

* Update troubleshooting-agent-with-cloud-connection.md

* some wording changes and additions

* fixes plus added Tasos's suggestions

* Update troubleshooting-agent-with-cloud-connection.md

Co-authored-by: Tasos Katsoulas <tasos@netdata.cloud>
Co-authored-by: DShreve2 <david@netdata.cloud>
2022-07-13 12:23:00 +03:00