0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 19:22:40 +00:00
Commit graph

18 commits

Author SHA1 Message Date
Austin S. Hemmelgarn
486ee8a1a3
Initial release of new kickstart script. ()
* Replace existing kickstart scripts with kickstart-ng.

This change looks more complicated than it actually is due to git not
sanely recognizing the rename.

* Fix CI for new kickstart script.

* Initial revision of install documentation.

* Further documentation updates.

* Even more documentation updates.

* Fix telemetry event handling if neither curl nor wget are installed.

* Remove dependence on `pgrep` for claiming.

* Fix fatal error message handling.

* Formally outline our support policy.

* Updates to platform support doc.

* Platform support doc updates.

* Minor documentation updates.

* Remove accidentally commited file from rebase process.

* Apply suggestions from code review, part 1.

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Made one-line installer consistent.

* Apply suggestions from code review, part 2.

* Update architecture list for static builds.

* Restructure platform support doc so that things are clearer.

Especially for cases of linking directly to the section on a specific
support category.

* Apply suggestions from code review, part 3.

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Apply suggestions from code review, part 4

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Further updates to platform support document.

* Further documentation updates.

* Rework update documentation.

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
2022-01-18 08:30:21 -05:00
Ilya Mashchenko
78c2af1547
fix(docs): unresolved file references () 2021-12-20 16:21:01 +03:00
Hugo Valente
6fd6bc72e4
Installation review ()
* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* completed and reviewed some todo's based on conversation with Austin

* add the kubernetes reviewed part

* add references to macOS

* rectified the parameter and value separator from = to ' '

* added that kickstart wih claiming options needs to specific privileges

* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* completed and reviewed some todo's based on conversation with Austin

* add the kubernetes reviewed part

* add references to macOS

* rectified the parameter and value separator from = to ' '

* added that kickstart wih claiming options needs to specific privileges

* remove FreeBSD from text and reviewed some text as per Austin's suggestion

* removed TODOs, printscreen can be added later on and updated as per a review comment

* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* completed and reviewed some todo's based on conversation with Austin

* add the kubernetes reviewed part

* add references to macOS

* rectified the parameter and value separator from = to ' '

* added that kickstart wih claiming options needs to specific privileges

* remove FreeBSD from text and reviewed some text as per Austin's suggestion

* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* first draft of how to connect node with new scripts for installing and connecting (e.g. kickstart)

* further work on related pages to keep things synced

* reviewed the command on docker exec and aded more to-do's for review and to add details

* completed and reviewed some todo's based on conversation with Austin

* added that kickstart wih claiming options needs to specific privileges

* removed TODOs, printscreen can be added later on and updated as per a review comment

* rebased from master and removed kickstart for reconnect a node as a possibility

* added adding nodes from Node view after Kaskavelis callout

* added adding nodes from Node view after Kaskavelis callout
2021-08-31 10:32:33 +01:00
Timotej S
4ba2daad35
add --recursive to docu () 2021-04-14 12:18:44 +02:00
Joel Hans
46a8075c8f
Docs housekeeping for SEO and syntax, part 1 ()
* First pass to get the script working right

* Finish adding analytics tags
2021-01-07 11:44:43 -07:00
Joel Hans
44aabc6af5
Change links at bottom of all install docs ()
* Change links at bottom of all install docs

* Add .md to all quickstart links
2021-01-07 08:41:03 -07:00
Costa Tsaousis
7bfa8c8eba
Update macos.md ()
I got this:

```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```
2020-12-14 17:27:29 +03:00
Joel Hans
22342685df
Update macOS instructions with cmake ()
* Update macOS instructions with cmake

* Update macos.md
2020-12-09 09:18:22 -07:00
Austin S. Hemmelgarn
1526cb77ee
Use glibtoolize on macOS instead of regular libtoolize. ()
* Use `glibtoolize` on macOS instead of regular `libtoolize`.

This ensures we get the version from Homebrew instead of the version
from XCode.

* Update install documentation for macOS.
2020-12-08 11:51:46 -05:00
Joel Hans
2c64795b7c
Change streaming terminology to parent/child in docs ()
* Intial pass through docs

* Dash instead of slash

* To parent/child

* Child nodes

* Change diagrams

* Allowlist

* Fixes for Andrew

* Remove from build_external

* Change in proc
2020-06-12 09:42:58 -07:00
Joel Hans
fecbb89d0c
Move/refactor docs to accomodate new Guides section on Learn ()
* Move directories and change verbiage to guide

* Move health guides

* Quick fix to collectors quickstart

* Fix broken links

* Remove health/tutorials dir

* Fix links in collectors quickstart

* Fix links to go.d pages
2020-06-04 09:05:25 -07:00
Joel Hans
74fda3de8e
Docs: Fix internal links and remove obsolete admonitions ()
* Fixed a few more links

* Remove old syntax

* Abs-relative links to files in docs folder

* Trying to fix nother doc learn link

* Fix a few more links

* Add testing doc

* Tracking down mysteries

* Cleanup

* Update broken external links

* Remove index.html that appeared from testing

* Fix remainder of links
2020-05-11 08:48:23 -07:00
Austin S. Hemmelgarn
983a26d1a2
Revert "Revert changes since v1.21 in pereparation for hotfix release."
This reverts commit e2874320fc.
2020-04-13 10:32:33 -04:00
Austin S. Hemmelgarn
e2874320fc
Revert changes since v1.21 in pereparation for hotfix release. 2020-04-13 08:42:22 -04:00
Joel Hans
23f9bd5691
Docs: Change MacOS to macOS ()
* Change MacOS to macOS

* Change Mac as noun to macOS system
2020-04-06 07:35:27 -07:00
Joel Hans
9342704a41
Bulk add frontmatter to all documentation ()
* Bulk add frontmatter

* A few extra edge cases
2020-03-10 14:29:51 -07:00
Joel Hans
5455d8a99f
Cleanup of macOS installation docs ()
* First pass through macos doc

* Some cleanup, mention of Judy

* A bit of final cleanup

* Remove depth
2020-02-03 08:14:23 -07:00
Joel Hans
439f334e67
Docs: Overhaul of installation documentation ()
* Initial commit to bring new branch up to speed with previous work

* Initial commit to bring new branch up to speed with previous work

* Pass through for grammar and typos

* Pass through for grammar and typos

* First additions

* Improvements to installation page plus new separate kickstart page

* Lots of new pages, lots of improvements

* Continued work

* Fixing the install grid

* Added methods to nav

* Fix typo and add kickstart to nav

* CSS cleanup

* Various cleanup

* Cleanup on update/uninstall pages

* Add responsiveness to install grid

* Update checking of the kickstart files MD5 checksusm.

This updates the CI script used to verify the MD5 checksums of the
kickstart files as being correct in the documentation to use the new
locations for the respective checksums.

This is more involved than a simple path update because the existing
script assumes that both checksums are listed in the same file, which is
no longer the case.

Any future updates that move the location of the checksums just need to
modify the lines in tests/installer/checksums.sh that start with
`check_checksum` to point to the correct files.

* Added Alpine package for James

* Add packages to top of installation page

* Fix for Chris

* Telemetry fixes

* Trying to fix CI

* Changing checksums

* Fix CI checks for kickstart checksums.

The changed wording was confusing the code that parsed the checksum out
of the documentation, this fixes the code to handle this new wording
correctly.

* Update kickstart-static64 checksum

* Update 64 checksum

Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
2020-01-27 14:26:27 -07:00