Browse Source

added 1.10 release to readme

Costa Tsaousis (ktsaou) 7 years ago
parent
commit
b6b6c528e6
1 changed files with 41 additions and 12 deletions
  1. 41 12
      README.md

+ 41 - 12
README.md

@@ -31,18 +31,47 @@ netdata runs on **Linux**, **FreeBSD**, and **MacOS**.
 
 ## News
 
-`Dec 17th, 2017` - **[netdata v1.9.0 released!](https://github.com/firehol/netdata/releases)**
-
-A big release:
-
- - dashboard snapshots, for loading / saving selected time-frames
- - highlighted time-frames across all charts of the dashboard
- - IP access lists for filtering access to netdata
- - enhanced VMs and containers monitoring
- - auto-scaling of chart units
- - timezone conversion at the dashboard to allow comparing charts with server logs
- - python.d.plugin rewritten
- - dozens of more improvements, enhancements, features and compatibility fixes
+`Mar 27th, 2018` - **[netdata v1.10.0 released!](https://github.com/firehol/netdata/releases)**
+
+ - new web server, a lot faster and more secure
+ - updated all javascript libraries to their latest versions (fixed compatibility issues - now netdata can be embedded on Atlassian Conflunce pages and remain fully interactive!)
+ - new plugins:
+   - **BTRFS** (visualize BTRFS allocation with alarms)
+   - **bcache** (monitor hybrid setups HDD + SSD)
+   - **ceph**
+   - **nginx plus**
+   - **libreswan** (monitor the traffic of IPSEC tunnels)
+   - **traefik**
+   - **icecast**
+   - **ntpd**
+   - **httpcheck** (monitor any remote web server)
+   - **portcheck** (monitor any remote TCP port)
+   - **spring-boot** (monitor java spring-boot apps)
+   - **dnsdist**
+   - **Linux hugepages**
+ - improved plugins:
+   - **statsd**
+   - **web_log**
+   - **cgroups** for containers and VMs monitoring (netdata now supports **systemd-nspawn** and **kubernetes**)
+   - **Linux memory**
+   - **diskspace**
+   - **network interfaces**
+   - **postgres**
+   - **rabbitmq**
+   - **apps.plugin** (now it also tracks swap usage per process)
+   - **haproxy**
+   - **uptime**
+   - **ksm** (kernel memory debupper)
+   - **mdstat** (software raid)
+   - **elasticsearch**
+   - **apcupsd**
+   - **dhcpd**
+   - **fronius**
+   - **stiebeletron**
+ - new alarm notification methods
+   - **alerta**
+   - **IRC** (post on IRC channels)
+ - and dozens more improvements, enhancements, features and compatibility fixes
 
 ---