Package Release Info

netdata-1.29.3-bp152.4.3.1

Update Info: openSUSE-2021-730
Available in Package Hub : 15 SP2 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

netdata

Change Logs

* Tue Feb 23 2021 Mia Herkt <mia@0x0.st>
- Update to 1.29.3
  Release v1.29.3 is a patch release to improve the stability of the
  Netdata Agent.
  We discovered a bug that when proc.plugin attempts to collect the
  operstate parameter for a virtual network interface. If the chart
  is obsoleted, the Netdata Agent crashes.
  This release also contains additional bug fixes and improvements.
  Bug fixes
  * Fix proc.plugin to invalidate RRDSETVAR pointers on obsoletion.
* Thu Feb 18 2021 Mia Herkt <mia@0x0.st>
- Update to 1.29.2
  Release v1.29.2 is a patch release to improve the stability of the
  Netdata Agent.
  We discovered that an improvement introduced in v1.29.0 could
  inadvertently set all os_* host labels to unknown, which could
  affect users who leverage these host labels to organize their
  nodes, deploy health entities, or export metrics to external
  time-series databases. This bug has been fixed.
  This release also contains additional bug fixes and improvements.
  Improvements
  * Make the Opsgenie API URL configurable.
  * Add k8s_cluster_id host label.
  * Enable apps.plugin aggregation debug messages.
  * Add configuration parameter to disable stock alarms.
  * Add ACLK proxy setting as host label.
  * Add freeswitch to apps_groups.conf.
  * Simplify thread creation and remove unnecessary variables in
    the eBPF plugin.
  Bug fixes
  * Fix the context filtering on the data query endpoint.
  * Fix container/host detection in the system-info.sh script.
  * Add a small delay to the ipv4_tcp_resets alarms.
  * Fix collecting operstate for virtual network interfaces.
  * Fix sendmail unrecognized option F error.
  * Fix so that raw binary data should never be printed.
  * Change KSM memory chart type to stacked.
  * Allow the REMOVED alarm status via ACLK if the previous status
    was WARN/CRIT.
  * Reduce excessive logging in the ACLK.
- Changes in 1.29.1
  Release v1.29.1 is a hotfix release to address a crash in the
  Netdata Agent.
  A locking bug in one of the internal collectors in Netdata could
  cause it to crash during shutdown in a way that would result in the
  Netdata Agent taking an excessively long time to exit.
  Bug fixes
  * Fix crash during shutdown of cgroups internal plugin.
* Wed Feb 03 2021 Mia Herkt <mia@0x0.st>
- Update to 1.29.0 (go.d.plugin 0.27.0)
  The v1.29.0 release of the Netdata Agent is a maintenance release
  that brings incremental but necessary improvements that make your
  monitoring experience more robust. We've pushed improvements and
  bug fixes to the installation and update scripts, enriched our
  library of collectors, and focused on fixing bugs reported by the
  community.
  At a glance
  Netdata now collects and meaningfully organizes metrics from both
  the Couchbase JSON document database and the nginx-module-vts
  module for exposing metrics about NGINX virtual hosts.
  We've also migrated more collectors from Python to Go in our
  continued efforts to make data collection faster and more robust.
  The newest effort includes our Redis, Pika, and Energi Core Wallet
  collectors.
  On the dashboard, we improved the responsiveness of panning forward
  and backward through historical metrics data by preventing
  unnecessary updates and reducing the number of calls. The charts
  should also now immediately update when you stop panning.
  Improvements
  * Reduce the number of alarm updates on ACLK.
  * Remove unused entries from structures.
  * Improve the retry/backoff during claiming.
  * Support multiple chart label keys in data queries.
  * Truncate excessive information from titles for apps and
    cgroups collectors.
  * Use mguid instead of hostname in the ACLK collector list.
  * Cleanup and minor fixes to eBPF collector.
  * Add _is_k8s_node label to the host labels.
  * Move ACLK into a legacy subfolder.
  * Exclude autofs by default in the diskspace plugin.
  * Mark internal functions as static in health code.
  * Remove unused struct in health code.
  * Add support for per series styling for dygraphs.
  Dashboard
  * Fix minor vulnerability alert by updating socket-io dependency.
  * Fix dygraph panning responsiveness, chart heights and
    performance improvements.
  * Make legend position configurable.
  Collectors
  * Add Go version of the redis collector.
  * Add Go version of the pika collector.
  * Add Go version of the energis collector.
  * Add a new nginxvts collector.
  * Add a new couchbase collector.
  * Add Traefik v2 to the prometheus collector default
    configuration.
  * Add an expected_prefix configuration option to the prometheus
    collector.
  * Add patterns support to the filecheck collector.
  Bug fixes
  * Fix container detection from systemd-detect-virt.
  * Fix handling of TLS config so that cURL works in all cases.
  * Fix disconnect message sent via ACLK on agent shutdown
  * Fix prometheus remote write header
  * Fix values in Prometheus export for metrics, collected by the
    Prometheus collector
  * Fix handling spaces in labels values in the Prometheus
    collector
  * Fix mysql.slave_status alarm for go mysql collector
  * Make mdstat_mismatch_cnt alarm less strict
  * Dispatch cgroup discovery into another thread
  * Fix data source option for Prometheus web API in exporting
    configuration
  * Fix anomalies collector custom model bug
  * Fix broken dbengine stress tests.
  * Fix segmentation fault in the agent
  * Fix memory allocation when computing standard deviation
  * Fix temperature parsing in the hddtemp collector
  * Fix postgres password bug and change default config
  * Add handling "yes" and "no" and flexible space match in the
    python.d/fail2ban plugin
  * Fix spelling mistakes in the Python plugin and documentation.
* Mon Dec 28 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to v1.28
  Release v1.28.0 is a hotfix release to address a deadlock in the
  Netdata Agent. If the Agent-Cloud link (ACLK) connection drops and
  the Agent fails to queue an on_connect message, it also fails to
  properly release a lock in the web server thread.
* Fri Dec 25 2020 Mia Herkt <mia@0x0.st>
- Enable additional dependencies (gprc, json, libcurl, libelf,
  libwebsockets, protobuf, snappy, xenstat, yajl)
- Update to v1.27.0 (go.d.plugin 0.26.2)
  The v1.27.0 release of the Netdata Agent brings dramatic
  improvements to long-term metrics storage via the database engine,
  and new dashboard features like a time & date picker for
  visualizing precise timeframes. Two new collectors bring incredible
  new value to existing features, including a bit of machine learning
  magic.
  This release contains 8 new collectors, 1 new notification method
  (2 others enhanced), 54 improvements, 41 documentation updates, and
  58 bug fixes.
  Improvements
  * Add labels for Kubernetes pods and containers.
  * Add plugin and module health entities.
  * Migrate the metadata log to SQLite.
  * Add an extent cache to the database engine.
  * Added new data query option allow_past.
  Netdata Cloud
  * Add the ability to query child nodes by their GUID.
  * Add child availability messages to the ACLK.
  * Add a metric showing how long a query spent in the queue.
  * Completely hide the SSO iframe.
  Collectors
  * Add alarms obsoletion and disable alarms collector by default.
  * Add calls for tcp_sendmsg, tcp_retransmit_skb, tcp_cleanup_rcv,
    udp_sendmsg, udp_recvmsg functions charts to the eBPF
    collector.
  * Add two more insignificant warnings to suppress in anomalies
    collector.
  * Add the number of allocated/stored objects within each storage
    to the varnish collector.
  * Add a wireless statistics collector.
  * Add support for MSE (Massive Storage Engine) to the varnish
    collector.
  * Remove remove crit from unmatched alarms in the web_log
    collector.
  * Add GPU key metrics (nvidia_smi collector) to
    dashboard_info.js.
  * Add allocated space metrics to the oracledb collector.
  * Restructure the eBPF collector to improve usability.
  * Add an anomaly detection collector.
  * Add a Netdata alarms collector.
  * Add a configuration option to exclude users with zero memory
    allocated to the nvidia_smi collector.
  * Add per queue charts to the rabbitmq collector.
  * Add support for HBA drives to the hpssa collector.
  * Update the cgroups collector default filtering by adding pod
    level cgroups.
  * Add a Go version of the CouchDB collector (couchdb).
  * Add collecting HTTP method per URL pattern (url_pattern option)
    to the web_log collector.
  * Add custom time fields feature to the web_log collector.
  * Add a Go version of the PowerDNS Authoritative Nameserver
    collector (powerdns).
  * Add a Go version of the PowerDNS Recursor collector
    (powerdns_recursor).
  * Add a Go version of the PowerDNS DNSdist collector (dnsdist).
  * Add a Dnsmasq DNS Forwarder collector (dnsmasq).
  * Add collecting directories size to the filecheck collector.
  * Add old systemd versions support to the systemdunits collector.
  * Add unmatched lines logging to the web_log collector.
  Notifications
  * Add API V2 support to the PagerDuty health integration.
  * Add threads support to the Google Hangouts health integration.
  * Add a Opsgenie health integration.
  Exporting
  * Add HTTP and HTTPS support to the simple exporting connector.
  Packaging/installation
  * Update React dashboard v2.11.
  * Update go.d.plugin version to v0.26.2.
  * Update eBPF collector to 0.4.9.
  * Add ability to use system libwebsockets instead of bundled
    version.
  * Update the version of libJudy that we bundle to 1.0.5-netdata2.
  Bug fixes
  * Fix crash in the eBPF plugin by initializing variables.
  * Fix sending chart definition on every data collection in alarms
    collector.
  * Fix a lock check.
  * Fix issue with chart metadata sent multiple times over ACLK.
  * Fix a buffer overflow when extracting information from a
    streaming connection.
  * Fix hostname configuration in the exporting engine.
  * Fix units and data source exporting options.
  * Fix exporting config.
  * Fix health by disabling used_file_descriptors alarm.
  * Fix GPU data filtering in the nvidia_smi collector.
  * Fix username resolution in the nvidia_smi collector.
  * Fix compilation with HTTPS disabled.
  * Fix hostname when syslog is used in syslog health integration.
  * Fix streaming buffer size.
  * Fix database endless loop when cleaning obsolete charts.
  * Disable chart obsoletion code for archived chart creation.
  * Fix Prometheus remote write exporter so that it doesn't stop
    when data is not available for dimension formatting.
  * Fix memory calculation by moving shared from cached to used
    dimension.
  * Fix parsing in the libreswan collector.
  * Fix an infinite loop in the statsd plugin
  * Disregard host tags configuration pointer.
  * Fix platform dependent printf format.
  * Fix cgroups collector resolving container names in k8s.
  * Fix python.d plugin runtime chart creation.
  * Fix race condition in rrdset_first_entry_t() and
    rrdset_last_entry_t().
  * Fix the data endpoint so that the context param is correctly
    applied to children.
  * Fix Coverity errors (CID 364045,364046).
  * Fix the elasticsearch_last_collected alarm.
  * Fix spelling error in xenstat.plugin.
  * Fix chart filtering.
  * Fix libnetdata headers to be compatible with C++.
  * Fix registry responses to remove caching.
  * Fix eBPF memory management.
  * Fix overlapping memory issue.
  * Fix response and upstream response time histogram charts in the
    web_log collector.
  * Fix logs timestamps always in UTC issue in the go.d.plugin
  * Fix collecting slave status for MariaDB v10.2.0- in the mysql
    collector
  * Fix cumulative_stats configuration option in the unbound
    collector
  * Fix parsing configuration file (respect 'include-toplevel'
    directive) in unbound collector
  * Fix handling charts with type.id >= 200 (netdata limit) in
    go.d.plugin
  * Fix parsing version query response in the mysql collector
  * Fix Netsplits chart dimensions algorithm in the the vernemq
    collector.
  * Fix a typo in dashboard_info.js for VerneMQ.
* Sat Nov 21 2020 Duarte Pousa <pousaduarte@gmail.com>
- Allow go plugin to build for Tumbleweed
* Wed Oct 14 2020 Mia Herkt <mia@0x0.st>
- Fix RPM file list
- Update to v1.26.0 (go.d.plugin 0.23.0):
  Improvements
  * Add the ability to send Agent alarm notifications to StackPulse
  * Add a way to get build configuration info from the Agent
  * Add chart for churn rates to python.d/rabbitmq
  * Add failed dim to the connection_fails alarm in the Portcheck
    alarm
  * Improve the data query when using the context parameter
  * Add a context parameter to the data endpoint
  (Netdata Cloud)
  * Change default ACLK query thread count
  * Remove leading whitespace before JSON in ACLK
  * Allow using libwebsockets without SOCKS5
  * Add information about Cloud disabled status to -W buildinfo
  (Collectors)
  * Update go.d.plugin version to v0.23.0
    + Add new filecheck collector
    + Add new systemd unit state collector
    + Add new ISC DHCP collector
  (Dashboard)
  * Add missing period in Netdata dashboard
  Bug Fixes
  * Fix systemd comment syntax
  * Fix file descriptor leak in Infiniband collector (proc.plugin)
  * Fix the data endpoint to prioritize chart over context if both
    are present
  * Fix cleanup of obsolete charts
  * Fix build for the AWS Kinesis exporting connector
  * Fix gauges for go.d.plugin/web_log collector
  * Fix locking order to address CID_362348
  * Fix chart's last accessed time during context queries
  * Fix resource leak in case of malformed request to Netdata Cloud
* Thu Oct 01 2020 Andreas Schneider <asn@cryptomilk.org>
- Move edit-config to libexeddir
- Fix conf.d path in edit-config
* Wed Sep 23 2020 Andreas Schneider <asn@cryptomilk.org>
- Fix building with go support on openSUSE 15.2
* Tue Sep 22 2020 Andreas Schneider <asn@cryptomilk.org>
- Build with python3
- Protect /etc/netdata as it contains sensitive data (passwords, secrets)
* Wed Sep 16 2020 Paolo Stivanin <info@paolostivanin.com>
- update to 1.25.0:
  Improvements
  * Add code to release memory used by the global GUID map (#9729, @stelfrag)
  * Add check for spurious wakeups
  Netdata Cloud
  * Add v2 HTTP message with compression to ACLK (#9895, @underhood)
  * Add version negotiation to ACLK (#9819, @underhood)
  * Add claimed_id for child nodes streamed to their parents (#9804, @underhood)
  * Update netdata-installer.sh to enable Netdata Cloud support in macOS (#9360, @mrbrutti)
  Collectors
  * Update go.d.plugin version to v0.22.0 (#9898, @ilyam8)
  * Add support for IP ranges to Python-based isc_dhcpd collector (#9755, @vsc55)
  * Add Network viewer charts to ebpf.plugin (#9591, @thiagoftsm)
  * Add collecting active processes limit on Linux systems (#9843, @Ancairon)
  * Improve eBPF plugin by removing unnecessary debug messages (#9754, @thiagoftsm)
  * Add CAP_SYS_CHROOT for netdata service to read LXD network interfaces (#9726, @vlvkobal)
  * Add collecting maxmemory to python.d/redis (#9767, @ilyam8)
  * Add option for multiple storage backends in python.d/varnish (#9668, @florianmagnin)
  * Dashboard
  * Update dashboard v1.4.2 (#9837, @jacekkolasa)
  * Lots of documentation improvements and bug fixes
* Wed Aug 26 2020 Dirk Mueller <dmueller@suse.com>
- update to 1.24.0:
  * The v1.24.0 release of the Netdata Agent brings enhancements to the breadth of metrics we collect with a new generic Prometheus/OpenMetrics collector and enhanced storage and querying with a new multi-host database mode.
  * Add generic Prometheus/OpenMetrics collector (#9644, @ilyam8)
  * Add locking between different collectors for the same application, implemented in different technologies (#9584, @vlvkobal), (#9564, @ilyam8)
  * Implement multihost database (#9556, @stelfrag)
  * Add alarms for FreeBSD interface errors (#8340, @lassebm)
  * Many bugfixes, see https://github.com/netdata/netdata/releases/tag/v1.24.0
* Thu Jul 16 2020 Mia Herkt <mia@0x0.st>
- Update to v1.23.2:
  * Fixed a buffer overrun vulnerability in Netdata's JSON parsing
    code. This vulnerability could be used to crash Agents
    remotely, and in some circumstances, could be used in an
    arbitrary code execution (ACE) exploit.
  Improvements:
  * Add support for multiple ACLK query processing threads
  * Add Infiniband monitoring to collector proc.plugin
  * Change the HTTP method to make the IPFS collector compatible
    with 0.5.0+
  * Add support for returning headers using python.d's UrlService
  Bug fixes:
  * Fix vulnerability in JSON parsing
  * Fixed stored number accuracy
  * Fix transition from archived to active charts not generating
    alarms
  * Fix PyMySQL library to respect my.cnf parameter
  * Remove health from archived metrics
  * Update exporting engine to read the prefix option from instance
    config sections
  * Fix display error in Swagger API documentation
  * Wrap exporting engine header definitions in compilation
    conditions
  * Improve cgroups collector to autodetect unified cgroups
  * Fix CMake build failing if ACLK is disabled
  * Fix now_ms in charts.d collector to prevent tc-qos-helper
    crashes
  * Fix python.d crashes by adding a lock to stdout write function
  * Fix an issue with random crashes when updating a chart's
    metadata on the fly
  * Fix ACLK protocol version always parsed as 0
  * Fix the check condition for chart name change
  * Fix the exporting engine unit tests
  * Fix a Coverity defect for resource leaks
* Mon Jul 06 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update to v1.23.1:
  - Lots of fixes and improvements, please see CHANGELOG.md
  - update go.d plugin to v0.19.2
* Fri May 15 2020 Mia Herkt <mia@0x0.st>
- Update to v1.22.1:
  Bug fixes:
  - Fixed the latency issue on the ACLK and suppress the diagnostics.
  - Restored old semantics of "netdata -W set" command.
  - Removed check for old alarm status.
- Changes for v1.22.0:
  Breaking Changes:
  * The previous iteration of Netdata Cloud, accessible through
    various Sign in and Nodes view (beta) buttons on the Agent
    dashboard, is deprecated in favor of the new Cloud experience.
  * Our old documentation site (docs.netdata.cloud) was replaced
    with Netdata Learn. All existing backlinks redirect to the new
    site.
  * Our localization project is no longer actively maintained.
    We're grateful for the hard work of its contributors.
  Improvements:
  * Netdata Cloud:
  - Enabled support for Netdata Cloud.
  - Added TTL headers to ACLK responses.
  - Improved the thread exit fixes in #8750.
  - Improved ACLK reconnection sequence.
  - Improved ACLK memory management and shutdown sequence.
  - Added session-id to ACLK using connect timestamp.
  * Collectors:
  - Improved the index size for the eBPF collector.
  - Added health alarm templates for the whoisquery collector.
  - Added a whoisquery collector.
  - Removed an automatic restart of apps.plugin.
  * Exporting:
  - Enabled internal statistics for the exporting engine in the
    Agent dashboard.
  - Implemented a Prometheus exporter web API endpoint.
  * Notifications:
  - Added a certificate revocation alarm for the x509check
    collector.
  - Added the ability to send Agent alarm notifications to
    Dynatrace.
  * Other:
  - Updated main copyright and links for the year 2020 in daemon
    help output.
  - Moved bind to to [web] section and update
    netdata.service.v235.in to sync it with recent changes.
  - Put old dashboard behind a prefix instead of using a script
    to switch.
  - Enabled the truthy rule in yamllint.
  - Added Borg backup, Squeezebox servers, Hiawatha web server,
    and Microsoft SQL to apps.plugin so that it can appropriately
    group them by type of service.
  * Bug fixes:
  - Fixed mdstat failed devices alarm.
  - Fixed rare race condition in old Cloud iframe.
  - Removed no-clear-notification options from portcheck health
    templates.
  - Fixed old URLs to silence Netlify's mixed content warnings.
  - Fixed master streaming fatal exits.
  - Fixed email authentiation to Cloud/Nodes View.
  - Fixed non-escaped characters in private registry URLs.
  - Fixed crash when shutting down an Agent with the ACLK
    disabled.
  - Fixed status checks for UPS devices using the apcupsd
    collector.
  - Fixed alarm notification script by adding a check to the
    Dynatrace notification method.
  - Fixed threads_creation_rate chart context in the
    python.d MySQL collector.
  - Fixed sudo check in charts.d libreswan collector to prevent
    daily security notices.
* Mon Apr 13 2020 Mia Herkt <mia@0x0.st>
- Update to v1.21.1:
  Release v1.21.1 is a hotfix release to improve the performance of
  the new React dashboard, which was merged and enabled by default in
  v1.21.0.
  The React dashboard shipped in v1.21.0 did not properly freeze
  charts that were outside of the browser's viewport. If a user who
  loaded many charts by scrolling through the dashboard, charts
  outside of their browser's viewport continued updating. This excess
  of chart updates caused all charts to update more slowly than every
  second.
  v1.21.1 includes improvements to the way the Netdata dashboard
  freezes, maintains state, and restores charts as users scroll.
* Mon Apr 06 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to v1.21.0 (go.d.plugin v0.18.0):
  Improvements:
  * Extended TLS support for 1.3.
  * Switched to the React dashboard code as the default dashboard.
  * Collectors:
  - Added a new Pulsar collector.
  - Added a new VerneMQ collector.
  - Added high precision timer support for plugins such as
    idlejitter.
  - Added an alarm to the dns_query collector that detects DNS
    query failure.
  - Added the ability to get the pod name from cgroup with
    kubectl in bare-metal deployments.
  - Added the ability to connect to non-admin user IDs for a Ceph
    storage cluster.
  - Added connections (backend) usage to Postgres monitoring.
  * Exporting:
  - Added a MongoDB connector to the exporting engine.
  - Added a Prometheus Remote Write connector to the exporting
    engine.
  - Added an AWS Kinesis connector to the exporting engine.
  Bug fixes:
  * Removed notifications from the dashboard and fixed the
    /default.html route.
  * Fixed help-tooltips styling, private registry node deletion,
    and the right-hand sidebar "jumping" on document clicks.
  * Fixed errors reported by Coverity.
  * Fixed broken pipe ignoring in apps.plugin.
  * Fixed the bytespersec chart context in the Python Apache
    collector.
  * Fixed charts.d.plugin to exit properly during Netdata
    service restart
  * Fixed minimist dependency vulnerability.
  * Fixed how SimpleService truncates Python module names.
  * Added proper prefix to Python module names during loading.
  * Fixed the flushing error threshold with the database engine.
  * Fixed memory leak for host labels streaming from slaves to
    master.
  * Fixed streaming scaling.
  * Fixed missing characters in kernel version field by encoding
    slave fields.
  * Fixed Ceph collector to get osd_perf_infos in versions 14.2
    and higher.
  * Removed extraneous commas from chart information in dashboard.
  * Removed tmem collection from xenstat_plugin to allow Netdata
    on Xen 4.13 to compile successfully.
  * Restricted messages to Google Analytics.
  * Fixed Python 3 dict access in OpenLDAP collector module.
* Wed Feb 26 2020 Martin Herkt <9+suse@cirno.systems>
- Update to v1.20.0 (go.d.plugin v0.15.0)
  Breaking Changes:
  * Removed deprecated bash collectors apache, cpu_apps, cpufreq,
    exim, hddtemp, load_average, mem_apps, mysql, nginx, phpfpm,
    postfix, squid, tomcat. If you were still using one of these
    collectors with custom configurations, you can find the new
    collector that replaces it in the supported collectors list.
  Improvements:
  * Host labels:
    + Added support for host labels
    + Improved the monitored system information detection.
    Added CPU freq & cores, RAM and disk space.
    + Started distinguishing the monitored system's (host)
    OS/Kernel etc. from those of the docker container's
    + Started creating host labels from collected system info
    + Started passing labels and container environment variables
    via the streaming protocol
    + Started sending host labels via exporting connectors
    + Added label support to alarm definitions and started
    recording them in alarm logs
    + Added support for host labels to the API responses
    + Added configurable host labels to netdata.conf
    + Added kubernetes labels
  * New collectors:
    + eBPF kernel collector
    + CockroachDB
    + squidlog: squid access log parser
  * Collector improvements:
    + apps.plugin: Created dns group, improved database group,
    improved ceph & samba groups
    + varnish: Added SMF metrics (cache on disk)
    + phpfpm: Fixed per process chart titles and readme
    + python.d: Formatted the code in all modules
    + node.d/snmp: - Added snmpv3 support, formatted the code in
    snmp.node.js
    + cgroups: Improved LXC monitoring by filtering out irrelevant
    LXC cgroups
    + litespeed: Added support for different .rtreport format
    + proc.plugin: Added pressure stall information
    + sensors: Improved collection logic
    + proc: Started monitoring network interface speed, duplex,
    operstate
    + smartd_log: Fixed the setting in the reallocated sectors
    count, by setting ATTR5 chart algorithm to absolute
    + nvidia-smi: Allow executing nvidia-smi in normal instead of
    loop mode
    + wmi: collect logon metrics, collect logical_disk disk
    latency metrics
    + weblog: handle MKCOL, PROPFIND, MOVE, SEARCH http request
    methods
    + scaleio: storage pools and sdcs metrics
  * Exporting engine:
    + Implemented the main flow for the Exporting Engine
  * Streaming:
    + Add versioning to the streaming protocol
  * Installation/Packages:
    + Improved the systemd service files, by removing unecessary
    ExecStartPre lines and moving global options to netdata.conf
  * Privacy:
    + Added support for opting out of telemetry via the
    DO_NOT_TRACK environment variable (telemetry is disabled by
    default on openSUSE)
  * Other:
    + Preparations for the next netdata cloud release. Added custom
    libmosquitto, netdata-cli and other prerequisites.
    + Applied linter fixes in shell scripts
    + Started supporting -fno-common in CFLAGS
    + Completely removed the unbound python collector (dead code)
    + Added possibility to change badges' text font color
    + Small updates to sample multi-host dashboard, dash.html
    + Added missing quoting in shell scripts
    + Bump handlebars from 4.2.0 to 4.5.3
    + Reduce log level for uv_thread_set_name_np from error to info
    + Set standard name to non-libnetdata threads (libuv, pthread)
  * Bug fixes:
    + Fixed problems reported by Coverity for eBPF collector plugin
    + Fixed invalid literal for float\(\): NN.NNt error in the
    elasticsearch python plugin, by adding terabyte unit parsing
    + Fixed timeout failing in docker containers which broke some
    python.d collectors
    + Fixed problem with the httpcheck python collector not being
    able to check URLs with the POST method, by adding body to
    the URLService. Also record the new options in httpcheck.conf
    + Fixed dbengine repeated global flushing errors and collectors
    being blocked, by dropping dirty dbengine pages if the disk
    cannot keep up
    + Fixed issue with alarm notifications occasionally ignoring
    the configured severity filter when the ROLE was set to root
    + Fixed Netlink Connection Tracker charts in the nfacct plugin
    + Fixed metric values sent via remote write to Prometheus
    backends, when using average/sum
    + Fixed unclosed brackets in softnet alarm
    + Fixed SEGFAULT when localhost initialization failed
    + Reduced the number of broken pipe error log entries,
    after a SIGKILL
    + Fixed Coverity errors by restoring support for protobuf 3.0
    + Fixed inability to disable Prometheus remote API
    + Fixed SEGFAULT from the cpuidle plugin
    + Fixed samba collector not working, due to inability to run
    sudo
    + Fixed invalid css/js resource errors when URL for slave node
    has no final / on streaming master
    + Fixed keys_redis chart in the redis collector, by populating
    keys at runtime
    + Fixed UrlService bytes decoding and logger unicode encoding
    in the python.d plugin
    + Fixed a warning in the prometheus remote write backend
    + Fixed not detecting more than one adapter in the hpssa
    collector
    + Fixed race conditions in dbengine
    + Fixed race condition with the dbenging page cache descriptors
    + Fixed dbengine dirty page flushing warning
    + Fixed missing parenthesis on alarm softnet.conf
    + Fixed "Master thread EXPORTING takes too long to exit.
    Giving up" error, by cleaning up the main exporting engine
    thread on exit
    + Fixed rabbitmq error "update() unhandled exception: invalid
    literal for int() with base 10"
    + Fixed some LGTM alerts
    + Fixed valgrind errors
    + Fixed monit collector LGTM warnings
    + Fixed the following go.d.plugin collector issues:
    . mysql: panic in Cleanup (#326)
    . unbound: gather metrics via unix socket (#319)
    . logstash: pipelines chart (#317)
    . unbound: configuration file parsing.
    . Support include mechanism. (#298)
    . logstash: pipelines metrics parsing (#293)
    . phpfpm: processes metrics parsing (#297)
* Sun Jan 19 2020 Martin Herkt <9+suse@cirno.systems>
- Also package go.d.plugin (v0.14.1)
- Update to v1.19.0
  Improvements:
  * New collectors:
    + AM2320 sensor collector plugin
    + Added parsing of /proc/pagetypeinfo to provide metrics on
    fragmentation of free memory pages
    + The unbound collector module was completely rewritten, in Go
  * Collector improvements:
    + We rewrote our web log parser in Go, drastically improving
    its flexibility and performance
    + The Kubernetes kubelet collector now reads the service
    account token and uses it for authorization. We also added a
    new default job to collect metrics from
    https://localhost:10250/metrics
    + Added a new default job to the Kubernetes coredns collector
    to collect metrics from
    http://kube-dns.kube-system.svc.cluster.local:9153/metrics
    + apps.plugin: Synced FRRouting daemons configuration with the
    frr 7.2 release
    + apps.plugin: Added process group for git-related processes
    + apps.plugin: Added balena to the container-engines
    application group
    + web_log: Treat 401 Unauthorized requests as successful
    + xenstat.plugin: Prepare for xen 4.13 by checking for check
    xenstat_vbd_error presence
    + mysql: Added galera cluster_status alarm
  * Metrics database:
    + Netdata generates alarms if the disk cannot keep up with
    data collection
  * Health:
    + Fine tune various default alarm configurations
    + Update SYN cookie alarm to be less aggressive
    + Added support for IRC alarm notifications
  Bug fixes:
  * Prevented freezes due to isolated CPUs
  * Fixed missing streaming when slave has SSL activated
  * Fixed error 421 in IRC notifications, by removing a line break
    from the message
  * proc/pagetypeinfo collection could under particular
    circumstances cause high CPU load. As a workaround,
    we disabled pagetypeinfo by default
  * Fixed incorrect memory allocation in proc plugin?s
    pagetypeinfo collector
  * Eliminated cached responses from the postgres collector
  * rabbitmq: Fixed "disk_free": "disk_free_monitoring_disabled"
    error
  * Fixed Apache module not working with letsencrypt certificate
    by allowing the python UrlService to skip tls_verify for http
    scheme
  * Fixed invalid spikes appearing in certain charts, by improving
    the incremental counter reset/wraparound detection algorithm
  * Fixed issue with unknown variables in alarm configuration
    expressions always being evaluated to zero
  * Fixed issue of automatically picking up Pi-hole stats from a
    Pi-hole instance installed on another device by disabling the
    default job that collects metrics from http://pi.hole
* Mon Oct 21 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v1.18.1
  Improvements:
  * Disable slabinfo plugin by default to reduce the total number
    of metrics collected
  * Add dbengine RAM usage statistics
  * Support Google Hangouts chat notifications
  * Add CMocka unit tests
  * Add prerequisites to enable automatic updates for installations
    via the static binary (kickstart-static64.sh)
  Bug fixes:
  * Fix unbound collector timings: Convert recursion timings to
    milliseconds.
  * Fix unbound collector unhandled exceptions
  * Fix megacli collector binary search and sudo check
  * Fix Clang warnings
  * Fix python.d error logging: change chart suppress msg level
    from ERROR to INFO
  * Fix freeipmi update frequency check: was warning that 5 was too
    frequent and it was setting it to 5.
  * Fix alarm configurations not getting loaded, via better
    handling of chart names with special characters
  * Don't write HTTP response 204 messages to the logs
  * Fix build when CMocka isn't installed
  * Prevent zombie processes when a child is re-parented to netdata
    when its running in a container, by adding child process reaper
- Update to v1.18.0
  Improvements:
  * Database engine:
    + Make dbengine the default memory mode
    + Increase dbengine default cache size
    + Reduce overhead during write IO
    + Detect deadlock in dbengine page cache
    + Remove hard cap from page cache size to eliminate deadlocks.
  * New collectors:
    + SLAB cache mechanism
    + Gearman worker statistics
    + vCenter Server Appliance
    + Zookeeper servers
    + Hadoop Distributed File System (HDFS) nodes
  * Collector improvements:
    + rabbitmq: Add vhosts message metrics from /api/vhosts
    + elasticsearch: collect metrics from _cat/indices
    + mysql: collect galera cluster metrics
    + Allow configuration of the python.d launch command from
    netdata.conf
    + x509check: smtp cert check support
    + dnsmasq_dhcp: respect conf-dir,conf-file,dhcp-host options
    + plugin: respect previously running jobs after plugin restart
    + httpcheck: add current state duration chart
    + springboot2: fix context
  * Health:
    + Enable alarm templates for chart dimensions
    + Center the chart on the proper chart and time whenever an
    alarm link is clicked
  * Other:
    + API: Include family into the allmetrics JSON response
    + API: Add fixed width option to badges
    + Allow hostnames in Access Control Lists
  Bug fixes:
  * Fix issue error in alarm notification script, when executed
    without any arguments
  * Fix Coverity warnings
  * Fix dbengine consistency when a writer modifies a page
    concurrently with a reader querying its metrics
  * Fix memory leak on netdata exit
  * Fix for missing boundary data points in certain cases
  * Fix unhandled exception log warnings in the python.d collector
    orchestrator start\_job
  * Fix CORS errors when accessing the health management API,
    by permitingt x-auth-token in Access-Control-Allow-Headers
  * Fix misleading error log entries RRDSET: chart name 'XXX' on
    host 'YYY' already exists, by changing the log level for
    chart updates
  * Properly resolve all Kubernetes container names
  * Fix LGTM warnings
  * Fix agent UI redirect loop during cloud sign-in
  * Fix python.d.plugin bug in parsing configuration files with no
    explicitly defined jobs
  * Fix potential buffer overflow in the web server
  * Fix netdata group deletion on linux for uninstall script
  * Various cppcheck fixes
  * Fix handling of illegal metric timestamps in database engine
  * Fix a resource leak
  * Fix rabbitmq collector error when no vhosts are available.
Version: 1.10.0-bp150.2.4
* Tue Mar 27 2018 9+suse@cirno.systems
- Remove _service
- Add GPG signature
- Use %license macro
- Update to v1.10.0
  * new plugins:
  - BTRFS - monitor the allocations of BTRFS filesystems (netdata can now
    properly detect when btrfs is going out of space)
  - BCACHE - monitor the caching block layer that allows building hybrid
    disks using normal HDDs and SSDs
  - Ceph - monitor ceph distributed storage
  - nginx plus - monitor the nginx+ web servers
  - libreswan - monitor IPSEC tunnels
  - Traefik - monitor traefik reverse proxies
  - icecast - monitor icecast streaming servers
  - ntpd - monitor NTP servers
  - httpcheck - monitor any remote web server
  - portcheck - monitor any remote TCP port
  - spring-boot - monitor java spring boot applications
  - dnsdist - monitor dnsdist name servers
  - hugepages - monitor the allocation of Linux hugepages
  * enhanced/improved plugins:
  - statsd
    + statsd dimensions now support the options the external plugin
    dimensions support (currently the only usable option is hidden to add
    the dimension, but make it hidden on the dashboard - a hidden
    dimension can participate in various calculations, including alarms).
    + statsd now reports the CPU usage of its threads at the netdata
    section.
    + statsd metrics are logged to access.log the first time they are
    encountered.
    + statsd metrics now accept the special value zinit to allow them get
    initialized without altering their values (this is useful if you have
    rare metrics that you need to initialize when netdata starts).
    + statsd over TCP is now a lot faster - netdata can process up to 3.5mil
    statsd metrics / second using just one core. Added options to control
    the timeouts of TCP statsd connections.
    + fixed the title and context of statsd private charts
    + statsd private charts can now be hidden from the dashboard
  - web_log
    + Added web server response timings histogram
  - containers monitoring
    + netdata now monitors systemd-nspawn containers.
    + netdata now renames charts of kubernetes containers.
    + virsh is now called with -r to avoid prompting for password
    + cgroup-network is now a lot more strict, preventing unauthorized
    privilege escalation
    + cgroup-network now searches for container processes in sub-cgroups
    too - this improves the mapping of network interfaces to containers
    + cgroup-network now works even when there are no veth interfaces
    in the system
  - system memory
    + treat slab memory as cached
    + added a new chart for monitoring the memory available for use,
    before hitting swap
    + netdata now monitors Linux hugepages and (transparent) hugepages
  - diskspace
    + support huge amounts of mountpoints - netdata was crashing with stack
    overflow due to recursion - now it is a loop, so any number of mount
    points is supported
  - network interfaces
    + moved tcp passive and active opens to a separate chart, to allow the
    TCP issues dimensions scale better by default
    + updated the information presented on TCP charts to match the latest
    v4.15 kernel source
  - postgres
    + new charts:
    checkpointer
    bgwriter
    autovacuum
    replication delta
    WAL archive
    WAL
    temporary files
    + The postgres plugin now also works when postgres is in recovery mode.
  - rabbitmq
    + added Erlang run queue chart. This is useful in conjunction with the
    existing Erlang processes chart to get a better overall idea of what's
    going on in the Erlang VM.
    + added rabbitmq information on the dashboard to complement the charts.
  - apps.plugin
    netdata prior to this version was detecting the user and group of
    processes by examining the ownership of /proc/PID/stat. Unfortunately it
    seems that the owneship of files in /proc do not change when the process
    switches user. So, netdata could not detect the user and group of
    processes that started as root and then switched to another user.
    Now netdata reads /proc/PID/status:
    + process ownship information is now accurate
    + eliminated the need to read /proc/PID/statm (all the information of
    /proc/PID/statm is available in /proc/PID/status)
    + allowed netdata to read VmSwap, so a new chart has been added to
    monitor the swap memory usage per process, user and group.
    + The new plugin is 20% more expensive in terms of CPU. We tried hard
    to optimize it, but this is as good as it can get.
  - haproxy
    + hrsp_1xx, hrsp_2xx, hrsp_3xx, hrsp_4xx, hrsp_5xx, hrsp_other,
    hrsp_total for backands and frontends
    + qtime, ctime, rtime, ttime metrics for backend servers
    + backend servers In UP state
  - uptime
    + netdata now uses /proc/uptime when CLOCK_BOOTTIME does not report the
    same uptime. In containers CLOCK_BOOTTIME reports the uptime of the
    host, while /proc/uptime reports the uptime of the container, so now
    netdata correctly reports the uptime of the container.
  - ksm
    + removed to_scan dimension
    + the savings % reported by netdata was less than the actual - fixed it.
  - mdstat
    + various fixes to better monitor rebuild time and rate
  - elasticsearch
    + Added several charts for translog / indices segments statistics and
    JVM buffer pool utilization, which are often helpful when evaluating
    an elasticsearch node health
  - apcupsd
    + netdata now supports monitoring multiple APC UPSes.
  - isc-dhcpd
    + netdata now also supports monitoring IPv6 leases
  - fronius
    + added a new dimension solar_consumption
    + added alarms
  - stiebeleltron
    + added alarms
  - python.d
    + python.d.plugin can now start even if /etc/netdata/python.d.conf
    is missing
    + python.d.plugin now has an internal run counter
    + the unicode decoding of the plugin has been fixed
    + the plugin now does not validate self-signed certificates
    + the plugin can not revive obsolete charts
  - charts.d
    + charts.d.plugin BASH modules can now have custom number of retries in
    case of data collection failures
  * new alarm notifications plugins:
  - alerta
  - IRC
  * web server:
  - netdata now has a new internal web server that supports a fixed number
    of threads - we call it static web server. This web server allows
    netdata to work around memory fragmentation (since the treads are fixed,
    the underlying memory allocators reuse the same memory arenas) and cpu
    utilization (we can control the number of threads that will be used by
    netdata). This is the default now.
  - now the static threads web server reports the CPU usage of each of its
    threads.
  - the HTTP response headers now include the netdata version
  * dashboard:
  - the print button now respects the URL path netdata is hosted.
  - dygraphs updated to the latest version - this fixes an issue that
    prevented netdata charts from being interactive under certain conditions
  - added dygraph theme logscale
  - fontawesome updated to version 5
  - d3 updated to the latest version (this broke c3 charts that require an
    older version)
  - added d3pie charts
  - custom dashboards can now have alarms for specific roles (all, none,
    one or more).
  - allow stacked charts to zoom vertically when dimensions are selected
  - netdata now has a global XSS protection
  - netdata now uses intersectionObserver when available - this improves the
    scrolling performance of the dashboard.
  - prevent date, time and units from wrapping at the charts legends
  - various units scaling improvements
  - added data-common-colors="NAME" chart option for custom dashboards
  - added wiki page for creating custom dashboards on Atlassian's Confluence
  - prevented a double click on the charts' toolbox to select the text of
    the buttons.
  - fixed the alignment of dashboard icons
  - added a simple js, called refresh-badges.js, to update badges on a
    custom web page
  * badges:
  - netdata badges can now be scaled
  * API:
  - added gtime parameter, for group time. This is used to request from
    netdata to return values in a different rate (i.e. gtime=60 on a X/sec
    dimension, will return X/min).
  - fixed a rounding bug in JSON generation
  - the dimensions= parameter now supports simple patterns and added option
    values match-ids and match-names to control which matches are executed
    for dimensions.
  * alarms:
  - "system.swap" alarms now send notifications with a 30 seconds delay,
    to work-around a kernel bug that incorrectly reports all swap as
    instantly used under containers
  - added alarm to predict the time a mount point will run out of inodes
  - added alerta.io notifications
  - added available memory alarm
  - removed unsupported html tags from hipchat notifications.
  - pagerduty notifications have been modified to avoid incident duplication
  - alarm definitions can now use both chart IDs and chart names (prior to
    this version only chart IDs were allowed).
  - curl options (eg for disabling SSL certificates verification) for
    alarm-notify.sh can now be defined in health_alarm_notify.conf.
  - netdata can now send notifications to IRC channels
  * backends:
  - on netdata masters, allow filtering the hosts that will be sent to
    backends with send hosts matching = * pattern.
  - improved connection error handling and added retries to allow netdata
    connect to certain backends that failed with EALREADY or EINPROGRESS.
  - json backends now receive host tags (the tags have to be formatted in a
    json friendly way)
  - re-worked the alarm that triggers when backend data are lost,
    to avoid flip-flops.
  - prometheus backends:
    + added URL option timestamps=yes|no to /api/v1/allmetrics to support
    prometheus Pushgateway
    + added netdata_info variable with the version of netdata
    + renamed netdata_host_tags to netdata_host_tags_info (the old exists
    but is deprecated and will be removed eventually)
    + when prometheus uses average metrics, netdata remembers the last
    access time the prometheus collected metrics, on a per host basis.
  * metrics streaming between netdata:
  - netdata masters and proxies now expose the version of the netdata
    collecting the metrics, not their own. So, now a netdata master shows
    on the dashboard and sends to backends the version of the netdata
    collecting the metrics
  - added stream.conf option multiple "connections = accept | deny" to allow
    or deny multiple connection for the same netdata host. The default
    remains "accept", but it is likely to be changed to no on future
    versions.
  * other:
  - added global option gap when lost iterations to control the number of
    iterations that should be lost to show a gap on the charts.
  - various fixes/improvements related to netdata logs - the main change is
    that now netdata logs the thread name that logged the message, providing
    helpful insights about the thread that complained.
  - re-worked the exit procedure of netdata to allow it cleanup properly -
    sometimes netdata was deadlocked during exit, waiting forever - now
    netdata always exits promptly
  - fixed compilation on ancient gcc versions
  - netdata was always setting itself to the idle process scheduling
    priority, even when it was configured to do otherwise. Fixed it.
* Sun Dec 17 2017 9@cirno.systems
- Update to v1.9.0
  * new features:
  - IP address ACLs
  - auto-scaling units (KB ? MB ? GB ? TB etc.)
  - dashboard snapshots for any timeframe/resolution
  - detection of TCP overflows and dropped connections
  - detection of redis background save failures
  - export dashboards to PDF
  - flock.com and kavenegar.com alarm notifications
  - highlighting timeframes on all charts by holding Ctrl or Alt
  - monitoring of couchdb, powerdns, beanstalkd and dnsdist
  - monitoring of libvirt VMs
  - new alarms:
    1. too many tcp orphan sockets
    2. tcp memory that detects that the tcp stack is under memory pressure
    or close to giving memory errors
    3. too many tcp connections (for kernels that do not support dynamic
    allocation of connections)
  - timezone support
  - unit conversion (temperatures, time, etc.)
  * fixes/improvements:
  - better/faster dashboard scrolling
  - python.d.plugin rewritten
    + supports option autodetection_retry: SECONDS
    + the new URL service disables certificates checks by default,
    to allow self-signed certificates to work without configuration.
  - streaming:
    + netdata proxies with more than 100 slaves had a timing issue that
    caused them to crash randomly on slave reconnects. Parts of the code
    have been rewritten to get rid of the timing issue.
    + netdata slaves and proxies now have a protection that ensures they will
    never use 100% CPU, even if the master is misbehaving.
    + expired orphaned hosts are now removed from the my-netdata menu of the
    dashboard.
    + streaming functions can now be monitored via access.log
    + streaming now transfers alarm variables too
  - web_log plugin
    + custom regex now supports parsing hostnames and IPs
    + now parses lines with error 408 (request timeout - these are a special
    case, since the request has not received by the web server, so the log
    line is incomplete)
    + now properly parses resp_length with value
  - disks under Linux are renamed using /dev/disk/by-label. An option has been
    added at netdata.conf to also allow renaming based on /dev/disk/by-id.
  - chrony is now disabled by default, because there have been reports that
    chronyc enters an infinite loop in CentOS and RHEL.
  - tomcat improvements to support flavors of the tomcat server
  - chart system.io (the total system Disk I/O) is now calculated by
    aggregating the reads and writes of all physical disks. The previous
    system.io chart (that is based on pgpgin and pgpgout from /proc/vmstat)
    is now named system.pgpgio. The key difference is that the new system.io
    now sees ZFS I/O, and it also correctly and accurately sums the real disk
    bandwidth of RAID arrays.
  - chart system.net (the total system network bandwidth) is now calculated
    by aggregating the bandwidth of all physical network interfaces and is
    common for both IPv4 and IPv6.
  - tc (QoS) charts now sort the dimensions on the legends, the same way tc
    reports them.
  - mysql (and mariadb) got new charts for galera replication
  - postgres versions <= 10 the WAL directory was named pg_xlog' and from 10
    upwards has been renamed to pg_wal
  - freeipmi.plugin got a command line option (can be given in netdata.conf)
    to ignore certain sensor IDs that are faulty.
  - minor openvpn_log, smartd, smartd_log, varnish, mdstat, dns_query_time,
    isc_dhcpd, freeradius and node.d.plugin fixes/improvements
  - netdata now supports multiple plugin directories. The setting is the same
    in netdata.conf, plugins directory = "DIRECTORY1" "DIRECTORY2" ...,
    up to 20 directories.
  - netdata now supports alarms variables. Each plugin can now define host
    global and chart local variables with static values that can be used in
    alarms' expressions.
  - dashboard:
    + hover selection of charts is now faster on all browsers
    + the dashboard is now fixed when a modal is open, preventing scrolling
    + the dashboard now uses fontawesome 5.0.1 for icons
    + chart names can now be searched with browser control-F
    + netdata now detects libvirt VM network interfaces and moves them to the
    VM section of the dashboard
    + now shows the context, resolution and plugin/module of each chart in
    tooltips
    + should now put a lot less CPU pressure on the browser when the page
    does not have focus
  - statsd:
    + metrics can now be added to statsd synthetic charts using patterns
    + dimensions added to statsd synthetic charts can automatically be renamed
    using a dictionary
    + timers and histograms now report zeros when nothing is collected
  - badges:
    + fixed a bug in netdata badges that was incorrectly matching zero values
    with the null color condition
    + added API option display_absolute to allow badges use the signed value
    for color evaluation, but present the absolute value
  - alarms/notifications:
    + warning emails sent by netdata are now a little bit more orange
    (they were a bit greenish)
    + fixed a bug in email notifications that was triggering a corrupted MIME
    match by anti-spam solutions
    + pushbullet notifications now track the devices, so that per-device
    filtering at pushbullet is possible. Also improved the formatting a bit.
    + correct priority of warnings for pushover notifications
    + alarms can now use variables like this:
    ${variable with spaces or +, -, *, / in it}
  - other:
    + access.log has been refactored to support monitoring all netdata
    operations
    + inodes monitoring is now by default disabled for mount points based on
    filesystems that do not have a maximum inode threshold (such as cephfs)
    + rabbitmq has been added to apps_groups.conf so that apps.plugin now
    monitors (cpu, memory, disk I/O, sockets, etc) rabbitmq instances
    + several email and log management apps have been added to email and logs
    targets of apps_groups.conf
    + ceph target added to apps_groups.conf to allow netdata to monitor Ceph
    + refactored several internal data collection plugins to eliminate a few
    hundreds of index lookups per second
    + netdata.conf settings that are loaded from disk, but were the same with
    the default ones, were generated commented when the server was asked to
    return its config. Now all loaded settings are generated uncommented.
    + netdata simple patterns can now extract the the wildcarded part of the
    string they match (used in statsd synthetic charts)
    + netdata simple patterns can allow escaping spaces by prefixing them
    with a backslash
- Update netdata-smartd-log-path.patch
- Remove netdata-main-return.patch (fixed upstream)
- Fix rpmlint env-script-interpreter warnings
* Sun Sep 17 2017 9@cirno.systems
- Add return statement to main function (-Wreturn-type)
  * netdata-main-return.patch
* Sun Sep 17 2017 9@cirno.systems
- Update to v1.8.0
  * fixed bugs:
  - streaming slaves consuming 100% CPU
  - missing alarm notifications on netdata masters
  - API generating corrupted JSON
  - crashing when starting on systems without writable disks
  - python.d.plugin URLService did not support HTTP keep-alive
  - streamed charts with duplicate names
  * netdata enhancements:
  - netdata can now listen on UNIX domain sockets
  - systemd netdata.service now allows setting negative netdata
    OOM score and restarts netdata if it crashes
  * new plugins:
  - CPU thermal throttling charts
  - chrony plugin
  - Stiebel Eltron plugin to collect metrics from heat pumps and
    hot water installations from Stiebel Eltron ISG
  * improved plugins:
  - web_log bugfixes, enhancements and optimizations
    (including squid logs)
  - web_log now enables parsing HTTP/2 logs in custom_log_format
  - redis bugfixes
  - haproxy bugfixes
  - elasticsearch bugfixes and optimizations
  - rabbitmq bugfixes and optimizations
  - mdstat bugfixes
  - tomcat improvements
  - mysql improvements
  - dovecot improvements
  - postgres improvements
  - cpufreq fixed a bug that prevented accurate reporting of
    CPU frequencies.
  - cpuidle performance improvements (faster under load)
  - fail2ban bugfixes
  - SNMP plugin new uses latest net-snmp and the corrupted 64-bit
    counters encountered under certain node.js versions is fixed
  * dashboard improvements:
  - easypiecharts and gauges can now render arbitrary ranges and
    animate clockwise or counterclockwise
  - container network interfaces are now moved to the container
    section
  - containers and VMs now have summary gauges on the dashboard
  - traditionally netdata was using 1024 bits = 1 kilobit.
    It is fixed: 1000 bits = 1 kilobit.
  - netdata charts should now work on wordpress pages
  * alarms and notifications:
  - alarm-notify.sh now supports debug mode, showing the exact
    commands it runs to send notifications,
    when export NETDATA_ALARM_NOTIFY_DEBUG=1
  - alarm-notify.sh now supports setting the sender email address
    of the emails it sends
  - emails sent by alarm-notify.sh now include headers to reduce
    the possibility of them being scored as spam
  - network related alarms got new thresholds and improved badges
  - netdata now detects if the system has been suspended and
    pauses all alarms for 60 seconds on resume, to prevent false
    alarms
  - netdata alarms now support filtering based on hostname and OS
  - slack notifications now show the host that sent the alarm
  * statsd:
  - the number of fractional points supported by statsd is now
    configurable (1 to 7)
  - fixed: 95th percentile calculation on statsd histograms and
    timers was incorrectly averaging the values
  - fixed: statsd metrics with non-ASCII text were processed by
    the statsd server, but were breaking JSON data generated by
    netdata
* Thu Jul 27 2017 9@cirno.systems
- Add download_files _service
- update source tarball to match upstream copy
* Sun Jul 16 2017 9@cirno.systems
- Update to v1.7.0
  * netdata is now a fully featured statsd server
  * improved metrics streaming and replication
  * backend enhancements, including:
  - host tags and metrics filtering on the netdata side
  - rewritten prometheus support to utilize more prometheus
    features and provide more flexibility and integration options
  * now monitors ZFS, ElasticSearch, RabbitMQ, Go applications
    (via expvar), samba, squid logs (with web_log plugin).
  * improved dashboard loading times
  * custom hook support for alarms
- Update netdata-smartd-log-path.patch
* Sat Jul 15 2017 plinnell@opensuse.org
- mention patches added in last commit
  * add netdata-automake-no-dist-xz.patch
  * add netdata-logrotate-su.patch
  * add netdata-smartd-log-path.patch
* Sun Jul 09 2017 9@cirno.systems
- Adjust default smartd log path to openSUSE default
* Mon Jun 26 2017 9@cirno.systems
- Update dependencies
  * Enable more features
  * Add soft dependencies
- Build on all enabled SUSE flavors
- Improve package description
- Use upstream .service/init.d/logrotate files (virtually identical)
- Fix permissions
- Clean up %install section (more readable)
- spec-cleaner
* Mon Apr 24 2017 jengelh@inai.de
- Do not suppress errors from user/group creation.
- Trim sensationalist wording from description.
  Replace -exec rm by just -delete.
* Fri Apr 21 2017 ndas@suse.de
- Add netdata-rpmlintrc for spec file.
- Fix url and source link.
* Thu Apr 20 2017 benedikt@g5r.eu
- Update to version 1.6.0
- Add systemd unit, init script and logrotate config from netdata git repo
* Tue Jan 24 2017 aloisio@gmx.com
- Update to version 1.5.0 (see included ChangeLog)
- Added netdata-rpmlintrc
- Spec cleanup
* Fri Jun 17 2016 nirmoy.das@suse.com
- Upgraded to 1.2.0
* Fri Apr 01 2016 nirmoy.das@suse.com
- Initial package, version: 1.0.1