Skip to content

Commit 82f97bd

Browse files
authored
Merge pull request #2465 from netdata/ingest
2 parents f61e7b6 + 0555ad3 commit 82f97bd

File tree

4 files changed

+33
-11
lines changed

4 files changed

+33
-11
lines changed

docs/ai-and-machine-learning/mcp-integration.mdx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The Netdata MCP Server preview is live. [Get early access](https://b6yi53u6qjm.t
1515

1616
:::
1717

18+
:::note
19+
20+
This integration leverages new and evolving AI technologies. While Netdata provides comprehensive infrastructure monitoring capabilities, the AI analysis features **depend on external AI services** and their inherent limitations. The quality and accuracy of AI-generated insights are **subject to the capabilities and constraints of the underlying AI models, not Netdata's monitoring functionality**.
21+
22+
:::
23+
1824
## What is MCP?
1925

2026
**Model Context Protocol (MCP)** is a new open standard that allows AI assistants to connect directly to your data sources and tools. Think of it as a bridge that lets AI systems access and analyze your real-time infrastructure data instead of just providing generic advice.
@@ -47,11 +53,11 @@ Instead of spending hours analyzing charts during an incident, you can now:
4753

4854
### Real-World Example
4955

50-
**The Problem**: EMQX message broker goes down, affecting multiple services across your infrastructure.
56+
**The Problem**: Database server goes down, affecting multiple applications across your infrastructure.
5157

5258
```mermaid
5359
flowchart TD
54-
A("🚨 EMQX Outage Occurs")
60+
A("🚨 Database Outage Occurs")
5561
5662
B("📊 Traditional Approach")
5763
C("🤖 Netdata + MCP")
@@ -132,11 +138,12 @@ Your AI assistant can:
132138

133139
## The Future of Infrastructure Monitoring
134140

135-
With Netdata MCP, we're moving toward a future where:
141+
With Netdata MCP, we're moving toward a future where **AI understands your infrastructure** as well as your best engineers. **Troubleshooting becomes conversational** rather than manual chart analysis, **post-mortems write themselves** with complete root cause analysis, and **your monitoring system becomes a true team member** that helps solve problems.
136142

137-
- **AI understands your infrastructure** as well as your best engineers
138-
- **Troubleshooting becomes conversational** rather than manual chart analysis
139-
- **Post-mortems write themselves** with complete root cause analysis
140-
- **Your monitoring system becomes a team member** that helps solve problems
143+
:::note
144+
145+
This represents our vision for the future of infrastructure monitoring. While we're making significant progress with MCP integration, these capabilities are aspirational goals we're working toward, not current product features. For now, we are building the foundations for the reality we want to create.
146+
147+
:::
141148

142149
**Join us in pioneering the next generation of intelligent infrastructure monitoring.**

docs/collecting-metrics/Hardware Devices and Sensors/S.M.A.R.T..mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ The following options can be defined globally: update_every.
184184
| scan_every | interval for discovering new devices using `smartctl --scan`, measured in seconds. Set to 0 to scan devices only once on startup. | 900 | no |
185185
| poll_devices_every | interval for gathering data for every device, measured in seconds. Data is cached for this interval. | 300 | no |
186186
| device_selector | Specifies a pattern to match the 'info name' of devices as reported by `smartctl --scan --json`. | * | no |
187+
| concurrent_scans | Number of devices to scan concurrently. Set to 0 for sequential scanning (default behavior). Improves performance when monitoring many devices. | 0 | no |
187188
| extra_devices | Allows manual specification of devices not automatically detected by `smartctl --scan`. Each device entry must include both a name and a type. See "Configuration Examples" for details. | [] | no |
188189
| no_check_power_mode | Skip data collection when the device is in a low-power mode. Prevents unnecessary disk spin-up. | standby | no |
189190

@@ -218,6 +219,22 @@ jobs:
218219
```
219220
</details>
220221

222+
##### Concurrent scanning for multiple devices
223+
224+
This example demonstrates enabling concurrent scanning to improve performance when monitoring many devices.
225+
226+
227+
<details open>
228+
<summary>Config</summary>
229+
230+
```yaml
231+
jobs:
232+
- name: smartctl
233+
concurrent_scans: 4 # Scan up to 4 devices concurrently
234+
235+
```
236+
</details>
237+
221238
##### Extra devices
222239

223240
This example demonstrates using `extra_devices` to manually add a storage device (`/dev/sdc`) not automatically detected by `smartctl --scan`.

docs/netdata-agent/installation/kubernetes-helm-chart-reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ learn_link: "https://learn.netdata.cloud/docs/netdata-agent/installation/kuberne
1111

1212
<a href="https://artifacthub.io/packages/search?repo=netdata" target="_blank" rel="noopener noreferrer"><img loading="lazy" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netdata" alt="Artifact HUB" class="img_node_modules-@docusaurus-theme-classic-lib-theme-MDXComponents-Img-styles-module"></img></a>
1313

14-
<img src="https://img.shields.io/badge/Version-3.7.139-informational" alt="Version: 3.7.139"></img>
14+
<img src="https://img.shields.io/badge/Version-3.7.140-informational" alt="Version: 3.7.140"></img>
1515

16-
<img loading="lazy" src="https://img.shields.io/badge/AppVersion-v2.5.3-informational" alt="AppVersion: v2.5.3" class="img_node_modules-@docusaurus-theme-classic-lib-theme-MDXComponents-Img-styles-module"></img>
16+
<img loading="lazy" src="https://img.shields.io/badge/AppVersion-v2.5.4-informational" alt="AppVersion: v2.5.4" class="img_node_modules-@docusaurus-theme-classic-lib-theme-MDXComponents-Img-styles-module"></img>
1717

1818
_Based on the work of varyumin (https://github.com/varyumin/netdata)_.
1919

docs/netdata-cloud-on-prem/security-hardening-guide.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ learn_link: "https://learn.netdata.cloud/docs/netdata-cloud-on-prem/security-har
99

1010
# Security Hardening Guide for Netdata Cloud On-Prem
1111

12-
# Security Hardening Guide for Netdata Cloud On-Prem
13-
1412
## Table of Contents
1513

1614
- [Introduction](#introduction)

0 commit comments

Comments
 (0)