[doc] add Fedora CoreOS monitoring help document (#1795) - #4268
Open
yyyCode wants to merge 2 commits into
Open
Conversation
Add an HTTP-based monitoring template for Apache Superset that collects health status and version information via its unauthenticated /health and /version endpoints. - add app-superset.yml with health and version metric sets - add EN and zh-CN help documentation - register the doc in sidebars.json Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add the missing help documentation for the Fedora CoreOS (coreos) monitoring type in both English and Chinese, and register it in the sidebar under the os category. - add home/docs/help/coreos.md - add zh-CN help doc - register help/coreos in sidebars.json Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What's changed?
Add the missing help documentation for the Fedora CoreOS (
coreos) monitoring type, which previously had no help doc in English or Chinese and was not registered in the sidebar.Part of #1795
Details
home/docs/help/coreos.md— English help dochome/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/coreos.md— Chinese help dochome/sidebars.json— registerhelp/coreosunder theoscategoryThe doc follows the existing OS SSH monitoring doc format (same structure as
almalinux), covering the basic / cpu / memory / disk / interface / disk_free / top_cpu_process / top_mem_process metric sets defined inapp-coreos.yml.Checklist
Add or update API