diff --git a/docs/Collecting Metrics/Prometheus Profile Format.mdx b/docs/Collecting Metrics/Prometheus Profile Format.mdx index 7df1d9bc46..b9b47969eb 100644 --- a/docs/Collecting Metrics/Prometheus Profile Format.mdx +++ b/docs/Collecting Metrics/Prometheus Profile Format.mdx @@ -459,11 +459,11 @@ dimension, presentation, and selector field. Prometheus profiles add these rules lowers emitted chart cardinality; `aggregation` only selects the value for resulting collisions. Every scraped series is still processed and retained in the collector's metric store. This chart reduction is separate from Prometheus relabeling: it does not remove or rewrite stored series labels. -- **Only collected series can be charted.** `*_info` families are skipped. Untyped scalar families are collected only - when the selected profile or job `fallback_type` maps them to a gauge or counter, or when the name ends in `_total` - (the last-resort implicit counter rule). Declared type wins; job policy wins over profile policy; and an explicit - gauge match wins over counter classification within the same policy layer. A chart's `algorithm` acts later and - cannot make an unclassified sample collectible. +- **Only collected series can be charted.** Gauge families named `*_info` are skipped. Untyped scalar families are + collected only when the selected profile or job `fallback_type` maps them to a gauge or counter, or when the name ends + in `_total` (the last-resort implicit counter rule). Declared type wins; job policy wins over profile policy; and an + explicit gauge match wins over counter classification within the same policy layer. A chart's `algorithm` acts later + and cannot make an unclassified sample collectible. - **Every group that contains charts must list the metrics its selectors reference in its `metrics` list** (or inherit them from an ancestor group). A selector on a metric outside the group's declared scope fails validation. diff --git a/docs/Developer and Contributor Corner/Netdata Support Bundle.mdx b/docs/Developer and Contributor Corner/Netdata Support Bundle.mdx index 9afe7eb7b2..2ab98fdc3b 100644 --- a/docs/Developer and Contributor Corner/Netdata Support Bundle.mdx +++ b/docs/Developer and Contributor Corner/Netdata Support Bundle.mdx @@ -12,7 +12,7 @@ slug: "/developer-and-contributor-corner/netdata-support-bundle" # Netdata Support Bundle -The Netdata Support Bundle is a diagnostic collector that ships with the Netdata Agent. It gathers configuration, logs, process state, and runtime information from a single node into one sanitized archive that you can attach to a support ticket or a GitHub bug report. +The Netdata Support Bundle is a diagnostic collector that ships with the Netdata Agent. It gathers configuration, logs, process state, and runtime information from a single node into one archive for troubleshooting. Standard captures are sanitized; explicitly included SNMP diagnostic files are raw and require private sharing. It exists so you do not have to run a dozen commands by hand and paste the output into a ticket. One command produces one file that contains what the Netdata team needs to diagnose most problems. @@ -25,7 +25,7 @@ The tool ships in two forms with the same behavior and the same archive layout: - It collects the data support usually asks for, so you avoid several rounds of back and forth. - It runs at the lowest process priority and stops each command after a timeout, so it does not compete with your production workload. -- It redacts secrets and pseudonymizes IP addresses and hostnames before writing the archive, so the result is safe to share. +- Standard captures redact secrets and pseudonymize IP addresses and hostnames. Review the privacy exceptions below before sharing. - It still produces useful output when the agent is not running, by reading state and logs from disk. ## Run it on Linux, macOS, BSD, or in a container @@ -73,6 +73,7 @@ Both scripts accept the same set of options. The POSIX flags and their PowerShel | `--since HOURS` | `-SinceHours N` | `24` | How many hours of logs to include. | | `--timeout SECONDS` | `-TimeoutSeconds N` | `10` | Per-command timeout, so a slow command cannot stall the run. | | `--no-obfuscate` | `-NoObfuscate` | off | Turn off IP and hostname pseudonymization. Secrets are still redacted. | +| `--include-snmp-diagnostics` | `-IncludeSnmpDiagnostics` | off | Include existing raw SNMP diagnostic files; no sanitization. Share privately. | | `--keep-staging` | `-KeepStaging` | off | Keep the temporary working directory for inspection. | | `--selftest` | `-SelfTest` | off | Run the built-in sanitizer tests and exit without collecting anything. | | `-v`, `--version` | `-Version` | | Print the tool version and exit. | @@ -98,15 +99,40 @@ The archive is organized into numbered directories so a person or an automated r - `08-network/`, local connectivity relevant to the agent. - `09-permissions/`, file modes, ownership, plugin capabilities, extended attributes, security contexts, and ACLs for the agent's directories and plugins. +## Include SNMP diagnostics + +For SNMP metrics, BGP, licensing, or topology issues, run: + +```sh +sudo netdata-support-bundle --include-snmp-diagnostics +``` + +On Windows, add `-IncludeSnmpDiagnostics` to the PowerShell invocation. The same +bundle includes available original SNMP evidence under `06-state/snmp-diagnostics/`. +No extra SNMP requests are sent, and no Python or decompressor is required. + +**These files bypass sanitization and pseudonymization.** They may contain +addresses, hostnames, inventory, metric values, and arbitrary device-returned +data. Share this bundle through a restricted support ticket, never a public +GitHub issue. The manifest labels raw files and clears its aggregate redaction +claims when they are included. + +Check `06-state/snmp-diagnostics-status.txt` for missing files or copy failures. +Files are copied whole, so bundle size and disk work depend on the retained +evidence. They have independent collection times and may rotate during copying; +a partial bundle can still help support. See +[Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) +for retention, publication timing, and missing-file troubleshooting. + ## Privacy and sanitization -- Secrets are removed. This covers API tokens, passwords, bearer and basic credentials, private key blocks, and credentials embedded in URLs. -- One deliberate exception: the **streaming API key** is kept as-is in `04-config/stream.conf`, because support needs it to tell whether a child and its parent agree on the same key. Remove or mask that file before sending the bundle if you would rather not share it. +- Standard captures remove secrets. This covers API tokens, passwords, bearer and basic credentials, private key blocks, and credentials embedded in URLs. +- The standard capture exception: the **streaming API key** is kept as-is in `04-config/stream.conf`, because support needs it to tell whether a child and its parent agree on the same key. Remove or mask that file before sending the bundle if you would rather not share it. - Collected files keep their original bytes, including a byte-order mark and CRLF line endings, so an encoding problem in your configuration is still visible. -- IP addresses and hostnames are replaced with stable pseudonyms by default, so the same address reads as the same pseudonym across the whole bundle. Use `--no-obfuscate` to keep the real values. +- Standard captures replace IP addresses and hostnames with stable pseudonyms by default, so the same address reads as the same pseudonym across those captures. Use `--no-obfuscate` to keep the real values. - When pseudonymization is on, the map from real values to pseudonyms is written next to the archive, not inside it. Keep that map private and do not attach it to a ticket. - Review the archive before you send it. The tool runs on your own host and you are in control of what leaves it. ## Attach the bundle -Attach the printed archive file to your support ticket or to a GitHub bug report. The Netdata bug report form points to this same tool, so a bundle is the fastest way to give the team what it needs. +Attach the printed archive file to your support ticket. If it includes raw SNMP diagnostics, use a restricted ticket; otherwise, review it before attaching it to a public GitHub bug report. The Netdata bug report form points to this same tool, so a bundle is the fastest way to give the team what it needs. diff --git a/docs/Netdata AI/Alerts Automation.mdx b/docs/Netdata AI/Alerts Automation.mdx index 5d8396d8eb..0d26fe0cba 100644 --- a/docs/Netdata AI/Alerts Automation.mdx +++ b/docs/Netdata AI/Alerts Automation.mdx @@ -5,7 +5,7 @@ learn_status: "Published" learn_rel_path: "Netdata AI" keywords: [alerts, automation, ai alerts] description: "AI-powered alert creation and suggestions" -sidebar_position: "50" +sidebar_position: "60" learn_link: "https://learn.netdata.cloud/docs/netdata-ai/alerts-automation" slug: "/netdata-ai/alerts-automation" --- diff --git a/docs/Netdata AI/Anomaly Detection/Anomaly Detection.mdx b/docs/Netdata AI/Anomaly Detection/Anomaly Detection.mdx index 980e996128..eb453db6b2 100644 --- a/docs/Netdata AI/Anomaly Detection/Anomaly Detection.mdx +++ b/docs/Netdata AI/Anomaly Detection/Anomaly Detection.mdx @@ -3,7 +3,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/ml-ai/ml-a sidebar_label: "Anomaly Detection" learn_status: "Published" learn_rel_path: "Netdata AI/Anomaly Detection" -sidebar_position: "60" +sidebar_position: "70" learn_link: "https://learn.netdata.cloud/docs/netdata-ai/anomaly-detection" slug: "/netdata-ai/anomaly-detection" --- diff --git a/docs/Netdata AI/Conversations.mdx b/docs/Netdata AI/Conversations.mdx index a6ca17c40b..28035847ac 100644 --- a/docs/Netdata AI/Conversations.mdx +++ b/docs/Netdata AI/Conversations.mdx @@ -65,6 +65,10 @@ Use the right tool for the right job: Click the **"Conversations"** button above the space selectors in Netdata Cloud. Your conversation history is saved, allowing you to pick up an investigation where you left off. +## Teaching Netdata AI about your infrastructure + +Conversations are also where Netdata AI learns. Tell it what only your team knows — *"remember that this alert is expected on the batch nodes"*, *"db-3 is the replica, not the primary"* — and it keeps that for every future conversation, investigation, and report in your Space. See [Infrastructure Knowledge](/docs/netdata-ai/infrastructure-knowledge). + ## AI credits consumption Usage is based on AI credits (10 monthly complimentary credits on Business plans, plus the ability to top up as needed). @@ -82,3 +86,4 @@ Real-Time Conversations are available for all users on a Business plan or free t - [Investigations](/docs/netdata-ai/investigations) – comprehensive async analysis - [Insights](/docs/netdata-ai/insights) – on-demand professional reports - [Troubleshooting](/docs/netdata-ai/troubleshooting) – alert analysis and anomaly exploration +- [Infrastructure Knowledge](/docs/netdata-ai/infrastructure-knowledge) – what Netdata AI knows about your infrastructure, and how to teach it more diff --git a/docs/Netdata AI/Infrastructure Knowledge.mdx b/docs/Netdata AI/Infrastructure Knowledge.mdx new file mode 100644 index 0000000000..848e57bfe7 --- /dev/null +++ b/docs/Netdata AI/Infrastructure Knowledge.mdx @@ -0,0 +1,75 @@ +--- +custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/netdata-ai/infrastructure-knowledge.md" +sidebar_label: "Infrastructure Knowledge" +learn_status: "Published" +learn_rel_path: "Netdata AI" +keywords: [infrastructure knowledge, context, memory, infra.md] +description: "Teach Netdata AI about your infrastructure, in a shared document or in conversation" +sidebar_position: "20" +learn_link: "https://learn.netdata.cloud/docs/netdata-ai/infrastructure-knowledge" +slug: "/netdata-ai/infrastructure-knowledge" +--- + +# Infrastructure Knowledge + +Netdata AI sees everything your infrastructure *does* — every metric, every anomaly, every alert. What it cannot see is what your infrastructure *is*: which services matter, which host is the one that is supposed to run hot, who owns what, and what your team considers normal. Without that, "CPU at 91%" is a finding. With it, it may be a machine doing exactly its job. + +**Infrastructure Knowledge** is where that context lives. Think of it as onboarding a new SRE to your team: the more you tell Netdata AI about your infrastructure, the more accurate its conversations, investigations, and reports become — and the more its answers sound like they come from someone who already knows your environment. + +There are two ways to teach it, and they work together: + +- **Write it down.** Your Space has a shared document that describes your infrastructure. Your team edits it directly. +- **Tell it in a conversation.** As you work with Netdata AI, you can ask it to remember things, and it can pick up what you tell it along the way. It gets to know your infrastructure progressively, the way a new colleague would. + +Everything you teach Netdata AI is visible under **Manage Space → Infrastructure Knowledge**, in two tabs: **Your Context** and **AI Memory**. + +## Your Context + +**Your Context** is a single Markdown document your team maintains. It is read at the start of every conversation, investigation, and report about your infrastructure. + +Describe the things that only your team knows. The editor offers section templates to get you started: + +- **Infrastructure Overview** — what you run and where, in a few paragraphs. +- **Service Tiers** — which services are critical, which are best-effort, what is worth waking someone up for. +- **Known Behaviours** — patterns that look like problems and are not: the nightly batch job, the ML node that always runs hot, the idle half of a blue-green deployment. +- **SLOs & Business Context** — your targets and what a breach means to the business. +- **Team Preferences** — how you want findings presented, who to mention for what. +- **Upcoming Events** — maintenance windows, migrations, expected load changes. +- **Architecture Notes** — naming conventions, dependencies, anything that would trip up a newcomer. + +You do not need to fill in everything. A few honest lines about what matters and what is expected already change how Netdata AI reads your data. Skip anything Netdata can already see for itself — node lists, current values, running processes — and never put credentials or personal data in it. + +Every save keeps a version, so you can review what changed and go back to an earlier version at any time. + +You can also ask Netdata AI to update the document for you in a conversation — for example, *"Add the new Kafka cluster to my infrastructure context"* — and it tells you what it changed. + +## AI Memory + +**AI Memory** is what Netdata AI has learned from talking to your team. Each memory is a single fact about your infrastructure, shared with everyone in the Space and used in every future conversation, investigation, and report. + +You build it up simply by talking: + +- *"Remember that the 02:00 disk spike on backup-01 is expected."* +- *"That alert is a false positive — the temp files get cleaned hourly."* +- *"db-3 is the replica, not the primary."* +- *"Keep investigation summaries short."* + +Netdata AI tells you when it records something, so you can correct it while you still have the context. Say *"don't remember that"* and it forgets. It may also offer to remember a correction you make during troubleshooting. + +The **AI Memory** tab lists everything it has learned. You can read each memory, delete the ones that no longer apply, or clear them all. + +## How Netdata AI uses it + +Netdata AI reads your context and memories before it interprets anything, not after. Your context tells it what things *mean*; telemetry tells it what is *happening*. It uses your knowledge to interpret the data, never to override it — if your document says a node was decommissioned and the node is still reporting, it tells you the two disagree rather than picking a side. + +When your context changes a conclusion — a node it did not flag because you marked it as a staging tier, a spike it called expected because you said so — it says where that came from. When it needed context you have not given it, it says that too, so you know what to add next. + +## Availability + +Infrastructure Knowledge is available on paid Netdata Cloud plans. Space admins, managers, and troubleshooters can edit it; observers can view it. + +## See also + +- [Conversations](/docs/netdata-ai/conversations) — where you teach Netdata AI as you work. +- [Investigations](/docs/netdata-ai/investigations) and [AI Insights](/docs/netdata-ai/insights) — reports that use your context. +- [MCP Connections](/docs/netdata-ai/mcp/mcp-connections) — bring in context from the tools your team already runs. diff --git a/docs/Netdata AI/Insights/Insights.mdx b/docs/Netdata AI/Insights/Insights.mdx index c208a76de6..9c9941f339 100644 --- a/docs/Netdata AI/Insights/Insights.mdx +++ b/docs/Netdata AI/Insights/Insights.mdx @@ -3,7 +3,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/ml-ai/ai-i sidebar_label: "Insights" learn_status: "Published" learn_rel_path: "Netdata AI/Insights" -sidebar_position: "20" +sidebar_position: "30" learn_link: "https://learn.netdata.cloud/docs/netdata-ai/insights" slug: "/netdata-ai/insights" --- diff --git a/docs/Netdata AI/Investigations/Investigations.mdx b/docs/Netdata AI/Investigations/Investigations.mdx index e7f9051f2a..383d69b5fd 100644 --- a/docs/Netdata AI/Investigations/Investigations.mdx +++ b/docs/Netdata AI/Investigations/Investigations.mdx @@ -3,7 +3,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/netdata-ai sidebar_label: "Investigations" learn_status: "Published" learn_rel_path: "Netdata AI/Investigations" -sidebar_position: "30" +sidebar_position: "40" learn_link: "https://learn.netdata.cloud/docs/netdata-ai/investigations" slug: "/netdata-ai/investigations" --- diff --git a/docs/Netdata AI/MCP/MCP Connections/MCP Connections.mdx b/docs/Netdata AI/MCP/MCP Connections/MCP Connections.mdx index 1cea01de53..2bc2a85cb8 100644 --- a/docs/Netdata AI/MCP/MCP Connections/MCP Connections.mdx +++ b/docs/Netdata AI/MCP/MCP Connections/MCP Connections.mdx @@ -16,6 +16,8 @@ An alert tells you *what* changed. It rarely tells you *why*. That answer usuall This is the reverse of connecting an AI client *to* Netdata. Here, **Netdata reaches out to your MCP servers**. To instead connect an AI assistant (Claude, Cursor, a CLI) to Netdata's own MCP server, see [Supported AI Clients](/docs/netdata-ai/mcp/supported-ai-clients). +MCP Connections bring in context from other systems. For the context only your team can provide — service tiers, known behaviours, ownership — see [Infrastructure Knowledge](/docs/netdata-ai/infrastructure-knowledge). + ![MCP Connections settings](https://raw.githubusercontent.com/netdata/docs-images/refs/heads/master/netdata-cloud/netdata-ai/mcp-connections-settings.png) ## Prerequisites diff --git a/docs/Netdata AI/MCP/MCP.mdx b/docs/Netdata AI/MCP/MCP.mdx index 5a7e9a53bd..c906168d8a 100644 --- a/docs/Netdata AI/MCP/MCP.mdx +++ b/docs/Netdata AI/MCP/MCP.mdx @@ -3,7 +3,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/netdata-ai sidebar_label: "MCP" learn_status: "Published" learn_rel_path: "Netdata AI/MCP" -sidebar_position: "70" +sidebar_position: "80" learn_link: "https://learn.netdata.cloud/docs/netdata-ai/mcp" slug: "/netdata-ai/mcp" --- diff --git a/docs/Netdata AI/Netdata AI.mdx b/docs/Netdata AI/Netdata AI.mdx index 72eb87896e..209d2d2a97 100644 --- a/docs/Netdata AI/Netdata AI.mdx +++ b/docs/Netdata AI/Netdata AI.mdx @@ -62,6 +62,10 @@ Local, unsupervised ML runs on every agent, learning normal behavior and scoring Connect AI clients to Netdata’s MCP server to bring live observability into natural‑language workflows and optional automation. Options include [MCP](/docs/netdata-ai/mcp), [Chat with Netdata](/docs/netdata-ai/mcp/chat-with-netdata), and [Supported AI Clients](/docs/netdata-ai/mcp/supported-ai-clients) like Claude Desktop, Cursor, VS Code, JetBrains IDEs, Claude Code, Gemini CLI, and the Netdata Web Client. Netdata Cloud can also act as an MCP client that connects to your own tools — see [MCP Connections](/docs/netdata-ai/mcp/mcp-connections). +### 8) Infrastructure Knowledge + +[Infrastructure Knowledge](/docs/netdata-ai/infrastructure-knowledge) is what Netdata AI knows about *your* infrastructure that telemetry cannot show: service tiers, ownership, known behaviours, SLOs. Write it down in a shared document, or simply tell Netdata AI in a conversation and let it remember — every conversation, investigation, and report uses it. + ## Usage and credits - Eligible Spaces receive 10 free AI credits; each Insights report, investigation, or alert troubleshooting run consumes 1 AI credit. diff --git a/docs/Netdata AI/Troubleshooting/Troubleshooting.mdx b/docs/Netdata AI/Troubleshooting/Troubleshooting.mdx index b0309297c2..a99389fde1 100644 --- a/docs/Netdata AI/Troubleshooting/Troubleshooting.mdx +++ b/docs/Netdata AI/Troubleshooting/Troubleshooting.mdx @@ -3,7 +3,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/netdata-ai sidebar_label: "Troubleshooting" learn_status: "Published" learn_rel_path: "Netdata AI/Troubleshooting" -sidebar_position: "40" +sidebar_position: "50" learn_link: "https://learn.netdata.cloud/docs/netdata-ai/troubleshooting" slug: "/netdata-ai/troubleshooting" --- diff --git a/docs/Netdata Agent/Node Identities.mdx b/docs/Netdata Agent/Node Identities.mdx index 2c79a4f8da..ece93e602d 100644 --- a/docs/Netdata Agent/Node Identities.mdx +++ b/docs/Netdata Agent/Node Identities.mdx @@ -111,8 +111,7 @@ See [VM Templates](/docs/netdata-agent/vm-templates) for how to avoid this when Each virtual node is defined in a YAML file: ```yaml -- name: my-remote-server - hostname: remote-server.example.com +- hostname: remote-server.example.com guid: a1b2c3d4-e5f6-7890-abcd-ef1234567890 labels: environment: production @@ -123,8 +122,9 @@ Each virtual node is defined in a YAML file: |------------|----------|-------------------------------------------------| | `hostname` | Yes | Display name shown in dashboards and Cloud | | `guid` | Yes | UUID that uniquely identifies this virtual node | -| `name` | No | Internal reference name | +| `name` | No | Ignored for YAML definitions; `hostname` supplies the reference name | | `labels` | No | Key-value pairs for filtering and organization | +| `stale_after` | No | Host inactivity timeout as whole seconds or a duration such as `5m`. Zero disables the timeout. | :::warning @@ -146,7 +146,7 @@ In the Netdata UI, open the node's dynamic configuration view and look for the * ::: -The GUI form exposes `hostname`, `guid`, and `labels` — the same fields as YAML, minus `name` which the Agent ignores: +The GUI form exposes `hostname`, `guid`, `labels`, and `stale_after` — the same fields as YAML, minus `name` which the Agent ignores: | Field | Required in the GUI | Description | |------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------------| @@ -154,13 +154,15 @@ The GUI form exposes `hostname`, `guid`, and `labels` — the same fields as YAM | `hostname` | No | Display name shown in dashboards and Cloud. If left blank, the job name you assign when creating the vnode is used as the hostname. | | `labels` | No | Key-value pairs for filtering and organization. | +The optional `stale_after` GUI field accepts whole seconds, from 0 to 4294967295. Omitting it preserves any legacy `_node_stale_after_seconds` label; an explicit value overrides that label, and zero disables it. When the timeout is enabled, stopping a job suppresses its chart cleanup to avoid refreshing host activity. Its charts can therefore remain while another job keeps the vnode active. + Generate a `guid` with `uuidgen` on Linux/macOS, or `[guid]::NewGuid()` in PowerShell. Each `guid` must be unique across your infrastructure, as described in the GUID Uniqueness warning above. Each `hostname` must also be unique across all vnodes — the Agent rejects a new vnode whose hostname matches an existing one. See [Does renaming a virtual node change its identity?](#does-renaming-a-virtual-node-change-its-identity) for how each field affects the vnode. :::info **Changes apply without an Agent restart** -Vnode changes applied via the GUI propagate immediately to all running collector jobs that reference the vnode — no restart or reload is needed. +Vnode changes applied via the GUI are used by subsequent output without an Agent restart. A collection already in progress keeps its routing GUID; the next collection adopts an updated named vnode snapshot. ::: @@ -180,16 +182,18 @@ Vnode changes applied via the GUI propagate immediately to all running collector ### Attaching a Virtual Node to a Collector Job -Defining a vnode is step 1. The vnode becomes active when a collector job references it by setting `vnode` in the job's configuration to the vnode's **hostname**: +Defining a vnode is step 1. The vnode becomes active when a collector job references it by setting `vnode` in the job's configuration to the vnode's **name**: ```yaml jobs: - name: win_server1 - vnode: win_server1 + vnode: remote-server.example.com url: http://203.0.113.10:9182/metrics ``` -The `vnode` value must exactly match the `hostname` of the vnode definition. The Agent resolves the vnode at job startup — if the referenced hostname is not registered, the job fails to start. +The `vnode` value must exactly match the vnode reference name. For YAML definitions, the reference name is always `hostname` and any explicit `name` is ignored; for GUI definitions, use the name assigned when creating the vnode. If that name is not registered, the job fails to start. + +Several jobs can reference the same vnode. Its configured hostname and host labels govern output to its GUID within that plugin process, including collector-generated scopes using the same GUID. Job labels remain chart labels. Removing an unreferenced configured vnode lets generated contributors resume using their own host metadata. :::note @@ -200,7 +204,7 @@ The `vnode` value must exactly match the `hostname` of the vnode definition. The ### How Virtual Nodes Work 1. Define a vnode (YAML file or GUI) with a unique `hostname` and `guid` -2. Configure the collector job with `vnode: ` to attach it +2. Configure the collector job with `vnode: ` to attach it 3. Metrics are tagged with the vnode's GUID instead of the Agent's Machine GUID 4. Cloud sees the vnode as a separate node in your Space 5. Parent nodes store vnode metadata alongside Children metadata @@ -474,8 +478,7 @@ cat /etc/netdata/vnodes/* Each file contains a `guid` field that uniquely identifies the vnode: ```yaml -- name: my-remote-server - hostname: remote-server.example.com +- hostname: remote-server.example.com guid: a1b2c3d4-e5f6-7890-abcd-ef1234567890 ``` diff --git a/docs/Netdata Agent/Versions & Platforms.mdx b/docs/Netdata Agent/Versions & Platforms.mdx index 92aa6cc127..bb34fb41e5 100644 --- a/docs/Netdata Agent/Versions & Platforms.mdx +++ b/docs/Netdata Agent/Versions & Platforms.mdx @@ -83,7 +83,6 @@ Our [static builds](#static-builds) are expected to work on these platforms if a | Docker | 19.03 or newer | x86\_64, ARMv7, AArch64 | See our [Docker documentation](/docs/netdata-agent/installation/docker) for more info on using Netdata on Docker | | Debian | 13.x | x86\_64, i386, ARMv7, AArch64 | | | Debian | 12.x | x86\_64, i386, ARMv7, AArch64 | | -| Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | | | Fedora | 44 | x86\_64, AArch64 | | | Fedora | 43 | x86\_64, AArch64 | | | openSUSE | Tumbleweed | x86\_64, AArch64 | | @@ -185,6 +184,7 @@ This is a list of platforms that we have supported in the recent past but no lon |--------------------------|-----------|----------------------| | Amazon Linux | 2 | EOL as of 2026-06-30 | | CentOS | 7.x | EOL as of 2026-06-30 | +| Debian | 11.x | EOL as of 2026-08-31 | | Debian | 10.x | EOL as of 2024-07-01 | | Fedora | 42 | EOL as of 2026-05-13 | | Fedora | 41 | EOL as of 2025-12-15 | diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Alcatel-Lucent BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Alcatel-Lucent BGP.mdx index cb759cd0f8..b696de4903 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Alcatel-Lucent BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Alcatel-Lucent BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Arista BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Arista BGP.mdx index aa1bb82cab..cf3ae207ea 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Arista BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Arista BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Cisco BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Cisco BGP.mdx index c133559e97..64679fb814 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Cisco BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Cisco BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Dell BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Dell BGP.mdx index f49dfa67a7..992830abe5 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Dell BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Dell BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/F5 BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/F5 BGP.mdx index aa503ef29c..49b54e8092 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/F5 BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/F5 BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Generic BGP BGP4-MIB.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Generic BGP BGP4-MIB.mdx index f94f17c244..9504776f62 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Generic BGP BGP4-MIB.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Generic BGP BGP4-MIB.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Huawei BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Huawei BGP.mdx index af93fc84c2..c870e4b427 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Huawei BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Huawei BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Juniper BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Juniper BGP.mdx index f0fa99b460..bc871a8044 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Juniper BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Juniper BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NEC BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NEC BGP.mdx index 33f6be54e7..632b280e5f 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NEC BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NEC BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NVIDIA BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NVIDIA BGP.mdx index ba642662ea..48d60e0b57 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NVIDIA BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/NVIDIA BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Nokia BGP.mdx b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Nokia BGP.mdx index 5b2f8bb38c..4f3ebd89f8 100644 --- a/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Nokia BGP.mdx +++ b/docs/Network Performance Monitoring/BGP Monitoring/Integrations/Nokia BGP.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Collect Troubleshooting Data.mdx b/docs/Network Performance Monitoring/Device Metrics/Collect Troubleshooting Data.mdx index 1746b6766c..c3b326b8de 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Collect Troubleshooting Data.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Collect Troubleshooting Data.mdx @@ -3,7 +3,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/npm/device sidebar_label: "Collect Troubleshooting Data" learn_status: "Published" learn_rel_path: "Network Performance Monitoring/Device Metrics" -description: "Collect raw SNMP data without credentials for Netdata Support to investigate metrics and topology issues." +description: "Include built-in SNMP diagnostics in a private support bundle for metrics, BGP, licensing, and topology issues." sidebar_position: "60" learn_link: "https://learn.netdata.cloud/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data" slug: "/network-performance-monitoring/device-metrics/collect-troubleshooting-data" @@ -14,224 +14,94 @@ slug: "/network-performance-monitoring/device-metrics/collect-troubleshooting-da # Collect SNMP troubleshooting data -Use this collector when Netdata Support needs the raw SNMP data returned by one or more network devices. It is useful for -investigating missing metrics, incomplete topology, profile matching, authentication failures, timeouts, and unsupported OIDs. +For SNMP metrics, BGP, licensing, or topology problems, send Netdata Support a support bundle that includes the Agent's +built-in SNMP diagnostics. There is no separate Python collector to download, and collecting the bundle sends no extra +SNMP requests to your devices. -The collector is a standalone troubleshooting tool. It does not inspect a running Netdata Agent, reproduce Netdata topology, -scan networks, or change any device or Netdata configuration. +## Create the bundle -## What the collector does +Run this on the Netdata Agent that polls the affected devices: -The collector follows a simple, visible workflow: - -1. You select the affected nodes manually, from an existing Netdata `go.d/snmp.conf`, or both. -2. It asks for any required settings or credentials that are not available from the configuration. -3. It prints the exact nodes, SNMP versions, and protocol data it will request. No SNMP requests have been sent yet. -4. It waits for approval. -5. It prints progress while collecting bounded raw SNMP walks. -6. It creates one private `.tar.gz` archive. -7. It reports successful, partial, and failed protocol collections. - -The raw walks cover system identity, interfaces, bridge/STP/FDB, LLDP, LLDPv2, CDP, IP addresses and neighbors, OSPF, -standard BGP, and common vendor BGP tables. - -SNMP credentials are stored in a private temporary Net-SNMP configuration, not in command-line arguments or the final archive. -The temporary data is removed when the collector finishes or is interrupted. - -## Requirements - -Run the collector on a Linux system that can reach the affected devices. It requires: - -- Python 3.6 or later; -- PyYAML when using a Netdata configuration file; -- `snmpwalk` from the Net-SNMP command-line tools; -- `curl` and `sha256sum` only when using the download procedure below. - -For example, the required packages are commonly named `python3-yaml` and `snmp` on Debian/Ubuntu, or `python3-pyyaml` and -`net-snmp-utils` on RHEL-compatible systems. - -## Download the collector - -Download the reviewed collector into a private temporary directory and verify it before running it: - -```bash -SNMP_DIAG_DIR="$(mktemp -d)" -( - set -euo pipefail - chmod 700 "$SNMP_DIAG_DIR" - SNMP_DIAG_SHA256='d022249eefbcf4c65cd4433dc115d65343efa76a1317d9ac9388f5adb16b009f' - curl --fail --location --proto '=https' --tlsv1.2 \ - --output "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" \ - 'https://raw.githubusercontent.com/netdata/netdata/master/src/go/plugin/go.d/collector/snmp/tools/collect-snmp-troubleshooting-data.py' - printf '%s %s\n' "$SNMP_DIAG_SHA256" "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" | sha256sum --check - - chmod 700 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" - python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" --help -) -``` - -If checksum verification fails, do not run the file. Report the failure in the support ticket. - -Running the collector with `--help`, `-h`, or no parameters prints its complete usage without contacting any device: - -```bash -python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" +```sh +sudo netdata-support-bundle --include-snmp-diagnostics ``` -## Select nodes from Netdata configuration - -The collector checks these Netdata configuration roots in order: - -1. `/etc/netdata` -2. `/opt/netdata/etc/netdata` - -The first root containing Netdata SNMP configuration wins. Within that root, the collector reads the standard static jobs file -`go.d/snmp.conf` and SNMP service-discovery file `go.d/sd/snmp.conf` when they exist. +For a static installation: -List the available static jobs and discovery credential scopes without exposing credentials: - -```bash -sudo python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" --list-configured +```sh +sudo /opt/netdata/usr/sbin/netdata-support-bundle --include-snmp-diagnostics ``` -Select only the affected jobs by repeating `--node`: - -```bash -sudo python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" \ - --node 'core-switch' \ - --node 'edge-router' -``` - -You can also select a configured job by its exact address. If the same address belongs to multiple static jobs, use the job name -so the collector knows which credentials to use. - -For SNMP service discovery, select the exact affected IP address. The collector reuses the credential assigned to the single -configured range containing that address: +On Windows, open PowerShell as Administrator: -```bash -sudo python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" \ - --node '192.0.2.10' +```powershell +powershell -ExecutionPolicy Bypass -File "C:\Program Files\Netdata\usr\libexec\netdata\netdata-support-bundle.ps1" -IncludeSnmpDiagnostics ``` -The collector does not read the discovery cache, enumerate a range, or scan a subnet. If an address belongs to multiple -credential scopes, use manual configuration so the intended credentials are explicit. - -Use a different static-jobs or SNMP-discovery configuration file when needed. An explicit path always wins and the collector -stops if that file does not exist: - -```bash -sudo python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" \ - --netdata-snmp-config '/private/path/snmp.conf' \ - --node 'core-switch' -``` - -Use `sudo` when the Netdata configuration or its credentials are protected. Alternatively, copy the configuration to a private, -restricted location and provide its path explicitly. - -`--all-configured` selects every enabled static job in the chosen configuration. It never expands discovery ranges. Use it only -when all static jobs are relevant: - -```bash -sudo python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" --all-configured -``` - -## Configure nodes manually - -A Netdata configuration is optional. Select a manual SNMPv1 or SNMPv2c node by address and assign a useful name with -`NAME=ADDRESS`: - -```bash -python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" \ - --node 'access-switch=192.0.2.10' \ - --snmp-version 2c \ - --port 161 \ - --timeout 5 \ - --retries 1 -``` - -The collector requests the community with a hidden prompt. It never accepts communities or passphrases as command-line -arguments, where other local users could see them. - -For SNMPv3, provide the non-secret protocol settings and enter the passphrases at the hidden prompts: - -```bash -python3 "$SNMP_DIAG_DIR/collect-snmp-troubleshooting-data.py" \ - --node 'edge-router=192.0.2.20' \ - --snmp-version 3 \ - --v3-user 'operator' \ - --v3-level authPriv \ - --v3-auth-proto sha256 \ - --v3-priv-proto aes256 \ - --v3-context 'routing-instance' -``` - -Omit `--v3-context` when the device uses the default SNMPv3 context. - -`NAME=ADDRESS` explicitly requests manual settings even when the address belongs to a configured discovery scope. Repeat -`--node` to select several manual nodes that use the same command-line protocol settings. Run separate collections when manual -nodes require different settings, or describe them as separate jobs in a private Netdata-format configuration file. - -When every selected node uses `NAME=ADDRESS`, the collector does not load automatically detected Netdata configuration. An -explicit `--netdata-snmp-config` path is still loaded and validated. - -If a Netdata configuration value contains a canonical `${env:VARIABLE}` reference available to the collector, it is resolved -using Netdata's trimmed-value behavior. Text such as `${TOKEN}` without a resolver scheme remains literal. For other unresolved -active references, such as protected `${file:/path}` secrets, the collector prompts for the effective value instead of trying to -reproduce Netdata's secret-resolution machinery. - -## Review and approve the plan - -Before sending any SNMP request, the collector prints: +For a container installation, run the command inside the container. See +[Netdata Support Bundle](/docs/developer-and-contributor-corner/netdata-support-bundle) for output locations, container +logs, and other bundle options. -- each selected node name and address; -- the SNMP port and version; -- whether the settings came from manual input or a Netdata configuration; -- every protocol data group it will collect. +The command prints the path to one archive. Attach it to a restricted ticket in the +[Netdata Support portal](https://support.netdata.cloud/support/home), along with the affected device, the symptom, and the +time it occurred. Include any recent device configuration or firmware changes. -Review the plan and answer `y` or `yes` to proceed. Any other answer cancels collection without contacting a device. +**SNMP evidence is unsanitized.** It can contain addresses, hostnames, interface descriptions, inventory, metric values, +and arbitrary data returned by devices. Connection credentials are excluded from diagnostic records, but device-returned +values are not scrubbed for secrets or personal information. Share this bundle privately, never in a public GitHub issue. +The inclusion flag is required; ordinary support bundles omit SNMP diagnostic files. -`--yes` accepts the printed plan non-interactively. Use it only after the same command and scope have already been reviewed. +## What the evidence contains -## Read and submit the result +The Agent records evidence from its existing collection work: -The collector prints every SNMP command before running it, followed by progress and a result for each node and protocol group. -One of these statuses is recorded for each group: +- Job lifecycle and preparation outcomes, including failures before a device becomes available for topology. +- Per-device metric collection, emitted samples, profile selection context, structured failures, and source operations. +- BGP and licensing results, including cache state and the source operations that produced retained values. +- Topology acquisition evidence and retained historical checkpoints for offline reconstruction and inspection. -- `success`: every walk in the group completed; -- `partial`: some data was collected, but a walk failed or its bounded output was truncated; -- `failed`: no walk in the group completed. +This is passive evidence of what Netdata collected. It does not walk additional OIDs, probe unconfigured devices, or keep +every poll forever. A protocol's absence can mean it was not selected by the device's profiles or has not been collected. +Support may request a targeted additional check when the retained evidence cannot answer a question. -The final archive is named `netdata-snmp-data-.tar.gz`. It contains: +## Timing and retained files -- `plan.txt`: the approved collection scope; -- `collection-status.tsv`: per-node and per-protocol results; -- `summary.txt`: successful, partial, and failed totals; -- `devices/`: bounded raw SNMP output; -- `manifest.sha256`: integrity hashes for the files in the archive; -- `README.txt`: handling guidance. +Files live under the Agent's state directory, in `snmp/diagnostics/`. This is normally +`/var/lib/netdata/snmp/diagnostics/`, or `/opt/netdata/var/lib/netdata/snmp/diagnostics/` for static installations. +The bundle copies them into `06-state/snmp-diagnostics/`: -The process exit code is `0` when every protocol group succeeds, `2` when the archive contains partial or failed collections, -`1` for a fatal setup error, `130` for Ctrl-C, `129` for `SIGHUP`, and `143` for `SIGTERM`. An exit code of `2` still produces -useful diagnostic evidence. +| File | Purpose and timing | +|---|---| +| `lifecycle.zst` | Independently updated job lifecycle status and whether topology is active. | +| `topology/checkpoint-*.zst` | The last three meaningful topology checkpoints. Each is self-contained, including its own lifecycle cut. Topology refresh defaults to 30 minutes; file timestamps need not match device metric polls. | +| `normal/runs.json` | Identifies the current and, when available, previous evidence-bearing go.d process run. | +| `normal//device-*.zst` | One file per device containing its latest normal collection attempt, retained last failure, and associated metric, BGP, licensing, and source evidence. First evidence is eligible for prompt publication; subsequent writes are spaced five minutes apart per device. | -Attach the single `.tar.gz` archive to a restricted ticket in the -[Netdata Support portal](https://support.netdata.cloud/support/home). Include what is missing or incorrect, when the problem was -visible, and whether device configuration or firmware changed recently. +Normal evidence is updated in memory on each poll, so the next write captures the latest state without rewriting topology. +Publication is asynchronous and best effort; busy or failing storage can delay it. Previous-run files preserve evidence +across a restart until a later evidence-bearing run replaces them. Registration IDs are scoped to a run, so use run IDs +and captured timestamps when comparing files. -Raw SNMP data can contain private hostnames, addresses, MAC addresses, interface descriptions, device identifiers, and other -network inventory. Do not upload the archive to Slack, GitHub, email, a public ticket, or another public location. +The support bundle copies complete files without decompressing or modifying them. Files can change independently while +it runs: the bundle is not a simultaneous snapshot of the whole directory. Check `06-state/snmp-diagnostics-status.txt` +and `MANIFEST.json` for missing files, copy failures, or an incomplete result. A partial bundle can still be useful. -## If collection fails +## If diagnostic files are missing -- **A required command is missing:** install the package named in the error and rerun the same command. -- **The Netdata configuration is unreadable:** rerun with `sudo`, or pass a private readable copy with - `--netdata-snmp-config`. -- **A configured secret reference cannot be resolved:** enter the effective value at the hidden prompt. -- **Some walks fail or time out:** submit the archive. Failures are useful evidence and do not stop the remaining probes. -- **Collection is interrupted:** rerun it. The collector removes private temporary data and does not keep an incomplete archive. +- Check `06-state/snmp-diagnostics-status.txt`. `not_requested` means the inclusion flag was omitted; `unavailable` + means no completed evidence was found; `partial` means some requested evidence could not be copied. +- Confirm that your Agent version includes built-in SNMP diagnostics. Downloading a newer bundle script alone cannot + create evidence that an older Agent never recorded. +- Let the Agent collect the affected device and allow time for publication. Check the Agent logs for collection or + diagnostic publication failures. +- Run go.d through the Agent service. Diagnostic file publication is disabled when any of go.d's standard streams is a + terminal; an interactive debug invocation does not produce fresh diagnostic files. Files from a previous daemon run may + still exist, so check their timestamps. +- Use sufficient permissions to read the Agent's state directory. No Python, Net-SNMP tools, or local Zstandard decoder + is needed to include existing files in a bundle. ## Related documentation - [Troubleshooting SNMP device metrics](/docs/network-performance-monitoring/device-metrics/troubleshooting) - [SNMP device configuration](/docs/network-performance-monitoring/device-metrics/configuration) - [SNMP topology discovery methods](/docs/network-performance-monitoring/topologies/discovery-methods) -- [Secrets Management](/docs/collecting-metrics/secrets-management) diff --git a/docs/Network Performance Monitoring/Device Metrics/Configuration/SNMP Profile Format.mdx b/docs/Network Performance Monitoring/Device Metrics/Configuration/SNMP Profile Format.mdx index 6ece93732d..2af2082f57 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Configuration/SNMP Profile Format.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Configuration/SNMP Profile Format.mdx @@ -181,6 +181,17 @@ virtual_metrics: | [**static_tags**](#6-static_tags) | Defines fixed tags applied to all metrics. | | [**virtual_metrics**](#7-virtual_metrics) | Defines calculated or aggregated metrics based on others. | +Profile metric tags must be objects, such as `{tag: interface, index: 1}`. +Top-level `metric_tags` read scalar OIDs: they require `symbol.OID` and cannot +use `table`, `index`, or `index_transform`. Legacy tag-level OIDs are normalized +before these checks. +Datadog string references such as `metric_tags: [ifName]` are unsupported and +fail YAML decoding. The Datadog metric `options` object (`placement`, +`metric_suffix`) is ignored; it does not extract flags or change metric names. +Unknown struct fields continue to be ignored by the profile loader, including +fields on profiles, metrics, symbols, and metadata field definitions. Map entries +such as metadata resource names and field names are validated and can be rejected. + ### 1. selector You use the selector to: @@ -256,12 +267,24 @@ Metric override identity depends on metric type: ### 3. metadata +Each metadata field requires a static `value`, a `symbol`, or a non-empty `symbols` list. +Every configured symbol requires both `OID` and `name`, even when a static value is also present. +Ordinary device metadata permits static values alongside symbols; `sysobjectid_metadata` requires choosing one of those forms. + The `metadata` section defines **device-level information** (not metric tags). It is collected **once per device** and populates the device’s **host labels** in Netdata (the “virtual node” labels shown on the device page). It always follows the structure `metadata → device → fields`, where each field defines a single label. +The optional top-level `sysobjectid_metadata` list defines device-specific metadata using +entries with `sysobjectid` and `metadata` fields. Matching entries are collected even when +`metadata.device` is absent, including when consumer scoping removes ordinary metadata. + +The Datadog `metadata.interface` resource is unsupported and fails profile +validation. Legacy `id_tags` are ignored; use metric tags for per-row labels. + + Each field can be: - **Static** — `value:` is a fixed string. @@ -436,8 +459,7 @@ topology: allows OctetString columns such as an ARP physical address to anchor a row. Scalar topology symbols retain their ordinary value semantics. - Topology rows do not use chart/export-only fields such as `chart_meta`, - `metric_type`, `mapping`, `transform`, `scale_factor`, `format`, or - `constant_value_one` on the row value symbol. + `metric_type`, `mapping`, `transform`, `scale_factor`, or `format` on the row value symbol. - Table topology row symbols also reject `extract_value`, `match_pattern`, and `match_value` because structural presence mode intentionally ignores the anchor PDU value. These transformations remain valid for scalar topology @@ -856,6 +878,16 @@ The collector automatically detects the appropriate **metric type** (e.g., `gaug You can explicitly set a metric’s type using the `metric_type` field inside a symbol definition. +The legacy metric-row `metric_type` also remains supported. For scalar rows it +supplies the symbol's default type; for table rows it supplies the default for +each column. An explicit `symbol.metric_type` or `symbols[].metric_type` takes +precedence. With neither override, Netdata derives the type from the SNMP PDU. +Prefer setting the type on each symbol in new profiles. + +The retired `constant_value_one` field is ignored. Metric symbols still require an OID; +this field neither generates a constant metric nor suppresses an OID-backed metric. + + ```yaml metrics: - MIB: IF-MIB @@ -1430,6 +1462,15 @@ Use exactly one row-index selector per typed BGP value: `index`, `index_from_end`, or `index_transform`. Profile validation rejects typed BGP values that set more than one of these selectors. +For typed BGP and licensing values, OID aliases resolve in this order: +`symbol.OID`, then `from`, then legacy `OID`. Collection, table-boundary validation, +and scalar inheritance identity use that same source. Prefer one source form per +value; new profiles should use `symbol` objects or `from`. + +For typed BGP values, a non-empty `symbol.mapping` takes precedence over a value-level +`mapping`. Validation checks the same effective mapping used during collection, including +the canonical peer-state and AFI/SAFI values. Prefer one mapping location to avoid ambiguity. + Typed BGP cross-table value fields can also use `lookup_symbol` with `table:` and `index_transform:`. This is needed when a BGP peer-family table is indexed by a compact peer ID, but peer identity fields such as neighbor and @@ -1483,10 +1524,9 @@ selector-scoped device exception above. Tag transformations let you **modify or extract parts of SNMP values** to produce clear, human-readable tags. -They work the same in **both** places: - -- `metadata` (e.g., device model, OS name), and -- `metric_tags` (e.g., per-row interface labels). +Metadata symbols and SNMP-value metric tags support formatting, extraction, replacement, +and mapping. Global, same-table, and cross-table metric tags also support `match` + `tags` +to emit multiple labels. Metadata fields do not support that multi-tag form. **Available Tag Transformations**: @@ -1502,14 +1542,23 @@ They work the same in **both** places: | Rule | Description | |-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------| -| **Where** | Can be used inside `metadata.*.fields.*.symbols[]` and `metric_tags[]`. | -| **Order of application** | 1️⃣ `match_pattern` + `match_value` **or** `extract_value` (whichever is present) → 2️⃣ `mapping` → 3️⃣ `match` + `tags` (if defined). | +| **Where** | Metadata transformations belong inside `symbol` or `symbols[]`. For metric tags, regex extraction/replacement and format belong inside `symbol`; mapping and `match` + `tags` belong on the tag. | +| **Order of application** | `format` → `extract_value` → `match_pattern` + `match_value` → `mapping` → `match` + `tags` (metric tags only). Every configured step runs on the preceding result. | | **No match behavior** | • `extract_value`: keeps the original value.
• `match_pattern`: skips the value (tag not emitted).
• `match` + `tags`: emits no tags. | -| **Multiple symbols** | If multiple `symbols` are listed for the same tag, the **first non-empty result** is used. | +| **Metadata fallback** | For metadata `symbols`, an extraction mismatch tries the next symbol; the last symbol retains the original value on an extraction miss. The first non-empty result wins. | | **Mapping key consistency** | Keys in a `mapping` must all be the same type — all numeric or all string. | | **Mapping modes** | Tags and metadata support only exact-match mapping. Use `mapping.items`; `mapping.mode` is optional and defaults to exact. | | **Safety** | Keep regexes simple and, when possible, **anchor them** (e.g. `^pattern$`) to prevent unwanted matches. | +For example, extracting `1` from `value=1` and mapping `1` to `up` emits `up`. +Combining transformations now applies the entire sequence; older releases selected only +one operation for SNMP-value metric tags. Extraction without a match retains the input; +replacement or final multi-tag matching without a match emits no tag. + +Raw index tags keep a different order: index selection → extraction → replacement → +`symbol.format` → mapping. Their regex misses reject the tag because index parsing failed. +They do not support the multi-tag `match` + `tags` form. + **Quick Syntax Recap**: - `mapping` @@ -1780,7 +1829,7 @@ These transformations are typically used to: | Rule | Description | |---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **Where** | Metric value transformations are used inside `metrics[*].symbol` or `metrics[*].symbols[]`; `format` also applies when symbols are used for metric tags or device metadata. | +| **Where** | Metric value transformations are used inside `metrics[*].symbol` or `metrics[*].symbols[]`; `format` also applies when symbols are used for metric tags or device metadata. | | **Order of application** | For string-decoded metric values: 1️⃣ `format` (if present) → 2️⃣ `extract_value` (if present) → 3️⃣ `match_pattern` + `match_value` (if present) → 4️⃣ `mapping` → 5️⃣ numeric parsing → 6️⃣ `scale_factor`. Ordinary numeric PDUs skip the string-only `extract_value` and `match_pattern` steps and use numeric parsing → `mapping` → `scale_factor`. | | **Scale factor position** | `scale_factor` is always applied **last**, after all other metric value transformations. It cannot be combined with `mapping.mode: bitmask`. | | **String base parsing** | String-like values are parsed as base-10 by default. If `format: hex` is set, extracted values are parsed as base-16. | @@ -1857,7 +1906,8 @@ In exact mode, the emitted dimension names come from the **string side** of the - In bitmask mode, sets every mapped dimension whose bit is active to `1`, and inactive mapped bits to `0`. - If the value doesn’t match any exact key, all exact-mode dimensions are `0`. - `mapping.mode: bitmask` works only for **metric values**, not for tags or metadata. -- `mapping.mode: bitmask` keys must be `0` or a single power-of-two bit (`1`, `2`, `4`, `8`, ...). +- `mapping.mode: bitmask` keys must be `0` or a single power-of-two bit from `1` through `9223372036854775808` (bits 0–63). +- Bitmask values support unsigned 64-bit numeric, decimal-string, and hexadecimal inputs. The internal raw `int64` value retains the same bits, so a value with bit 63 set has a negative raw representation; decoded dimensions remain `0` or `1`. - `scale_factor` cannot be combined with `mapping.mode: bitmask`. - If multiple bit keys map to the same dimension, that dimension is active when any mapped bit is active. @@ -2407,6 +2457,9 @@ that section; regular `metrics:` rows are not used as a licensing transport. ### Authoring contract +For table licensing rows, every effective OID source must be inside `table.OID`, +whether it is written as `symbol.OID`, `from`, or legacy `OID`. + A licensing row describes one vendor license, entitlement, contract, or license pool. A row may be table-backed or scalar-backed: @@ -2442,14 +2495,15 @@ licensing: OID: 1.3.6.1.4.1.2620.1.6.18.1 name: licensingTable identity: - id: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.2, name: licensingID } - name: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.4, name: licensingBladeName } + id: { symbol: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.2, name: licensingID } } + name: { symbol: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.4, name: licensingBladeName } } component: { value: blade } descriptors: type: { value: subscription } state: - OID: 1.3.6.1.4.1.2620.1.6.18.1.1.5 - name: licensingState + symbol: + OID: 1.3.6.1.4.1.2620.1.6.18.1.1.5 + name: licensingState mapping: valid: "0" "about-to-expire": "1" @@ -2457,12 +2511,13 @@ licensing: signals: expiry: timestamp: - OID: 1.3.6.1.4.1.2620.1.6.18.1.1.6 - name: licensingExpirationDate + symbol: + OID: 1.3.6.1.4.1.2620.1.6.18.1.1.6 + name: licensingExpirationDate sentinel: [timer_u32_max] usage: - used: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.10, name: licensingUsedQuota } - capacity: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.9, name: licensingTotalQuota } + used: { symbol: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.10, name: licensingUsedQuota } } + capacity: { symbol: { OID: 1.3.6.1.4.1.2620.1.6.18.1.1.9, name: licensingTotalQuota } } ``` Example scalar-backed row: @@ -2480,9 +2535,10 @@ licensing: signals: expiry: timestamp: - OID: 1.3.6.1.4.1.14988.1.1.4.2.0 - name: mtxrLicUpgrUntil - format: snmp_dateandtime + symbol: + OID: 1.3.6.1.4.1.14988.1.1.4.2.0 + name: mtxrLicUpgrUntil + format: snmp_dateandtime sentinel: [timer_pre_1971] ``` diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com Huawei.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com Huawei.mdx index 02d9d08251..d4bf1541ca 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com Huawei.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com Huawei.mdx @@ -188,6 +188,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com.mdx index a60a0faa25..783cee6f8e 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/3Com.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/A10 Thunder.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/A10 Thunder.mdx index f2c2b1e68c..c05531ae25 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/A10 Thunder.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/A10 Thunder.mdx @@ -315,6 +315,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/A10.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/A10.mdx index c3db8d10ef..406376b810 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/A10.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/A10.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC Netbotz.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC Netbotz.mdx index 0684b51a64..94666716b1 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC Netbotz.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC Netbotz.mdx @@ -190,6 +190,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC PDU.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC PDU.mdx index 1ddd4fdb95..1abe6618eb 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC PDU.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC PDU.mdx @@ -230,6 +230,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC UPS.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC UPS.mdx index 8f81246199..8675691b00 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC UPS.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC UPS.mdx @@ -245,6 +245,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC.mdx index 40c3cc1c2b..4933b14d06 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/APC.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/APC.mdx @@ -179,6 +179,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent ENT.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent ENT.mdx index bb02069d08..fa2035e69c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent ENT.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent ENT.mdx @@ -238,6 +238,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent IND.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent IND.mdx index ae378b8286..fe38c3b634 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent IND.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent IND.mdx @@ -177,6 +177,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent Omni Access WLC.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent Omni Access WLC.mdx index 5e0719f50b..27b1edc554 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent Omni Access WLC.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent Omni Access WLC.mdx @@ -209,6 +209,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent.mdx index 0a87450903..2f2e0f9225 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Alcatel Lucent.mdx @@ -177,6 +177,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Anue.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Anue.mdx index deb2716f09..af059c7d02 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Anue.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Anue.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista Switch.mdx index 0456e6d04f..060e3dd48e 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista Switch.mdx @@ -203,6 +203,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista.mdx index 5169cc4b6d..5c62f8030c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Arista.mdx @@ -311,6 +311,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Access Point.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Access Point.mdx index 49dd9acf05..f103b6815b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Access Point.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Access Point.mdx @@ -193,6 +193,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba CX Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba CX Switch.mdx index e17ab1d0a3..f07dce925f 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba CX Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba CX Switch.mdx @@ -233,6 +233,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Clearpass.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Clearpass.mdx index a708b12115..644d07d0a2 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Clearpass.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Clearpass.mdx @@ -286,6 +286,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Mobility Controller.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Mobility Controller.mdx index ff91906cb0..ce70ab06c9 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Mobility Controller.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Mobility Controller.mdx @@ -177,6 +177,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Switch.mdx index c353c4b5c9..7a61d25367 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Switch.mdx @@ -230,6 +230,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Wireless Controller.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Wireless Controller.mdx index 17165c590d..f7635592c5 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Wireless Controller.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba Wireless Controller.mdx @@ -265,6 +265,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba.mdx index 079a2ff4a8..72f00bba27 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Aruba.mdx @@ -193,6 +193,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Audiocodes Mediant SBC.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Audiocodes Mediant SBC.mdx index 2bf07383a5..d461329c6b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Audiocodes Mediant SBC.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Audiocodes Mediant SBC.mdx @@ -182,6 +182,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Aura Media Server.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Aura Media Server.mdx index fc30b225f5..79069697fa 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Aura Media Server.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Aura Media Server.mdx @@ -193,6 +193,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Cajun Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Cajun Switch.mdx index 340e855ff2..e57fe688d8 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Cajun Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Cajun Switch.mdx @@ -208,6 +208,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Media Gateway.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Media Gateway.mdx index fe28a79e46..4d39d3d8d9 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Media Gateway.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Media Gateway.mdx @@ -235,6 +235,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Nortel Ethernet Routing Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Nortel Ethernet Routing Switch.mdx index 05dd3f4ab7..947fe6ff76 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Nortel Ethernet Routing Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya Nortel Ethernet Routing Switch.mdx @@ -194,6 +194,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya.mdx index 649d827011..789216aa2d 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avaya.mdx @@ -167,6 +167,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avocent ACS.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avocent ACS.mdx index 9e130befb2..29333cbfed 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avocent ACS.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avocent ACS.mdx @@ -227,6 +227,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 32S.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 32S.mdx index c9b10bbc6c..5cf39308d3 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 32S.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 32S.mdx @@ -160,6 +160,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3E.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3E.mdx index 001878264f..7773d002ad 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3E.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3E.mdx @@ -176,6 +176,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3S.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3S.mdx index d6538996b2..0d364f5e04 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3S.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech Roomalert 3S.mdx @@ -162,6 +162,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech.mdx index a27036ed28..94187acb55 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Avtech.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda Cloudgen.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda Cloudgen.mdx index 46f5afe285..b3fba55082 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda Cloudgen.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda Cloudgen.mdx @@ -240,6 +240,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda.mdx index 4477218b17..dbabf2fbf1 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Barracuda.mdx @@ -205,6 +205,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecat Server.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecat Server.mdx index e614d9fc80..67a7812927 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecat Server.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecat Server.mdx @@ -232,6 +232,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecoat Proxysg.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecoat Proxysg.mdx index 285658d15a..6efbaf4dd4 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecoat Proxysg.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Bluecoat Proxysg.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade FC Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade FC Switch.mdx index 793fce13f2..38dde706d9 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade FC Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade FC Switch.mdx @@ -199,6 +199,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade.mdx index 3d3fd846dd..362091cfe6 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brocade.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother NET Printer.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother NET Printer.mdx index 58138082c9..1ac4b46a19 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother NET Printer.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother NET Printer.mdx @@ -166,6 +166,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother.mdx index 7c8aa6c39b..da9fbf458b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Brother.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Chatsworth PDU.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Chatsworth PDU.mdx index a96a66601c..340a1e11cb 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Chatsworth PDU.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Chatsworth PDU.mdx @@ -318,6 +318,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Checkpoint.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Checkpoint.mdx index 3da9487a07..06da6f1d33 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Checkpoint.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Checkpoint.mdx @@ -414,6 +414,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis Luna HSM.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis Luna HSM.mdx index e5d77d4f1b..77b831b0cd 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis Luna HSM.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis Luna HSM.mdx @@ -226,6 +226,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis.mdx index ae1b652948..14e939480e 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Chrysalis.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco 3850.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco 3850.mdx index 803cd2851a..da0061bb6d 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco 3850.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco 3850.mdx @@ -418,6 +418,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASA.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASA.mdx index b1eae28865..f584ad065a 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASA.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASA.mdx @@ -415,6 +415,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASR.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASR.mdx index 928120ee8c..7f1d402213 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASR.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ASR.mdx @@ -399,6 +399,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Access Point.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Access Point.mdx index 51199d9bdc..2bc6615b41 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Access Point.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Access Point.mdx @@ -408,6 +408,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst WLC.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst WLC.mdx index 64e976d298..af06f69499 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst WLC.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst WLC.mdx @@ -436,6 +436,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst.mdx index 260bdf98a4..f75831e360 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Catalyst.mdx @@ -430,6 +430,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Csr1000V.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Csr1000V.mdx index e4ed9a9296..ab448178c5 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Csr1000V.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Csr1000V.mdx @@ -399,6 +399,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower ASA.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower ASA.mdx index ca04ae0029..7136107d4a 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower ASA.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower ASA.mdx @@ -186,6 +186,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower.mdx index 15f7bfe15c..0bd73e8a78 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Firepower.mdx @@ -196,6 +196,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ICM.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ICM.mdx index eb624c8459..a8701eb144 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ICM.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ICM.mdx @@ -462,6 +462,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISE.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISE.mdx index c4322e4479..fbc8a62a0d 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISE.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISE.mdx @@ -222,6 +222,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR 4431.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR 4431.mdx index e3bd15bfd2..d7afb3ec90 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR 4431.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR 4431.mdx @@ -462,6 +462,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR.mdx index 65fd91e0bc..54cbf9feec 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco ISR.mdx @@ -399,6 +399,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Ironport Email.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Ironport Email.mdx index 2f773562bd..8479438981 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Ironport Email.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Ironport Email.mdx @@ -328,6 +328,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Legacy WLC.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Legacy WLC.mdx index b74ae96692..f6a4f13353 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Legacy WLC.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Legacy WLC.mdx @@ -222,6 +222,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Load Balancer.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Load Balancer.mdx index 49d827da47..5a872ceb05 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Load Balancer.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Load Balancer.mdx @@ -442,6 +442,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Meraki Cloud Controller.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Meraki Cloud Controller.mdx index 5993e53963..f42b81d20f 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Meraki Cloud Controller.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Meraki Cloud Controller.mdx @@ -177,6 +177,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco NCS.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco NCS.mdx index ebb4db9b12..a87f8f1dc4 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco NCS.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco NCS.mdx @@ -399,6 +399,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Nexus.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Nexus.mdx index 6296d23f3b..ebe6a922ba 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Nexus.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco Nexus.mdx @@ -479,6 +479,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco SB.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco SB.mdx index 983fa9867d..8867040be1 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco SB.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco SB.mdx @@ -184,6 +184,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UC Virtual Machine.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UC Virtual Machine.mdx index 35c5a5522c..dd8b099dc5 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UC Virtual Machine.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UC Virtual Machine.mdx @@ -462,6 +462,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UCS.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UCS.mdx index 3d8a2afdda..630d83eb26 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UCS.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco UCS.mdx @@ -288,6 +288,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco WAN Optimizer.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco WAN Optimizer.mdx index 9236f8e01f..0cadd871a1 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco WAN Optimizer.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco WAN Optimizer.mdx @@ -435,6 +435,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco.mdx index c70387852b..e4b808f3b0 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cisco.mdx @@ -399,6 +399,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler SDX.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler SDX.mdx index d0d0cd29f6..a0e292560b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler SDX.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler SDX.mdx @@ -210,6 +210,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler.mdx index 303e3524cc..a7130b40d8 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix Netscaler.mdx @@ -315,6 +315,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix.mdx index b116c99fc1..0fb6acbe87 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Citrix.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cradlepoint.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cradlepoint.mdx index 37f967e61a..d834e88416 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cradlepoint.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cradlepoint.mdx @@ -172,6 +172,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cyberpower PDU.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cyberpower PDU.mdx index 0c4e191d31..dc5b87552f 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Cyberpower PDU.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Cyberpower PDU.mdx @@ -263,6 +263,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell EMC Data Domain.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell EMC Data Domain.mdx index fdfbe21d0e..11beb2652f 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell EMC Data Domain.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell EMC Data Domain.mdx @@ -274,6 +274,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Force10.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Force10.mdx index fae23ea8b5..504f0fcc73 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Force10.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Force10.mdx @@ -173,6 +173,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell OS10.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell OS10.mdx index 5b783ad0cc..5d5ca9aff7 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell OS10.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell OS10.mdx @@ -248,6 +248,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Powerconnect.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Powerconnect.mdx index 84f13b866c..54b4a47ed6 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Powerconnect.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Powerconnect.mdx @@ -198,6 +198,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Poweredge.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Poweredge.mdx index 8e6b900666..c5a3eda53c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Poweredge.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Poweredge.mdx @@ -403,6 +403,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Sonicwall.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Sonicwall.mdx index 15a8595b26..3d30ba9c01 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Sonicwall.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell Sonicwall.mdx @@ -215,6 +215,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell.mdx index 02660da845..a4d78f7f34 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dell.mdx @@ -246,6 +246,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dialogic Media Gateway.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dialogic Media Gateway.mdx index a74d04d391..6a166cc873 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dialogic Media Gateway.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dialogic Media Gateway.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink DGS Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink DGS Switch.mdx index 4da204f626..9390046a54 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink DGS Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink DGS Switch.mdx @@ -224,6 +224,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink.mdx index 6373e1737e..94b18301c7 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Dlink.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton Epdu.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton Epdu.mdx index b9a02125b6..01a749a8e5 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton Epdu.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton Epdu.mdx @@ -227,6 +227,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton UPS.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton UPS.mdx index de4aa33c5f..1dcf6fa21e 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton UPS.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Eaton UPS.mdx @@ -294,6 +294,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Exagrid.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Exagrid.mdx index 258cf360cc..103c3bfb53 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Exagrid.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Exagrid.mdx @@ -228,6 +228,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Extreme Switching.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Extreme Switching.mdx index 255f099b48..cd30252976 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Extreme Switching.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Extreme Switching.mdx @@ -204,6 +204,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/F5 BIG IP.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/F5 BIG IP.mdx index 8b13e8e6dc..6e72ca3fc4 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/F5 BIG IP.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/F5 BIG IP.mdx @@ -410,6 +410,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fireeye.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fireeye.mdx index 5efeb87564..3b24c1e1bf 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fireeye.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fireeye.mdx @@ -268,6 +268,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Appliance.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Appliance.mdx index 8c3840fe68..17d3e2261b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Appliance.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Appliance.mdx @@ -233,6 +233,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortigate.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortigate.mdx index 121c8c88bf..019a713259 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortigate.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortigate.mdx @@ -331,6 +331,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortiswitch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortiswitch.mdx index f8a9a80c0d..90590f0f41 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortiswitch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet Fortiswitch.mdx @@ -182,6 +182,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet.mdx index 1b17a52893..4312b26fa7 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Fortinet.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic SNMP Device.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic SNMP Device.mdx index f4d5b75b53..6f817a4867 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic SNMP Device.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic SNMP Device.mdx @@ -289,6 +289,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic UPS UPS-MIB.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic UPS UPS-MIB.mdx index 074eb0e1d5..87b9889444 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic UPS UPS-MIB.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Generic UPS UPS-MIB.mdx @@ -220,6 +220,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Gigamon.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Gigamon.mdx index 208029ab41..52de25cc3c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Gigamon.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Gigamon.mdx @@ -166,6 +166,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP H3C Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP H3C Switch.mdx index 65afbe77ad..ce096a87f5 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP H3C Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP H3C Switch.mdx @@ -180,6 +180,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ICF Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ICF Switch.mdx index 80aa256380..c83dd0e1cf 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ICF Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ICF Switch.mdx @@ -174,6 +174,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ILO.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ILO.mdx index 7f8203374f..ac27e7ddcc 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ILO.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP ILO.mdx @@ -131,7 +131,7 @@ There are no alerts configured by default for this integration. On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration — interfaces, system, IP/TCP/UDP, host resources), this HP ILO profile adds the metrics below. Each is collected **only where the device exposes the matching OID** — inclusion means the profile requests it; availability depends on the device model and software. -**65 metrics** in 20 groups; each row is a chart context usable in alerts. +**64 metrics** in 20 groups; each row is a chart context usable in alerts. | Group | Metrics | |---|---| @@ -142,7 +142,7 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration | Hardware / Fan | 2 | | Hardware / Memory | 4 | | Hardware / Power | 2 | -| Hardware / PowerSupply | 4 | +| Hardware / PowerSupply | 3 | | Hardware / Sensor | 2 | | Hardware / Server | 1 | | Hardware / Temperature | 2 | @@ -214,7 +214,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration | Metric (chart context) | Unit | Scope | Description | |---|---|---|---| -| `snmp.device_prof_cpqHeFltTolPowerSupply` | `{present}` | per power_supply_index, chassis_num | Indicates the presence of a power supply | | `snmp.device_prof_cpqHeFltTolPowerSupplyCapacityMaximum` | `W` | per power_supply_index, chassis_num | Maximum capacity of the power supply in watts | | `snmp.device_prof_cpqHeFltTolPowerSupplyCapacityUsed` | `W` | per power_supply_index, chassis_num | Currently used capacity of the power supply in watts | | `snmp.device_prof_cpqHeFltTolPowerSupplyStatus` | `{status}` | per power_supply_index, chassis_num | Current status of the power supply | @@ -327,6 +326,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP Ilo4.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP Ilo4.mdx index e08daa04ae..87701c46b2 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HP Ilo4.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HP Ilo4.mdx @@ -131,7 +131,7 @@ There are no alerts configured by default for this integration. On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration — interfaces, system, IP/TCP/UDP, host resources), this HP Ilo4 profile adds the metrics below. Each is collected **only where the device exposes the matching OID** — inclusion means the profile requests it; availability depends on the device model and software. -**65 metrics** in 20 groups; each row is a chart context usable in alerts. +**64 metrics** in 20 groups; each row is a chart context usable in alerts. | Group | Metrics | |---|---| @@ -142,7 +142,7 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration | Hardware / Fan | 2 | | Hardware / Memory | 4 | | Hardware / Power | 2 | -| Hardware / PowerSupply | 4 | +| Hardware / PowerSupply | 3 | | Hardware / Sensor | 2 | | Hardware / Server | 1 | | Hardware / Temperature | 2 | @@ -214,7 +214,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration | Metric (chart context) | Unit | Scope | Description | |---|---|---|---| -| `snmp.device_prof_cpqHeFltTolPowerSupply` | `{present}` | per power_supply_index, chassis_num | Indicates the presence of a power supply | | `snmp.device_prof_cpqHeFltTolPowerSupplyCapacityMaximum` | `W` | per power_supply_index, chassis_num | Maximum capacity of the power supply in watts | | `snmp.device_prof_cpqHeFltTolPowerSupplyCapacityUsed` | `W` | per power_supply_index, chassis_num | Currently used capacity of the power supply in watts | | `snmp.device_prof_cpqHeFltTolPowerSupplyStatus` | `{status}` | per power_supply_index, chassis_num | Current status of the power supply | @@ -327,6 +326,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Bladesystem Enclosure.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Bladesystem Enclosure.mdx index 63dcaad8c7..450bce86d1 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Bladesystem Enclosure.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Bladesystem Enclosure.mdx @@ -279,6 +279,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE MSA.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE MSA.mdx index edd7752e4b..9f844d3010 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE MSA.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE MSA.mdx @@ -174,6 +174,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Nimble.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Nimble.mdx index 8ba05d8a89..5ff3730595 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Nimble.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Nimble.mdx @@ -205,6 +205,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Proliant.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Proliant.mdx index 9bb54ad08b..0dab0a94b7 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Proliant.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/HPE Proliant.mdx @@ -131,7 +131,7 @@ There are no alerts configured by default for this integration. On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration — interfaces, system, IP/TCP/UDP, host resources), this HPE Proliant profile adds the metrics below. Each is collected **only where the device exposes the matching OID** — inclusion means the profile requests it; availability depends on the device model and software. -**155 metrics** in 21 groups; each row is a chart context usable in alerts. +**154 metrics** in 21 groups; each row is a chart context usable in alerts. | Group | Metrics | |---|---| @@ -143,7 +143,7 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration | Hardware / Fan | 2 | | Hardware / Memory | 9 | | Hardware / Power | 2 | -| Hardware / PowerSupply | 4 | +| Hardware / PowerSupply | 3 | | Hardware / Sensor | 2 | | Hardware / StorageController | 1 | | Hardware / Temperature | 2 | @@ -226,7 +226,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration | Metric (chart context) | Unit | Scope | Description | |---|---|---|---| -| `snmp.device_prof_cpqHeFltTolPowerSupply` | `{present}` | per power_supply_index, chassis_num | Indicates the presence of a power supply | | `snmp.device_prof_cpqHeFltTolPowerSupplyCapacityMaximum` | `W` | per power_supply_index, chassis_num | Maximum capacity of the power supply in watts | | `snmp.device_prof_cpqHeFltTolPowerSupplyCapacityUsed` | `W` | per power_supply_index, chassis_num | Currently used capacity of the power supply in watts | | `snmp.device_prof_cpqHeFltTolPowerSupplyStatus` | `{status}` | per power_supply_index, chassis_num | Current status of the power supply | @@ -423,6 +422,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Access Controllers.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Access Controllers.mdx index d31dd7b3a6..8ae5339a51 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Access Controllers.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Access Controllers.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Routers.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Routers.mdx index 746474ee4c..787799afef 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Routers.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Routers.mdx @@ -212,6 +212,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Switches.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Switches.mdx index 8ef8b0058e..2547b7286f 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Switches.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei Switches.mdx @@ -221,6 +221,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei.mdx index 7b3f815d9d..98e048b5ac 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Huawei.mdx @@ -212,6 +212,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Datapower Gateway.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Datapower Gateway.mdx index 09c994a8f6..d6a06df613 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Datapower Gateway.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Datapower Gateway.mdx @@ -276,6 +276,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Lenovo Server.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Lenovo Server.mdx index a50b417b6e..20d72814d4 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Lenovo Server.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM Lenovo Server.mdx @@ -244,6 +244,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM.mdx index 918615350b..e1e5269158 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/IBM.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/IDRAC.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/IDRAC.mdx index de5f0a3b12..8fcb404dd1 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/IDRAC.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/IDRAC.mdx @@ -361,6 +361,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Infinera Coriant Groove.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Infinera Coriant Groove.mdx index 959a7024e6..eabbda026c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Infinera Coriant Groove.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Infinera Coriant Groove.mdx @@ -199,6 +199,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Infoblox Ipam.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Infoblox Ipam.mdx index 937cf35134..bbcc890b25 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Infoblox Ipam.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Infoblox Ipam.mdx @@ -267,6 +267,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Isilon.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Isilon.mdx index 35f9c79349..cbd45e68b4 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Isilon.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Isilon.mdx @@ -307,6 +307,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ixsystems Truenas.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ixsystems Truenas.mdx index a0a89a9112..0360cd9122 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ixsystems Truenas.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ixsystems Truenas.mdx @@ -261,6 +261,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper EX.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper EX.mdx index b04be69c17..08558ecbd3 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper EX.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper EX.mdx @@ -381,6 +381,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper MX.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper MX.mdx index e3225d28a0..c4e33d6e61 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper MX.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper MX.mdx @@ -356,6 +356,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper Pulse Secure.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper Pulse Secure.mdx index 6a4f9b3005..cb26590469 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper Pulse Secure.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper Pulse Secure.mdx @@ -277,6 +277,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper QFX.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper QFX.mdx index a6577878d5..b04ce47aec 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper QFX.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper QFX.mdx @@ -290,6 +290,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper SRX.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper SRX.mdx index 6c9e6e634c..5a8d565f3d 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper SRX.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper SRX.mdx @@ -340,6 +340,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper.mdx index 4ca6ebf262..5977b34d90 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Juniper.mdx @@ -301,6 +301,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Kyocera Printer.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Kyocera Printer.mdx index baa9c442e1..2f71d27eb7 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Kyocera Printer.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Kyocera Printer.mdx @@ -165,6 +165,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Linksys.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Linksys.mdx index a085cf503b..9cdedf7bc2 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Linksys.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Linksys.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Mcafee WEB Gateway.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Mcafee WEB Gateway.mdx index a7ba873a4c..bd8faad64e 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Mcafee WEB Gateway.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Mcafee WEB Gateway.mdx @@ -270,6 +270,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Meraki.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Meraki.mdx index fe8ad17022..0fdaac605d 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Meraki.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Meraki.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Router.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Router.mdx index 9fb6840580..4b5bf39990 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Router.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Router.mdx @@ -230,6 +230,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Switch.mdx index 4ac172564a..fbc7b9ffd7 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/MikroTik Switch.mdx @@ -191,6 +191,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/NEC Univerge.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/NEC Univerge.mdx index ee24a6803e..db78e15d89 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/NEC Univerge.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/NEC Univerge.mdx @@ -231,6 +231,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nasuni Filer.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nasuni Filer.mdx index 9ea28a97b3..484c648481 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nasuni Filer.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nasuni Filer.mdx @@ -419,6 +419,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Net-SNMP Host.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Net-SNMP Host.mdx index 0362fd3723..3041b1c29c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Net-SNMP Host.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Net-SNMP Host.mdx @@ -188,6 +188,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netapp.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netapp.mdx index 85ede3fd89..e9d21829d0 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netapp.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netapp.mdx @@ -225,6 +225,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Access Point.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Access Point.mdx index 834571ba6d..19f6f27fcd 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Access Point.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Access Point.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Readynas.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Readynas.mdx index 8cb446bfd6..78c1541ad2 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Readynas.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Readynas.mdx @@ -240,6 +240,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Switch.mdx index c995c9c9af..e344233bd4 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear Switch.mdx @@ -177,6 +177,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear.mdx index 3c7e67266e..d703d9e745 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Netgear.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nokia Service Router OS.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nokia Service Router OS.mdx index f5c308e7f1..dfd08ebd14 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nokia Service Router OS.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nokia Service Router OS.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Cumulus Linux Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Cumulus Linux Switch.mdx index f107465f00..35fe61619f 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Cumulus Linux Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Cumulus Linux Switch.mdx @@ -315,6 +315,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Mellanox Switchx.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Mellanox Switchx.mdx index f459e5a388..fcdaddeb5a 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Mellanox Switchx.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia Mellanox Switchx.mdx @@ -190,6 +190,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia.mdx index de2e67dc34..5fbd1e1dd1 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Nvidia.mdx @@ -167,6 +167,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Omron CJ Ethernet IP.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Omron CJ Ethernet IP.mdx index 60bd479f85..9d888be434 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Omron CJ Ethernet IP.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Omron CJ Ethernet IP.mdx @@ -159,6 +159,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Console Manager.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Console Manager.mdx index fce80ee750..35abaaeef0 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Console Manager.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Console Manager.mdx @@ -247,6 +247,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Infrastructure Manager.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Infrastructure Manager.mdx index ba662cb8a4..3850e11e57 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Infrastructure Manager.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Opengear Infrastructure Manager.mdx @@ -247,6 +247,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/PF Sense.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/PF Sense.mdx index f96e16da44..1e47d46fe3 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/PF Sense.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/PF Sense.mdx @@ -222,6 +222,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto Cloudgenix.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto Cloudgenix.mdx index b63eda17a3..4efcf2e858 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto Cloudgenix.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto Cloudgenix.mdx @@ -222,6 +222,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto.mdx index 4a8d4b4f68..aabdbfa770 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Palo Alto.mdx @@ -323,6 +323,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Peplink.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Peplink.mdx index 8b88e4fb42..a88fca5aae 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Peplink.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Peplink.mdx @@ -233,6 +233,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Raritan Dominion.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Raritan Dominion.mdx index 4f9b478f3c..be5d48c489 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Raritan Dominion.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Raritan Dominion.mdx @@ -187,6 +187,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Interceptor.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Interceptor.mdx index 9724c78ac8..7552daf1fd 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Interceptor.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Interceptor.mdx @@ -197,6 +197,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Steelhead.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Steelhead.mdx index 8e12b03d5c..892467aebf 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Steelhead.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed Steelhead.mdx @@ -203,6 +203,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed.mdx index 63f70945cd..d3c7f524e0 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Riverbed.mdx @@ -182,6 +182,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus Unleashed.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus Unleashed.mdx index 1943c2a08f..b856e6263b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus Unleashed.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus Unleashed.mdx @@ -235,6 +235,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus WAP.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus WAP.mdx index b453bb51cc..f84d5b933c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus WAP.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus WAP.mdx @@ -207,6 +207,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus.mdx index 850ebbb80d..adcc99960a 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ruckus.mdx @@ -205,6 +205,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/SNMP devices.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/SNMP devices.mdx index 589c774241..39064c481b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/SNMP devices.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/SNMP devices.mdx @@ -866,9 +866,9 @@ docker logs netdata 2>&1 | grep snmp ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. #### Debugging Gaps on Charts diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Server Iron Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Server Iron Switch.mdx index 2744c910f6..d7e38b5fc8 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Server Iron Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Server Iron Switch.mdx @@ -182,6 +182,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu3.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu3.mdx index 78fe9b7260..e85cd09397 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu3.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu3.mdx @@ -229,6 +229,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu4.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu4.mdx index 4774ad5556..c536eb3798 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu4.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech Pdu4.mdx @@ -265,6 +265,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech.mdx index 1a16869d76..b8b227f504 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Servertech.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Silverpeak Edgeconnect.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Silverpeak Edgeconnect.mdx index ce3d0c509e..705df6fb89 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Silverpeak Edgeconnect.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Silverpeak Edgeconnect.mdx @@ -171,6 +171,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Sinetica Eagle I.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Sinetica Eagle I.mdx index 95b450189a..a95dd7718c 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Sinetica Eagle I.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Sinetica Eagle I.mdx @@ -175,6 +175,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Sophos XGS Firewall.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Sophos XGS Firewall.mdx index 4697c70ad1..3c99b07f7e 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Sophos XGS Firewall.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Sophos XGS Firewall.mdx @@ -225,6 +225,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Synology Disk Station.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Synology Disk Station.mdx index 69b363edb1..dca31a129b 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Synology Disk Station.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Synology Disk Station.mdx @@ -266,6 +266,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/TP Link.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/TP Link.mdx index b827daf63d..39fb532e60 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/TP Link.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/TP Link.mdx @@ -173,6 +173,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite PDU.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite PDU.mdx index 6278e7796b..b3a719d9ef 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite PDU.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite PDU.mdx @@ -221,6 +221,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite UPS.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite UPS.mdx index d90da33a3d..2b9cdb41dd 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite UPS.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite UPS.mdx @@ -261,6 +261,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite.mdx index 16a4650e33..8bc4cbf5fc 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Tripplite.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Net-SNMP Devices.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Net-SNMP Devices.mdx index 1977ac7923..b93b3deab9 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Net-SNMP Devices.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Net-SNMP Devices.mdx @@ -149,6 +149,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi Security Gateway.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi Security Gateway.mdx index 9a395a8107..364f235b44 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi Security Gateway.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi Security Gateway.mdx @@ -205,6 +205,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi.mdx index 072538f40c..8513b108aa 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Ubiquiti Unifi.mdx @@ -179,6 +179,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Velocloud Edge.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Velocloud Edge.mdx index a270c6d267..97b3b3a197 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Velocloud Edge.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Velocloud Edge.mdx @@ -182,6 +182,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Liebert AC.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Liebert AC.mdx index f8060dee16..954e9d6ca0 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Liebert AC.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Liebert AC.mdx @@ -197,6 +197,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Watchdog.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Watchdog.mdx index 00757086db..279705e24a 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Watchdog.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Vertiv Watchdog.mdx @@ -161,6 +161,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Vmware ESX.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Vmware ESX.mdx index 0e1fe463ea..4c2b8f4767 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Vmware ESX.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Vmware ESX.mdx @@ -196,6 +196,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Watchguard.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Watchguard.mdx index af20a029ea..a61162c9d6 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Watchguard.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Watchguard.mdx @@ -182,6 +182,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Western Digital Mycloud EX2 Ultra.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Western Digital Mycloud EX2 Ultra.mdx index 2f8799d0ad..41fcec76b6 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Western Digital Mycloud EX2 Ultra.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Western Digital Mycloud EX2 Ultra.mdx @@ -182,6 +182,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Zebra Printer.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Zebra Printer.mdx index dc9ec09e5d..21f9b2e408 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Zebra Printer.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Zebra Printer.mdx @@ -157,6 +157,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Integrations/Zyxel Switch.mdx b/docs/Network Performance Monitoring/Device Metrics/Integrations/Zyxel Switch.mdx index 085118a5b6..3187bd7465 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Integrations/Zyxel Switch.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Integrations/Zyxel Switch.mdx @@ -191,6 +191,6 @@ On top of the **generic SNMP baseline** (the *Generic SNMP Device* integration ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Device Metrics/Troubleshooting.mdx b/docs/Network Performance Monitoring/Device Metrics/Troubleshooting.mdx index 333097b273..219ace76d2 100644 --- a/docs/Network Performance Monitoring/Device Metrics/Troubleshooting.mdx +++ b/docs/Network Performance Monitoring/Device Metrics/Troubleshooting.mdx @@ -74,8 +74,8 @@ The problems below are the ones that actually come up when polling network devic ## What's next -- [Collect Troubleshooting Data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) — collect raw SNMP data without - including credentials when Netdata Support investigates metrics or topology. +- [Collect Troubleshooting Data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) — include built-in SNMP evidence in a + support bundle for metrics, BGP, licensing, or topology investigations. Share it privately; SNMP evidence is unsanitized. - [Configuration](/docs/network-performance-monitoring/device-metrics/configuration) — the options referenced above. - [Sizing and Scaling](/docs/network-performance-monitoring/device-metrics/sizing-and-scaling) — fixing hub-side overload for good. - [Anti-patterns](/docs/network-performance-monitoring/device-metrics/anti-patterns) — the mistakes that cause these problems in the first place. diff --git a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Blue Coat Licensing.mdx b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Blue Coat Licensing.mdx index 0b1b4fe376..e06a975bb6 100644 --- a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Blue Coat Licensing.mdx +++ b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Blue Coat Licensing.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Checkpoint Licensing.mdx b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Checkpoint Licensing.mdx index 8c4d94354e..8644d6e992 100644 --- a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Checkpoint Licensing.mdx +++ b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Checkpoint Licensing.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Cisco Licensing.mdx b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Cisco Licensing.mdx index f5a5d9dcb3..097ff592f7 100644 --- a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Cisco Licensing.mdx +++ b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Cisco Licensing.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Fortinet Licensing.mdx b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Fortinet Licensing.mdx index 392d309888..0647479774 100644 --- a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Fortinet Licensing.mdx +++ b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Fortinet Licensing.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/MikroTik Licensing.mdx b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/MikroTik Licensing.mdx index a3ba7a2f65..49449bc500 100644 --- a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/MikroTik Licensing.mdx +++ b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/MikroTik Licensing.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Sophos Licensing.mdx b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Sophos Licensing.mdx index bb08c3bbd7..17e6753c02 100644 --- a/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Sophos Licensing.mdx +++ b/docs/Network Performance Monitoring/Licensing Monitoring/Integrations/Sophos Licensing.mdx @@ -136,6 +136,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Topologies/Integrations/ARP IP Neighbor Topology.mdx b/docs/Network Performance Monitoring/Topologies/Integrations/ARP IP Neighbor Topology.mdx index 0ecf85a42b..b8254841ba 100644 --- a/docs/Network Performance Monitoring/Topologies/Integrations/ARP IP Neighbor Topology.mdx +++ b/docs/Network Performance Monitoring/Topologies/Integrations/ARP IP Neighbor Topology.mdx @@ -126,6 +126,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Topologies/Integrations/BGP Peering Topology.mdx b/docs/Network Performance Monitoring/Topologies/Integrations/BGP Peering Topology.mdx index c8d97e0e5f..dbe25ea973 100644 --- a/docs/Network Performance Monitoring/Topologies/Integrations/BGP Peering Topology.mdx +++ b/docs/Network Performance Monitoring/Topologies/Integrations/BGP Peering Topology.mdx @@ -126,6 +126,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Topologies/Integrations/CDP Topology.mdx b/docs/Network Performance Monitoring/Topologies/Integrations/CDP Topology.mdx index 01bb4b358e..f377c25a96 100644 --- a/docs/Network Performance Monitoring/Topologies/Integrations/CDP Topology.mdx +++ b/docs/Network Performance Monitoring/Topologies/Integrations/CDP Topology.mdx @@ -126,6 +126,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Topologies/Integrations/FDB MAC Forwarding Topology.mdx b/docs/Network Performance Monitoring/Topologies/Integrations/FDB MAC Forwarding Topology.mdx index f7971b7956..b9768c36c1 100644 --- a/docs/Network Performance Monitoring/Topologies/Integrations/FDB MAC Forwarding Topology.mdx +++ b/docs/Network Performance Monitoring/Topologies/Integrations/FDB MAC Forwarding Topology.mdx @@ -126,6 +126,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Topologies/Integrations/LLDP Topology.mdx b/docs/Network Performance Monitoring/Topologies/Integrations/LLDP Topology.mdx index 723080f15d..2313916d70 100644 --- a/docs/Network Performance Monitoring/Topologies/Integrations/LLDP Topology.mdx +++ b/docs/Network Performance Monitoring/Topologies/Integrations/LLDP Topology.mdx @@ -126,6 +126,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Topologies/Integrations/OSPF Adjacency Topology.mdx b/docs/Network Performance Monitoring/Topologies/Integrations/OSPF Adjacency Topology.mdx index 41d290d96e..3212f640c7 100644 --- a/docs/Network Performance Monitoring/Topologies/Integrations/OSPF Adjacency Topology.mdx +++ b/docs/Network Performance Monitoring/Topologies/Integrations/OSPF Adjacency Topology.mdx @@ -126,6 +126,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/docs/Network Performance Monitoring/Topologies/Integrations/STP Topology.mdx b/docs/Network Performance Monitoring/Topologies/Integrations/STP Topology.mdx index 2b803552fa..1f3743560d 100644 --- a/docs/Network Performance Monitoring/Topologies/Integrations/STP Topology.mdx +++ b/docs/Network Performance Monitoring/Topologies/Integrations/STP Topology.mdx @@ -126,6 +126,6 @@ There are no alerts configured by default for this integration. ### Other Problems -#### Collect Live Data for Netdata Support +#### Collect Diagnostics for Netdata Support -For missing SNMP metrics or incomplete SNMP-derived topology, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to create a raw SNMP data archive that omits credentials and attach it to a restricted Freshdesk ticket. +For SNMP metrics, BGP, licensing, or topology issues, follow [Collect SNMP troubleshooting data](/docs/network-performance-monitoring/device-metrics/collect-troubleshooting-data) to include built-in diagnostics in a support bundle. SNMP evidence is unsanitized; share the bundle through a restricted Netdata Support ticket. diff --git a/ingest/generated_map.yaml b/ingest/generated_map.yaml index f9ecb2cf20..e2c3eb9935 100644 --- a/ingest/generated_map.yaml +++ b/ingest/generated_map.yaml @@ -17372,8 +17372,8 @@ learn_status: Published learn_rel_path: Network Performance Monitoring/Device Metrics keywords: null - description: Collect raw SNMP data without credentials for Netdata Support to investigate - metrics and topology issues. + description: Include built-in SNMP diagnostics in a private support bundle for metrics, + BGP, licensing, and topology issues. meta_yaml: .nan message: .nan - custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/npm/device-metrics/anti-patterns.md @@ -19064,6 +19064,19 @@ description: .nan meta_yaml: .nan message: .nan +- custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-ai/infrastructure-knowledge.md + sidebar_label: Infrastructure Knowledge + learn_status: Published + learn_rel_path: Netdata AI + keywords: + - infrastructure knowledge + - context + - memory + - infra.md + description: Teach Netdata AI about your infrastructure, in a shared document or + in conversation + meta_yaml: .nan + message: .nan - custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/ml-ai/ai-insights.md sidebar_label: Insights learn_status: Published diff --git a/ingest/generated_sidebar_order.json b/ingest/generated_sidebar_order.json index c08e762260..a3c0de9d87 100644 --- a/ingest/generated_sidebar_order.json +++ b/ingest/generated_sidebar_order.json @@ -1,8 +1,8 @@ { "schema_version": 1, "source": "netdata/docs/.map/map.yaml", - "source_sha256": "1cef48e724c3a5e84716c53887a666fb3b41e5e6d3fdc27319539816e6cb9094", - "source_corpus_sha256": "a3b1caaf5acd4f8be60b2671eeab814a56465ab641990f96fce5828cf4d0c0b7", + "source_sha256": "d0e76a8b2a2f7602b5832db7ff77c2169aab960a29ace7194a5e3422c113e997", + "source_corpus_sha256": "f50fe7d99408a952df372fe5b676bc7ede8ad9574f5f95a6ef22a80618f000c3", "order": [ { "parent_path": "Alerts & Notifications", @@ -716,34 +716,39 @@ }, { "parent_path": "Netdata AI", - "child_name": "Insights", + "child_name": "Infrastructure Knowledge", "position": 20 }, { "parent_path": "Netdata AI", - "child_name": "Investigations", + "child_name": "Insights", "position": 30 }, { "parent_path": "Netdata AI", - "child_name": "Troubleshooting", + "child_name": "Investigations", "position": 40 }, { "parent_path": "Netdata AI", - "child_name": "Alerts Automation", + "child_name": "Troubleshooting", "position": 50 }, { "parent_path": "Netdata AI", - "child_name": "Anomaly Detection", + "child_name": "Alerts Automation", "position": 60 }, { "parent_path": "Netdata AI", - "child_name": "MCP", + "child_name": "Anomaly Detection", "position": 70 }, + { + "parent_path": "Netdata AI", + "child_name": "MCP", + "position": 80 + }, { "parent_path": "Netdata AI/Anomaly Detection", "child_name": "ML Configuration", @@ -1795,5 +1800,5 @@ "position": 180 } ], - "full_ingest_identity_sha256": "7ae9c3bfd35c27082047ed017c71f4883e11be3254c33823f2404ff999511024" + "full_ingest_identity_sha256": "446e7382fac42a34aeee0c5de9432287bd47abd76421c4f78141cbd9f5b2388f" } diff --git a/ingest/generated_sidebar_order.json.sha256 b/ingest/generated_sidebar_order.json.sha256 index 7d3a5c2e64..91c12b1c40 100644 --- a/ingest/generated_sidebar_order.json.sha256 +++ b/ingest/generated_sidebar_order.json.sha256 @@ -1 +1 @@ -9862d046dcdf780df87580b7e4394f1610c9a9d063f1186dbbfe37760f371319 generated_sidebar_order.json +c68a066c823a4d61fc4438fcadb7b3a856fe93c5163213c53cdc93ceaa1be402 generated_sidebar_order.json diff --git a/ingest/one_commit_back_file-dict.yaml b/ingest/one_commit_back_file-dict.yaml index 3a6ca10267..e6e014bc5d 100644 --- a/ingest/one_commit_back_file-dict.yaml +++ b/ingest/one_commit_back_file-dict.yaml @@ -222,6 +222,8 @@ learn_path: /docs/netdata-ai/alerts-automation - custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-ai/conversations.md learn_path: /docs/netdata-ai/conversations +- custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-ai/infrastructure-knowledge.md + learn_path: /docs/netdata-ai/infrastructure-knowledge - custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/anomaly-analysis.md learn_path: /docs/netdata-ai/insights/anomaly-analysis - custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-ai/insights/capacity-planning.md