From 5a84c9c15cb56792924d0b12125bc3f7a319fa3a Mon Sep 17 00:00:00 2001 From: netdatabot Date: Wed, 31 Oct 2018 17:16:44 +0000 Subject: [ci skip] Automatic changelog update --- CHANGELOG.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 57 insertions(+), 11 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ae4b2e9e..6114ed7e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ **Fixed bugs:** +- Cannot use oidname in snmp config [\#4512](https://github.com/netdata/netdata/issues/4512) +- config.status: error: cannot find input file: `web/api/badges/Makefile.in' [\#4502](https://github.com/netdata/netdata/issues/4502) +- Diskspace plugin accesses excluded filesystem and stalls netdata process [\#4491](https://github.com/netdata/netdata/issues/4491) +- netdata allocates 170MB memory after startup \(without the database\) [\#4487](https://github.com/netdata/netdata/issues/4487) +- duplicate name in cgroup if dash present in container name [\#4468](https://github.com/netdata/netdata/issues/4468) +- Netdata in Docker cannot load stock config \(permission denied\) [\#4453](https://github.com/netdata/netdata/issues/4453) +- Icecast module not working [\#4432](https://github.com/netdata/netdata/issues/4432) +- Installer does not detect systemd on Ubuntu 14.04 [\#4421](https://github.com/netdata/netdata/issues/4421) - netdata.spec seems to reference missing files [\#4409](https://github.com/netdata/netdata/issues/4409) +- mongodb.chart.py does not check pymongo version [\#4407](https://github.com/netdata/netdata/issues/4407) - node.d.plugin issue after modularizing plugins commit [\#4406](https://github.com/netdata/netdata/issues/4406) - netdata: CONFIG: cannot load user config ‘/etc/netdata/stream.conf’. Will try stock config. [\#4403](https://github.com/netdata/netdata/issues/4403) - netdata \(20181015\) compiles fine but 'make dist' aborts [\#4400](https://github.com/netdata/netdata/issues/4400) @@ -15,7 +24,7 @@ - Apps plugin: wrong open\_sockets counter when fd type changes [\#4233](https://github.com/netdata/netdata/issues/4233) - Logind bug [\#4230](https://github.com/netdata/netdata/issues/4230) - Should netdata identify the js binary as NodeJS by default? [\#4217](https://github.com/netdata/netdata/issues/4217) -- ERROR 101 [\#4212](https://github.com/netdata/netdata/issues/4212) +- Cannot load jQuery: ERROR 101 [\#4212](https://github.com/netdata/netdata/issues/4212) - redis.chart.py stops with error "check\(\) unhandled exception: 'rdb\_bgsave\_in\_progress'" [\#4204](https://github.com/netdata/netdata/issues/4204) - Failed to start netdata.service: Exec format error [\#4169](https://github.com/netdata/netdata/issues/4169) - python clocks don't work under FreeBSD [\#4152](https://github.com/netdata/netdata/issues/4152) @@ -51,6 +60,8 @@ **Closed issues:** +- Feature request: Support for Adaptec RAID [\#4396](https://github.com/netdata/netdata/issues/4396) +- Is there any way to diable the example chart? [\#4384](https://github.com/netdata/netdata/issues/4384) - modularize c source [\#4339](https://github.com/netdata/netdata/issues/4339) - How to stop some metrics to save bandwidth [\#4223](https://github.com/netdata/netdata/issues/4223) - UTC Timezone [\#4202](https://github.com/netdata/netdata/issues/4202) @@ -103,13 +114,56 @@ **Merged pull requests:** +- Added @gmosx to CONTRIBUTORS.md [\#4531](https://github.com/netdata/netdata/pull/4531) ([gmosx](https://github.com/gmosx)) +- fixed broken links [\#4530](https://github.com/netdata/netdata/pull/4530) ([ktsaou](https://github.com/ktsaou)) +- new releaser script [\#4526](https://github.com/netdata/netdata/pull/4526) ([paulfantom](https://github.com/paulfantom)) +- allow debugging memory per module [\#4524](https://github.com/netdata/netdata/pull/4524) ([ktsaou](https://github.com/ktsaou)) +- fixed vulnerabilities identified by red4sec.com [\#4521](https://github.com/netdata/netdata/pull/4521) ([ktsaou](https://github.com/ktsaou)) +- Do not enable unused per core interrupts by default [\#4519](https://github.com/netdata/netdata/pull/4519) ([ktsaou](https://github.com/ktsaou)) +- exclude web/gui/src from codacy checks [\#4515](https://github.com/netdata/netdata/pull/4515) ([paulfantom](https://github.com/paulfantom)) +- updated infographic [\#4511](https://github.com/netdata/netdata/pull/4511) ([ktsaou](https://github.com/ktsaou)) +- updated docker pulls badges [\#4510](https://github.com/netdata/netdata/pull/4510) ([ktsaou](https://github.com/ktsaou)) +- do not send duplicate chart names while streaming metrics [\#4508](https://github.com/netdata/netdata/pull/4508) ([ktsaou](https://github.com/ktsaou)) +- fix RPM build [\#4507](https://github.com/netdata/netdata/pull/4507) ([ktsaou](https://github.com/ktsaou)) +- Split the API formatters in modules [\#4504](https://github.com/netdata/netdata/pull/4504) ([ktsaou](https://github.com/ktsaou)) +- fixed rpm build; [\#4503](https://github.com/netdata/netdata/pull/4503) ([ktsaou](https://github.com/ktsaou)) +- Fix\(snmp\): fix parse oidname and santilize dimension name [\#4498](https://github.com/netdata/netdata/pull/4498) ([Ehekatl](https://github.com/Ehekatl)) +- fix query min-max, again... [\#4495](https://github.com/netdata/netdata/pull/4495) ([ktsaou](https://github.com/ktsaou)) +- diskspace plugin should not stat\(\) excluded mountpoints [\#4494](https://github.com/netdata/netdata/pull/4494) ([ktsaou](https://github.com/ktsaou)) +- restored min-max calculation of RRDR [\#4489](https://github.com/netdata/netdata/pull/4489) ([ktsaou](https://github.com/ktsaou)) +- Fix queries README [\#4486](https://github.com/netdata/netdata/pull/4486) ([ktsaou](https://github.com/ktsaou)) +- updated queries README [\#4485](https://github.com/netdata/netdata/pull/4485) ([ktsaou](https://github.com/ktsaou)) +- updated queries README [\#4484](https://github.com/netdata/netdata/pull/4484) ([ktsaou](https://github.com/ktsaou)) +- query engine documentation and stats [\#4483](https://github.com/netdata/netdata/pull/4483) ([ktsaou](https://github.com/ktsaou)) +- fix query sum [\#4482](https://github.com/netdata/netdata/pull/4482) ([ktsaou](https://github.com/ktsaou)) +- query code cleanup [\#4480](https://github.com/netdata/netdata/pull/4480) ([ktsaou](https://github.com/ktsaou)) +- Fix checking of grouping time [\#4478](https://github.com/netdata/netdata/pull/4478) ([vlvkobal](https://github.com/vlvkobal)) +- Disable python sudo modules by default [\#4477](https://github.com/netdata/netdata/pull/4477) ([l2isbad](https://github.com/l2isbad)) +- bug-fix: fixed aligned queries that returned no data [\#4472](https://github.com/netdata/netdata/pull/4472) ([ktsaou](https://github.com/ktsaou)) +- optimized ses and added des [\#4470](https://github.com/netdata/netdata/pull/4470) ([ktsaou](https://github.com/ktsaou)) +- fix duplicate in CODEOWNERS file [\#4467](https://github.com/netdata/netdata/pull/4467) ([paulfantom](https://github.com/paulfantom)) +- Add proxysql to python.d.plugin Makefile.am [\#4466](https://github.com/netdata/netdata/pull/4466) ([alibo](https://github.com/alibo)) +- updated tests for the new hierarchy [\#4464](https://github.com/netdata/netdata/pull/4464) ([ktsaou](https://github.com/ktsaou)) +- Remove duplicated entry and put modules in order in python.d.conf [\#4460](https://github.com/netdata/netdata/pull/4460) ([vladmovchan](https://github.com/vladmovchan)) +- fix permissions for config files in a container [\#4454](https://github.com/netdata/netdata/pull/4454) ([paulfantom](https://github.com/paulfantom)) +- unify headers in github templates [\#4451](https://github.com/netdata/netdata/pull/4451) ([paulfantom](https://github.com/paulfantom)) +- mongodb fix [\#4449](https://github.com/netdata/netdata/pull/4449) ([l2isbad](https://github.com/l2isbad)) +- icecast bugfix [\#4448](https://github.com/netdata/netdata/pull/4448) ([l2isbad](https://github.com/l2isbad)) +- Add @vlvkobal as a code owner for C code [\#4447](https://github.com/netdata/netdata/pull/4447) ([paulfantom](https://github.com/paulfantom)) +- invalidate incorrect rpm spec changelog [\#4445](https://github.com/netdata/netdata/pull/4445) ([paulfantom](https://github.com/paulfantom)) +- add autogenerated changelog [\#4444](https://github.com/netdata/netdata/pull/4444) ([paulfantom](https://github.com/paulfantom)) +- modularize the query api [\#4443](https://github.com/netdata/netdata/pull/4443) ([ktsaou](https://github.com/ktsaou)) - Disallow stale bot from removing labels [\#4442](https://github.com/netdata/netdata/pull/4442) ([paulfantom](https://github.com/paulfantom)) +- Indicate FreeIPMI support for FreeBSD [\#4440](https://github.com/netdata/netdata/pull/4440) ([openspork](https://github.com/openspork)) - remove unused variables [\#4437](https://github.com/netdata/netdata/pull/4437) ([paulfantom](https://github.com/paulfantom)) - fixed README.md links [\#4433](https://github.com/netdata/netdata/pull/4433) ([ktsaou](https://github.com/ktsaou)) +- Feat: detect NIC speed and alarm on each device for net traffic overflow [\#4430](https://github.com/netdata/netdata/pull/4430) ([Ehekatl](https://github.com/Ehekatl)) +- adaptec\_raid python module [\#4429](https://github.com/netdata/netdata/pull/4429) ([l2isbad](https://github.com/l2isbad)) - moved related wiki pages into the repo [\#4428](https://github.com/netdata/netdata/pull/4428) ([ktsaou](https://github.com/ktsaou)) - Fix GitHub issue templates [\#4427](https://github.com/netdata/netdata/pull/4427) ([paulfantom](https://github.com/paulfantom)) - fix streaming bug [\#4425](https://github.com/netdata/netdata/pull/4425) ([ktsaou](https://github.com/ktsaou)) - add github templates [\#4424](https://github.com/netdata/netdata/pull/4424) ([paulfantom](https://github.com/paulfantom)) +- fix systemd detection; [\#4423](https://github.com/netdata/netdata/pull/4423) ([ktsaou](https://github.com/ktsaou)) - moved stream.conf initialization after log files have been open [\#4422](https://github.com/netdata/netdata/pull/4422) ([ktsaou](https://github.com/ktsaou)) - Fix cmake build on macos [\#4420](https://github.com/netdata/netdata/pull/4420) ([Ehekatl](https://github.com/Ehekatl)) - Evaluate $used\_ram\_to\_ignore on FreeBSD [\#4419](https://github.com/netdata/netdata/pull/4419) ([openspork](https://github.com/openspork)) @@ -132,6 +186,7 @@ - make future code PEP8 compliant [\#4382](https://github.com/netdata/netdata/pull/4382) ([paulfantom](https://github.com/paulfantom)) - modularize C source code [\#4372](https://github.com/netdata/netdata/pull/4372) ([ktsaou](https://github.com/ktsaou)) - fix docker builds [\#4367](https://github.com/netdata/netdata/pull/4367) ([paulfantom](https://github.com/paulfantom)) +- add option to run netdata in the background [\#4364](https://github.com/netdata/netdata/pull/4364) ([pohzipohzi](https://github.com/pohzipohzi)) - Correct ram\_in\_use alarm calculation on FreeBSD [\#4363](https://github.com/netdata/netdata/pull/4363) ([vladmovchan](https://github.com/vladmovchan)) - support filtering of charts during streaming; [\#4361](https://github.com/netdata/netdata/pull/4361) ([ktsaou](https://github.com/ktsaou)) - edit-config should use . instead of source with /bin/sh [\#4360](https://github.com/netdata/netdata/pull/4360) ([ktsaou](https://github.com/ktsaou)) @@ -264,21 +319,12 @@ - \[project management\] add github CODEOWNERS [\#4137](https://github.com/netdata/netdata/pull/4137) ([paulfantom](https://github.com/paulfantom)) - \[cleanup crusade\] cleanup licenses [\#4136](https://github.com/netdata/netdata/pull/4136) ([paulfantom](https://github.com/paulfantom)) - \[cleanup crusade\] make clearer what hooks are [\#4135](https://github.com/netdata/netdata/pull/4135) ([paulfantom](https://github.com/paulfantom)) -- \[cleanup crusade\] remove biased cppcheck code [\#4134](https://github.com/netdata/netdata/pull/4134) ([paulfantom](https://github.com/paulfantom)) -- \[cleanup crusade\] remove autogen.sh script [\#4132](https://github.com/netdata/netdata/pull/4132) ([paulfantom](https://github.com/paulfantom)) - added how to enable status in ovpn [\#4113](https://github.com/netdata/netdata/pull/4113) ([ntalekt](https://github.com/ntalekt)) -- do not clear the database when it refers to the future [\#4109](https://github.com/netdata/netdata/pull/4109) ([ktsaou](https://github.com/ktsaou)) +- Add ProxySQL python plugin [\#4112](https://github.com/netdata/netdata/pull/4112) ([alibo](https://github.com/alibo)) - Optimize counting of recusive pins [\#4095](https://github.com/netdata/netdata/pull/4095) ([pjz](https://github.com/pjz)) - \[nginx\_plus\] fix handling of non-contiguous peer IDs [\#4093](https://github.com/netdata/netdata/pull/4093) ([illes](https://github.com/illes)) -- updated configs.signatures [\#4078](https://github.com/netdata/netdata/pull/4078) ([ktsaou](https://github.com/ktsaou)) - web\_log Virtual host enhancement and http/https [\#4076](https://github.com/netdata/netdata/pull/4076) ([jgrossiord](https://github.com/jgrossiord)) - Add node to apps\_groups [\#4064](https://github.com/netdata/netdata/pull/4064) ([jonfairbanks](https://github.com/jonfairbanks)) -- updated configs.signatures [\#4057](https://github.com/netdata/netdata/pull/4057) ([ktsaou](https://github.com/ktsaou)) -- proc\_interrupts/softirqs parser fix [\#4055](https://github.com/netdata/netdata/pull/4055) ([abalabahaha](https://github.com/abalabahaha)) -- Replace embedded keys and transition my key [\#4052](https://github.com/netdata/netdata/pull/4052) ([philwhineray](https://github.com/philwhineray)) -- Chart MySQL active connections vs connection limit and add health check [\#4030](https://github.com/netdata/netdata/pull/4030) ([amichelic](https://github.com/amichelic)) -- python plugin for monit \(draft\) [\#4027](https://github.com/netdata/netdata/pull/4027) ([n0guest](https://github.com/n0guest)) -- python.d: add 'hidden' option to charts [\#4024](https://github.com/netdata/netdata/pull/4024) ([l2isbad](https://github.com/l2isbad)) - Major docker build refactor [\#3995](https://github.com/netdata/netdata/pull/3995) ([paulfantom](https://github.com/paulfantom)) - push host tags for graphite; [\#3992](https://github.com/netdata/netdata/pull/3992) ([ktsaou](https://github.com/ktsaou)) - rethinkdb python plugin [\#3955](https://github.com/netdata/netdata/pull/3955) ([l2isbad](https://github.com/l2isbad)) -- cgit v1.2.3