docs: Add dedicated netdata-claim.sh reference page#5
Open
kanelatechnical wants to merge 252 commits intomasterfrom
Open
docs: Add dedicated netdata-claim.sh reference page#5kanelatechnical wants to merge 252 commits intomasterfrom
kanelatechnical wants to merge 252 commits intomasterfrom
Conversation
…netdata#21118) * Make native package dependencies consistent between DEB/RPM packages. * Fix typo. * Further fixes.
* Use the correct component name for the IBM plugin libs. The mismatch was preventing the files from being included in the package. * Fix IBM libs file list for RPM packages.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…etdata#21137) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…c/go (netdata#21134) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o 28.5.1+incompatible in /src/go (netdata#21135) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 in /src/go (netdata#21138) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Exclude Windows from temporary spawn server initialization and cleanup * Additional checks to isolate windows deadlock issue * Switch to sleep_usec * Cast revents to unsigned int for log clarity in log forwarder
* Add Fedora 43 to CI and package builds. * Fix up user/group deps for Fedora RPMs.
fix(status-file): prevent deadlock on Windows by commenting out non-async-safe code
…tdata#21131) We can’t rely on CMAKE_INSTALL_PREFIX at build time because it may be different at install time from what was specified at build time. Instead, set the RUNPATH relative to the binary itself. This is done using the `$ORIGIN` keyword in the RUNPATH to reference the directory the plugin is located in and then using `..` to reference parent directories.
* Fix AS400 CPU metrics scaling and docs * fixed bug in odbc union parsing that resulted in wrong columns selected from as400 results * added defensive checks in odbc C code to ensure there is no misuse * updated auto-generated files * documented cardinality management * removed debugging code * more fixes * more fixes * remove negative multipliers
Limit cgroup discovery to a maximum number of entries and log a warning if exceeded
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Addressing Ralph's comments
Addressing Ralph's comments
Adressing ralph's comments
Addressing Ralph's comments
Addressing cubic's comment
…via-config-files.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Chapters added with proper subdirectory structure: - 4: controlling-alerts-noise (5 files) - 5: receiving-notifications (5 files) - 6: alert-examples (6 files) - 7: troubleshooting-alerts (6 files) - 8: advanced-techniques (6 files) - 9: apis-alerts-events (6 files) - 10: cloud-alert-features (5 files) - 11: built-in-alerts.md - 12: best-practices.md - 13: architecture.md Update map.csv with new entries.
…chapter 1 pattern)
…ers now have subdirectories)
…tices, architecture)
…tching chapters 4-10 pattern)
…13 now 5 sections each)
…practices) - Add numbered subsections (11.1.x, 11.2.x, 12.1.x, etc.) - Add :::note boxes for important context - Add tables for state transitions and comparison data - Add Related Sections with internal doc links - Match styling pattern from earlier chapters
- Add numbered subsections (11.1.1, 11.2.1, etc.) - Add :::note boxes with collector requirements - Add Related Sections with internal doc links - Match styling pattern from earlier chapters
- Add numbered subsections (11.3.1, 11.3.2, etc.) - Add :::note box with collector requirements - Add Related Sections with internal doc links - Match styling pattern from other built-in-alerts files
Created a new documentation page for the netdata-claim.sh script to help first-time users who log in to Netdata Cloud. The page includes: - Complete CLI options reference (verified against src/claim/netdata-claim.sh.in) - Environment variables documentation (verified against source code) - Exit codes with explanations (from kickstart.sh claim function) - Docker/Kubernetes deployment examples - Verification steps - Troubleshooting guide The page links to the main Connect Agent guide and other related documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Created a new documentation page for the
netdata-claim.shscript to help first-time users who log in to Netdata Cloud.Changes
docs/netdata-cloud/claim-agent.md- a dedicated reference page for the netdata-claim.sh scriptWhat's Included
The new page provides:
src/claim/netdata-claim.sh.in)netdatacli aclk-stateTechnical Accuracy
All content has been verified against the source code:
netdata-claim.sh.inlines 66-88Related Documentation
Preview
The new page will be available at:
docs/netdata-cloud/claim-agent.md