v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

Еще нет секунды назад.
            False
        
Еще нет секунды назад
Текущий скриншот с ошибкой из последнего запроса
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              netdata / netdata Public
              * Notifications You must be signed in to change notification settings
              * Fork 6.6k
                * Star 80.1k
          * Code
          * Issues 186
          * Pull requests 196
          * Pull requests 195
          * Discussions
          * Actions
          * Projects
          * Security and quality 3
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights

        Releases: netdata/netdata

              Releases Tags
            Releases · netdata/netdata

                Release list

                    * v2.10.4
                    * v2.10.3
                    * v2.10.2
                    * v2.10.1
                    * v2.10.0
                    * v2.9.0
                    * v2.8.5
                    * v2.8.4
                    * v2.8.3
                    * v2.8.2
                    Previous Next
                Jump to release
                        * v2.10.4
                        * v2.10.3
                        * v2.10.2
                        * v2.10.1
                        * v2.10.0
                        * v2.9.0
                        * v2.8.5
                        * v2.8.4
                        * v2.8.3
                        * v2.8.2
                    Previous Next

                v2.10.4

                              v2.10.4 Latest
                              Latest
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              netdatabot released this 15 Jul 14:49
                              v2.10.4
                              2452832

                          Release notes

                          Netdata v2.10.4 is a patch release to address issues discovered since v2.10.3.

                          This is a larger-than-usual patch release focused on stability, memory safety, and crash resilience across the database engine, streaming, Cloud connectivity, and collectors. It also backports the new macOS hardware sensor collectors to the 2.10.x line.

                          New in this release

                            * macOS hardware sensor collectors: GPU power, clock, and temperatures, SMC and IOHID sensors and fans, power sources and thermal pressure, NVMe SMART, with a powermetrics fallback via ndsudo, plus a cross-OS sensors function and a shared temperature-histogram context (#22475, #23085, @ktsaou)
                            * Bounded-cardinality process grouping for apps.plugin on macOS, keeping per-process monitoring meaningful on hosts with high process churn (#23085, @ktsaou)

                          Database engine and metadata

                            * Hardened DBENGINE against corrupted or truncated data files: extent disk-size and uncompressed-page-bounds validation, SIGBUS protection and header-offset bounds checks on v2 journal walks, improved journal file access error handling, and spinlock-holder identification for datafile/journal deadlock diagnostics (#22324, #22514, #22310, #22725, @stelfrag; #22666, @jmestwa-coder)
                            * Fixed page-cache races in pgc_page_add and pgc_queue_del, a deadlock on dimension creation, and a crash on virtual node takeover (#22466, #22400, #22417, @stelfrag)
                            * Validated data loaded from SQLite to prevent crashes on corrupted databases, and improved UUID handling and error reporting in SQLite functions (#22679, #22233, @stelfrag)
                            * Kept chart indexes allocated while a host is archived and guarded against a null root index in chart lookups, avoiding null dereferences during queries (#23074, #23056, @stelfrag)
                            * Fixed an rrdcontext metadata leak on non-dbengine hosts (#22438, @stelfrag)
                            * Rotated the active datafile and requeued the pending extent on unrecoverable write errors, so a failing disk no longer stalls the database engine (#23048, @ktsaou)

                          Streaming and replication

                            * Tracked and accounted memory allocation size in replication queries, and fixed a sender replication counter leak on obsolete charts (#22756, #22428, @stelfrag)
                            * Rejected oversized ZSTD frames and handled decompression errors gracefully (log and fail the connection instead of fatal()) (#22830, @stelfrag)
                            * Fixed the streaming receiver discarding already-delivered data when a child disconnects (#23118, @ktsaou)

                          Cloud connectivity (ACLK)

                            * Prevented rare unbounded one-core CPU spins in the cloud-connection loops, and avoided returning an uninitialized packet_id on publish failure (#22879, @ktsaou; #22504, @stelfrag)

                          Alerts and machine learning

                            * Bounded the alert notification execution wait so a stuck notification script cannot block progress, and fixed a shutdown race when restoring alert information from the database (#22626, #22448, @stelfrag)
                            * Added safeguards against ML database corruption and streamlined the recovery process (#22478, @stelfrag)

                          Collectors

                            * Fixed systemd-journal.plugin memory retention after queries and its apps.plugin accounting (#23089, @ktsaou)
                            * Fixed file descriptor accounting in apps.plugin (adding nfds monitoring) and eBPF FD PID map iteration (#22447, @arch-yunus; #22436, @stelfrag)
                            * Fixed buffer overflows and counter-size issues in platform collectors: a stack buffer overflow in macOS mach_smi, FreeBSD counter size mismatches and an off-by-one in freebsd_ipfw and the claim code, and a freeipmi.plugin watchdog underflow at low system uptime (#22553, @artem; #23044, @DavidMarec; #22710, @vkalintiris; #22490, @ktsaou)
                            * Fixed Windows Events row rendering crashes with stricter size checks, safer XML parsing, and robust variant handling (#22872, @ktsaou)
                            * Restored stable temperature and power collection in go.d/nvidia_smi with NVIDIA driver 580 XML output variants (#23047, @copilot-swe-agent)
                            * Fixed Windows hardware detection so virtual machines are no longer reported as bare metal (#22942, @thiagoftsm)
                            * Moved the fail2ban socket path into ndsudo for go.d/fail2ban (#22745, @ilyam8)
                            * Fixed a pluginsd cleanup race with an active collector, added a slot bounds check to the pluginsd parser, and initialized mountpoint state before the slow worker in the diskspace plugin (#22207, #22598, #22298, @stelfrag)

                          Security and API

                            * The /api/v3/settings endpoint is now gated behind HTTP_ACL_DASHBOARD instead of HTTP_ACL_NOCHECK, enforcing connection allowlists and blocking anonymous state-changing requests (#22896, @stelfrag)
                            * Fixed the csvjsonarray output format emitting invalid JSON when label-quotes is passed (#23115, @ktsaou)

                          Core stability and memory safety

                            * Fixed internal race conditions: a TOCTOU race in dictionary_destroy(), ARAL allocator races and a double-free (#22108, #22212, #22294, #22367, @stelfrag)
                            * Fixed a payload memory leak, JSON object validation and null-key handling, an inverted empty-buffer guard in simple_pattern, and prevented a concurrent fatal from masking the first one (#22492, #22309, #22326, #22671, @stelfrag; #22688, @vkalintiris)
                            * Fixed memory-safety and correctness bugs surfaced by Coverity and Sonar audits (#22266, #22267, #22268, #22270, #22279, #22281, #22329, #22330, #22331, #22332, #22333, #22334, #22335, #22336, #22338, #22339, #22340, #22835, @stelfrag; [#22293](#222...
                        Read more
                          Assets 16
                                  * netdata-aarch64-latest.gz.run
                                      sha256:6de02a2d39eac1db49efcc62c9ebfb08fa537eb07f896d8865acc37841b474ac
                                    170 MB 2026-07-15T14:02:02Z
                                  * netdata-aarch64-v2.10.4.gz.run
                                      sha256:6de02a2d39eac1db49efcc62c9ebfb08fa537eb07f896d8865acc37841b474ac
                                    170 MB 2026-07-15T14:01:56Z
                                  * netdata-armv6l-latest.gz.run
                                      sha256:7bc15af89e7f8cbf19b91b8e2ecbd793a61b6c47d59a58c1ea04dcc39ccda5e3
                                    130 MB 2026-07-15T14:01:50Z
                                  * netdata-armv6l-v2.10.4.gz.run
                                      sha256:7bc15af89e7f8cbf19b91b8e2ecbd793a61b6c47d59a58c1ea04dcc39ccda5e3
                                    130 MB 2026-07-15T14:01:45Z
                                  * netdata-armv7l-latest.gz.run
                                      sha256:e093e8d14fab25347a9b184707215426e5a95eddfd3510aeee6d210fda17604a
                                    162 MB 2026-07-15T14:01:39Z
                                  * netdata-armv7l-v2.10.4.gz.run
                                      sha256:e093e8d14fab25347a9b184707215426e5a95eddfd3510aeee6d210fda17604a
                                    162 MB 2026-07-15T14:01:33Z
                                  * netdata-latest.gz.run
                                      sha256:9c5c06a9ff4949e0aad9fc894ba4649146ed213b558200cd050e4a52f5dedf40
                                    183 MB 2026-07-15T14:01:24Z
                                  * netdata-latest.tar.gz
                                      sha256:d1ae949863925d626b1d42a53000bcca2c239718e0b0ddc6a3f3f5029b21cdfe
                                    17.3 MB 2026-07-15T14:01:03Z
                                  * netdata-v2.10.4.gz.run
                                      sha256:9c5c06a9ff4949e0aad9fc894ba4649146ed213b558200cd050e4a52f5dedf40
                                    183 MB 2026-07-15T14:01:18Z
                                  * netdata-v2.10.4.tar.gz
                                      sha256:d1ae949863925d626b1d42a53000bcca2c239718e0b0ddc6a3f3f5029b21cdfe
                                    17.3 MB 2026-07-15T14:01:02Z
                                  * Source code (zip)
                                    2026-07-15T12:53:54Z
                                  * Source code (tar.gz)
                                    2026-07-15T12:53:54Z
                                  * Show all 16 assets Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 1 war59312 reacted with thumbs up emoji 🚀 4 sokai, pertsevds, HaidukiHaruka, and alanmugiwara reacted with rocket emoji
                                All reactions
                                  * 👍 1 reaction
                                  * 🚀 4 reactions
                              5 people reacted

                v2.10.3

                              v2.10.3
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              netdatabot released this 27 Apr 17:04
                              v2.10.3
                              c478617

                          Release notes

                          Netdata v2.10.3 is a patch release to address issues discovered since v2.10.2.

                          This patch release provides the following bug fixes and updates:

                            * Fixed a per-PID shared-memory pool leak in ebpf.plugin that, on hosts with normal process churn, filled the 32,768-slot pool within ~15 hours and then pegged a CPU core at 100% in an infinite map-iteration loop; aggregation paths now use a non-allocating lookup, freshly-allocated slots are zeroed, module bits are swept on exit, and stale shared-memory and semaphore objects are properly cleaned up on init (#22232, @ktsaou)
                            * Switched the SNMP collector's primary uptime source to SNMP-FRAMEWORK-MIB::snmpEngineTime (in seconds) to avoid the ~497-day TimeTicks wrap of hrSystemUptime/sysUpTime, while keeping the existing systemUptime metric name and HR-MIB fallback (#22231, @ilyam8)
                            * Split dynamic configuration job-name validation per domain so service discovery, vnode, and secret-store names can include dots (e.g., FQDNs), while collectors retain strict naming rules (#22247, @ilyam8)
                            * Removed the unused extra_details field from the go.d/powerstore Hardware struct to fix /hardware response decoding errors that caused job check failures (#22291, @ilyam8)

                          Support options

                          As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

                            * Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
                            * GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
                            * GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
                            * Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
                            * Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
                          Assets 16
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v2.10.2

                              v2.10.2
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              netdatabot released this 14 Apr 14:38
                              v2.10.2
                              34ebc69

                          Release notes

                          Netdata v2.10.2 is a patch release to address issues discovered since v2.10.1.

                          This patch release provides the following bug fixes and updates:

                            * Fixed ZFS-related crashes in diskspace.plugin by guarding a NULL filesystem field and replacing the blocking pool-capacity collector with a lightweight cache fed by existing statvfs calls, preventing coredumps on degraded or exporting ZFS pools (#22188, @thiagoftsm)
                            * Reduced default SNMP MaxOIDs from 60 to 20 for more reliable polling, and removed 32-bit counter fallbacks from the IF-MIB profile to prevent counter type switching and overflow between collection cycles (#22203, @ilyam8)
                            * Eliminated false-positive "timed out waiting for enable/disable decision" warnings by removing the wait-decision timeout and making the dyncfg command path non-droppable, so back-pressure flows upstream instead of producing 503 errors (#22201, @ilyam8)

                          Support options

                          As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

                            * Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
                            * GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
                            * GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
                            * Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
                            * Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
                          Assets 16
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 7 war59312, snipcola, BroadBeard, light-abc, sebturquin-stack, mrshawon1233-sudo, and nicolas-jacques reacted with thumbs up emoji
                                All reactions
                                  * 👍 7 reactions
                              7 people reacted

                v2.10.1

                              v2.10.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              netdatabot released this 10 Apr 16:01
                              v2.10.1
                              735178b

                          Release notes

                          Netdata v2.10.1 is a patch release to address issues discovered since v2.10.0.

                          This patch release provides the following bug fixes and updates:

                            * Added ping_only option to the SNMP collector, allowing collection of only ICMP round-trip time metrics while still using SNMP at startup for device identification and labeling (#22180, @ilyam8)
                            * Fixed SNMP collector retries serialization so a zero value is correctly preserved, and disabled bulk walk detection when MaxRepetitions is set to 0 (#22179, @ilyam8)
                            * Reduced transient 503 errors on dynamic configuration enable/disable by buffering the command channel and extending the handoff timeout in the go.d plugin (#22183, @ilyam8)

                          Support options

                          As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

                            * Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
                            * GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
                            * GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
                            * Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
                            * Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
                          Assets 16
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 4 war59312, snipcola, NoNameReaper832, and HaidukiHaruka reacted with thumbs up emoji
                                All reactions
                                  * 👍 4 reactions
                              4 people reacted

                v2.10.0

                              v2.10.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              netdatabot released this 09 Apr 14:40
                              v2.10.0
                              e1d4352

                          Table of Contents

                            * Summary
                            * Highlights
                            * Acknowledgments
                            * Contributions
                                + Collectors
                                + Packaging/Installation
                                + Documentation
                                + Other Notable Changes
                            * Deprecation notice
                            * Support options

                          Release Summary

                          Netdata v2.10.0 introduces secrets management, a Nagios plugins collector, Azure Monitor support, and broad stability improvements.

                            Feature                           Highlights                           Details
                            Secrets Management                4 resolver types, 4 backends         • Environment variables, files, commands, and secretstore references
                                                                                                   • AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, HashiCorp Vault
                            Enhanced AI Conversations         Reports and Alerts integration       • Resume and expand generated AI reports
                                                                                                   • Ask AI about active alerts or charts, their root causes, and recommended remediation steps
                                                                                                   • Complete support for recurrence rules for Alerts Silencing
                            Advanced Alerting                 Silencing, Evaluation & Acknowledge  • Test alert definitions against historical data before deploying
                                                                                                   • Acknowledge alerts you're working on
                            Improved Custom Dashboards        Complete Customisation               • Add Metrics, Logs, Events, Node List, Alerts, Live Functions and Text components
                                                                                                   • Duplicate Custom Dashboards
                                                                                                   • Automatic performance data charts
                            Nagios Plugins Collector          Run any Nagios-compatible check      • Threshold-based alerting with soft/hard state logic
                                                                                                   • Execution metrics (duration, CPU, memory)
                            Azure Monitor Collector           38 service profiles, 1,300+ metrics  • Automatic resource discovery via Azure Resource Graph
                                                                                                   • Multi-subscription, flexible scoping by resource groups/regions/tags
                            Azure AD for Database Collectors  MSSQL, PostgreSQL, Generic SQL       • Service principal, managed identity, and default credential chain
                                                                                                   • Passwordless auth for Azure-hosted databases
                            New Storage Collectors            Dell PowerStore, Dell PowerVault     • Hardware health, performance, capacity, and sensor monitoring
                                                                                                   • Built on V2 collector framework
                                                                                                   • vSphere datastores/clusters/resource pools
                            Expanded Collector Coverage       vSphere, MSSQL, SNMP, Docker         • MSSQL Always On AG monitoring
                                                                                                   • SNMP IPSec/VPN profiles for FortiGate, Juniper, MikroTik, Check Point
                                                                                                   • Docker container listing function
                            OpenTelemetry Improvements        Metrics pipeline overhaul            • Proper slot-based aggregation with configurable intervals
                                                                                                   • Multi-slot ingestion with out-of-order support
                                                                                                   • Faster agent startup
                            Stability & Performance           Production reliability               • ML prediction optimization
                                                                                                   • Alerts API speedup
                                                                                                   • Multiple crash and race condition fixes


                            Release Highlights

                            Secrets Management

                            Keep collector credentials out of plain-text configuration files. Netdata now lets you reference secrets in collector configurations instead of storing them directly. Passwords, tokens, and API keys are resolved at runtim...

                          Read more

                            Contributors

                              *
                              *
                              kiwixz and DarkByteZero
                            Assets 16
                              Loading

                                      Uh oh!

                                      There was an error while loading. Please reload this page.

                                👍 1 FHU-yezi reacted with thumbs up emoji 🎉 2 0xfeeddeadbeef and dripadd reacted with hooray emoji ❤️ 1 FHU-yezi reacted with heart emoji 🚀 1 FHU-yezi reacted with rocket emoji
                                  All reactions
                                    * 👍 1 reaction
                                    * 🎉 2 reactions
                                    * ❤️ 1 reaction
                                    * 🚀 1 reaction
                                3 people reacted

                  v2.9.0

                                v2.9.0
                              Compare

                                    Choose a tag to compare

                                        Sorry, something went wrong.

                                  Filter
                                    Loading

                                          Sorry, something went wrong.

                                            Uh oh!

                                            There was an error while loading. Please reload this page.

                                    No results found

                                  View all tags
                                netdatabot released this 16 Feb 16:37
                                v2.9.0
                                845e8de

                            Table of Contents

                              * Summary
                              * Highlights
                              * Contributions
                                  + Collectors
                                  + Packaging/Installation
                                  + Documentation
                                  + Other Notable Changes
                              * Deprecation notice
                              * Support options

                            Release Summary

                            Netdata v2.9.0 brings powerful database observability and expanded OpenTelemetry support.

                              Feature                       Highlights               Details
                                                                                     • Identify slow queries
                              Interactive Query Analysis    14+ databases supported  • Debug bottlenecks
                                                                                     • Monitor operations
                                                                                     • No manual database connections required
                                                                                     • Comprehensive metrics
                              Rebuilt SQL Server Collector  Rewritten in Go          • Query Store integration
                                                                                     • UI-based configuration
                              OpenTelemetry Log Ingestion   Logs via otel plugin     • Stored in systemd-compatible journal files
                                                                                     • Configurable retention policies
                              Stability Improvements        Production reliability   • Under-the-hood fixes for more robust operation


                              Release Highlights

                              New Top Tab Functions: 14+ Databases and SNMP

                              We've added interactive query analysis functions to database collectors, letting you identify slow queries, long-running operations, and performance bottlenecks directly from the Netdata
                              dashboard—no need to connect to the database and run diagnostic queries manually.

                                Database                  Functions        Description
                                ClickHouse                Top Queries      • Aggregated query stats from system.query_log
                                                                           • Execution time, memory usage, rows read/written
                                CockroachDB               Top Queries      • Statement statistics from crdb_internal
                                                                           • Execution counts, latency, rows processed
                                                          Running Queries  • Currently executing statements via SHOW CLUSTER STATEMENTS
                                                                           • Client info, duration, distributed execution status
                                Couchbase                 Top Queries      • Completed N1QL requests from system:completed_requests
                                                                           • Service time, result count, error tracking
                                Elasticsearch/OpenSearch  Top Queries      • Active search tasks from Tasks API
                                                                           • Running time, search type, node distribution
                                MongoDB                   Top Queries      • Slow operations from system.profile
                                                                           • Execution time, docs examined, keys examined, plan summary
                                MS SQL Server             Top Queries      • Query Store statistics
                                                                           • CPU time, logical reads/writes, memory grants, parallelism
                                                          Deadlock Info    • Latest deadlock from system_health Extended Events
                                                                           • Victim process, lock mode, wait resource
                                                          Error Info       • Recent SQL errors from Extended Events session
                                                                           • Error number, message, query text
                                MySQL/MariaDB             Top Queries      • Digest statistics from performance_schema
                                                                           • Execution time, lock time, rows examined/sent
                                                          Deadlock Info    • Latest InnoDB deadlock from SHOW ENGINE INNODB STATUS
                                                                           • Victim transaction, lock mode, wait resource
                                                          Error Info       • Recent SQL errors from Performance Schema history
                                                                           • Error number, SQLSTATE, message per query digest
                                Oracle DB                 Top Queries      • SQL statistics from V$SQLSTATS
                                                                           • CPU time, elapsed time, buffer gets, disk reads
                                                          Running Queries  • Active sessions from V$SESSION
                                                                           • Wait events, blocking sessions, SQL text
                                PostgreSQL                Top Queries      • Statement statistics from pg_stat_statements
                                                                           • Total/mean time, shared blocks hit/read, temp blocks
                                                          Running Queries  • Active queries from pg_stat_activity
                                                                           • Duration, wait events, client info, backend state
                                ProxySQL                  Top Queries      • Query digest from stats_mysql_query_digest
                                                                           • Execution time, rows affected/sent, errors
                                Redis                     Top Queries      • Slow commands from SLOWLOG
                                                                           • Command name, duration, client info
                                RethinkDB                 Running Queries  • Active jobs from rethinkdb.jobs
                                                                           • Query text, duration, involved servers
                                YugabyteDB                Top Queries      • YSQL statistics from pg_stat_statements
                                                                           • Execution time, calls, rows processed
                                                          Running Queries  • Active backends from pg_stat_activity
                                                                           • Query state, wait events, elapsed time
                                Generic SQL               User-Defined     • Custom SQL functions defined in job configuration
                                                                           • Interactive table views in Top tab for any SQL database


                                What You Can Do:

                                  * Identify resource hogs: Sort by total execution time, CPU time, or I/O
                                  * Spot frequent queries: Find high-call-count queries that may benefit from caching
                                  * Debug in real-time: See currently running queries and which client initiated them
                                  * No extra tools needed: All analysis happens in the Netdata dashboard's Top tab

                                  Important

                                  Some functions require database-specific configuration (e.g., enabling Query Store, pg_stat_statements, or profiling).

                                  See each collector's documentation for prerequisites.

                                Also Added: SNMP Network Interfaces Function

                                  Collector  Function            Description
                                  SNMP       Network Interfaces  • Real-time interfa...

                                Read more
                                  Assets 16
                                    Loading

                                            Uh oh!

                                            There was an error while loading. Please reload this page.

                                      👍 5 war59312, beckylemesmash, snipcola, nekomiya-hinata, and FHU-yezi reacted with thumbs up emoji 🎉 1 FHU-yezi reacted with hooray emoji ❤️ 2 FHU-yezi and MrManuXZ reacted with heart emoji 🚀 2 sokai and FHU-yezi reacted with rocket emoji
                                        All reactions
                                          * 👍 5 reactions
                                          * 🎉 1 reaction
                                          * ❤️ 2 reactions
                                          * 🚀 2 reactions
                                      7 people reacted

                        v2.8.5

                                      v2.8.5
                                    Compare

                                          Choose a tag to compare

                                              Sorry, something went wrong.

                                        Filter
                                          Loading

                                                Sorry, something went wrong.

                                                  Uh oh!

                                                  There was an error while loading. Please reload this page.

                                          No results found

                                        View all tags
                                      netdatabot released this 12 Jan 17:18
                                      v2.8.5
                                      38812a2

                                  Netdata v2.8.5 is a patch release to address issues discovered since v2.8.4.

                                  This patch release provides the following bug fixes and updates:

                                    * Updated the Netdata Docker image to Debian 13.3 with the latest upstream updates and security fixes
                                    * Standardized alert configuration to use a consistent type for time group values (#21528, @ilyam8)
                                    * Fixed CSV parser configuration serialization so empty settings are correctly omitted from logs configuration output (#21526, @ilyam8)
                                    * Fixed ProxySQL backend status metrics in the go.d collector to correctly reflect reported backend states (#21524, @ilyam8)
                                    * Fixed proc file parsing to support non-seekable files, restoring network stats collection on affected kernels (#21507, @ilyam8)
                                    * Fixed edit-config to ignore inherited container environment values, preventing incorrect command handling (#21505, @ilyam8)
                                    * Fixed vnode label configuration by allowing arbitrary label keys in the go.d schema, enabling labels to be set via the UI (#21503, @ilyam8)

                                  Support options

                                  As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

                                    * Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
                                    * GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
                                    * GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
                                    * Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
                                    * Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
                                  Assets 16
                                    Loading

                                            Uh oh!

                                            There was an error while loading. Please reload this page.

                                      👍 4 war59312, HaidukiHaruka, snipcola, and FHU-yezi reacted with thumbs up emoji
                                        All reactions
                                          * 👍 4 reactions
                                      4 people reacted

                        v2.8.4

                                      v2.8.4
                                    Compare

                                          Choose a tag to compare

                                              Sorry, something went wrong.

                                        Filter
                                          Loading

                                                Sorry, something went wrong.

                                                  Uh oh!

                                                  There was an error while loading. Please reload this page.

                                          No results found

                                        View all tags
                                      netdatabot released this 17 Dec 14:53
                                      v2.8.4
                                      b7e27f6

                                  Netdata v2.8.4 is a patch release to address issues discovered since v2.8.3.

                                  This patch release provides the following bug fixes and updates:

                                    * Include Go version in build info (#21473, @ilyam8)
                                    * Update go toolchain to v1.25.5 (#21459, @ilyam8)

                                  Support options

                                  As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

                                    * Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
                                    * GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
                                    * GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
                                    * Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
                                    * Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
                                  Assets 16
                                    Loading

                                            Uh oh!

                                            There was an error while loading. Please reload this page.

                                        All reactions

                        v2.8.3

                                      v2.8.3
                                    Compare

                                          Choose a tag to compare

                                              Sorry, something went wrong.

                                        Filter
                                          Loading

                                                Sorry, something went wrong.

                                                  Uh oh!

                                                  There was an error while loading. Please reload this page.

                                          No results found

                                        View all tags
                                      netdatabot released this 15 Dec 14:56
                                      v2.8.3
                                      35f44eb

                                  Netdata v2.8.3 is a patch release to address issues discovered since v2.8.2.

                                  This patch release provides the following bug fixes and updates:

                                    * Fixed the go.d AP collector to handle unknown station statistics gracefully (#21461, @ilyam8)
                                    * Fixed incorrect plugin and binary paths on Windows for the go.d plugin by correctly detecting the installation prefix at startup (#21451, @ilyam8)
                                    * Improved go.d job management by avoiding blocking during job shutdown, keeping other jobs responsive (#21448, @ilyam8)
                                    * Fixed and standardized Windows AD, ADCS, and ADFS charts, and improved stability and accuracy of Windows hardware metrics collection (#21433, #21454, @thiagoftsm)
                                    * Fixed SNMP service discovery by accepting version “2” and using the default polling interval instead of overriding it (#21424, @ilyam8)
                                    * Logged data collection duration when go.d collections are skipped due to a previous run still in progress (#21423, #21425, @ilyam8)
                                    * Fixed the MSSQL errors chart in the Windows plugin by using the correct metric (#21412, @thiagoftsm)
                                    * Removed the strict rabbitmq_version check to improve RabbitMQ collector compatibility with older brokers (#21411, @ilyam8)
                                    * Added collection statistics to the SNMP go.d collector and exposed them as per-profile charts (#21409, @ilyam8)
                                    * Updated ndexec runner to return captured stdout on command failures (#21405, @ilyam8)
                                    * Disabled the MongoDB exporter on affected Ubuntu versions due to insecure libbson dependencies (#21403, @Ferroin)
                                    * Updated bundled components used in static builds (#21401, @Ferroin)
                                    * Fixed off-by-one validation in Journal v2 by treating extent_index == extent_entries as invalid, preventing out-of-bounds access (#21400, @stelfrag)
                                    * Fixed timed waits in completion to handle spurious wakeups and honor shutdown timeouts, preventing premature timeouts and hangs (#21395, @stelfrag)
                                    * Prevented datafiles from exceeding their max size by making size checks atomic and accounting for incoming writes (#21390, @stelfrag)
                                    * Updated DEB package builds to use XZ or zstd compression instead of gzip (#21310, @Ferroin)

                                  Support options

                                  As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

                                    * Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
                                    * GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
                                    * GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
                                    * Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
                                    * Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
                                  Assets 16
                                    Loading

                                            Uh oh!

                                            There was an error while loading. Please reload this page.

                                      👍 5 war59312, FHU-yezi, snipcola, HaidukiHaruka, and JorgeReneBustos reacted with thumbs up emoji ❤️ 1 twindragon6 reacted with heart emoji
                                        All reactions
                                          * 👍 5 reactions
                                          * ❤️ 1 reaction
                                      6 people reacted

                        v2.8.2

                                      v2.8.2
                                    Compare

                                          Choose a tag to compare

                                              Sorry, something went wrong.

                                        Filter
                                          Loading

                                                Sorry, something went wrong.

                                                  Uh oh!

                                                  There was an error while loading. Please reload this page.

                                          No results found

                                        View all tags
                                      netdatabot released this 03 Dec 16:28
                                      v2.8.2
                                      f4b2edd

                                  Netdata v2.8.2 is a patch release to address issues discovered since v2.8.1.

                                  This patch release provides the following bug fixes and updates:

                                    * Adjusted Windows sensors initialization by moving COM and Sensor API setup into the sensors thread for better stability (#21374, @stelfrag)
                                    * Replaced dots with slashes in OTEL metric families to enable hierarchical grouping in dashboards (#21371, @ilyam8)
                                    * Fixed user group updates to ensure proper Proxmox group assignment in Docker entrypoint (#21364, @ilyam8)
                                    * Ensured Netdata has access to NVIDIA device files by adding the netdata user to the appropriate group, fixing GPU monitoring on non-Debian systems (#21358, #21359, @ilyam8)
                                    * Prevented replication from stalling by detecting empty-response loops and safely completing the process (#21357, @stelfrag)
                                    * Stopped replication when the parent is already caught up, preventing stalls and unnecessary gap-filling (#21352, @stelfrag)
                                    * Prioritized environment-provided config directories in go.d for runtime overrides (#21345, @ilyam8)
                                    * Silenced Redis client library logs in the go.d Redis collector to reduce noise (#21344, @ilyam8)

                                  Support options

                                  As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

                                    * Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
                                    * GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
                                    * GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
                                    * Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
                                    * Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
                                  Assets 16
                                    Loading

                                            Uh oh!

                                            There was an error while loading. Please reload this page.

                                      👍 7 FHU-yezi, HaidukiHaruka, Bav2520, snipcola, sinkbuio, Powww, and war59312 reacted with thumbs up emoji 🎉 1 ItsMeeQueenHalle reacted with hooray emoji ❤️ 1 twindragon6 reacted with heart emoji 🚀 2 sokai and sinkbuio reacted with rocket emoji
                                        All reactions
                                          * 👍 7 reactions
                                          * 🎉 1 reaction
                                          * ❤️ 1 reaction
                                          * 🚀 2 reactions
                                      10 people reacted
                        Previous 1 2 3 4 5 … 13 14 Next
                        Previous Next

        Footer

            © 2026 GitHub, Inc.

          Footer navigation

            * Terms
            * Privacy
            * Security
            * Status
            * Community
            * Docs
            * Contact
            * Manage cookies
            * Do not share my personal information
          You can’t perform that action at this time.
Кончик: Выделите текст, которым хотите поделиться, или добавьте его в списки игнорирования.  — Скачать патч различий
На данный момент различия выполняются в текстовом виде, а не графически, доступен только последний скриншот.
Для создания снимка экрана требуется включенный Playwright/WebDriver.