summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-09-17updated README.md for v1.8.0Costa Tsaousis (ktsaou)
2017-09-17Post release 1.8.0Costa Tsaousis (ktsaou)
2017-09-17Prepare release 1.8.0v1.8.0Costa Tsaousis (ktsaou)
2017-09-17Merge pull request #2751 from firehol/use-firehol-automationCosta Tsaousis
Deploy using new firehol-automation user
2017-09-17Deploy using new firehol-automation userPhilip Whineray
2017-09-17Merge pull request #2749 from ktsaou/masterCosta Tsaousis
prevent duplicate chart names when streaming;
2017-09-17prevent duplicate chart names when streaming; fixes #2718Costa Tsaousis (ktsaou)
2017-09-17Merge pull request #2748 from ktsaou/masterCosta Tsaousis
update entropy info;
2017-09-17make sure makeself/build-x86_64-static.sh runs with bashCosta Tsaousis (ktsaou)
2017-09-16allow netdata binaries to be compiled with debugging infoCosta Tsaousis (ktsaou)
2017-09-16update entropy info; fixes #2510Costa Tsaousis (ktsaou)
2017-09-16Merge pull request #2743 from ktsaou/masterCosta Tsaousis
netdata new signal handler
2017-09-16removed old signal handler definitionsCosta Tsaousis (ktsaou)
2017-09-16rewrote the signal handler; added SIGBUS handler; fixes #2727Costa Tsaousis (ktsaou)
2017-09-15Merge pull request #2741 from ktsaou/masterCosta Tsaousis
escape invalid characters from chart parameters
2017-09-15remove invalid characters from family and units tooCosta Tsaousis (ktsaou)
2017-09-15remove invalid characters from json strings: context and title; fixes #2740Costa Tsaousis (ktsaou)
2017-09-14Merge pull request #2730 from ktsaou/masterCosta Tsaousis
chrony updates
2017-09-13start netdata after chronydCosta Tsaousis (ktsaou)
2017-09-13updated configs.signaturesCosta Tsaousis (ktsaou)
2017-09-13added chrony information on the dashboard; lowered update frequency to 5 secondsCosta Tsaousis (ktsaou)
2017-09-11Merge pull request #2716 from tycho/fix-cpuidle-under-loadCosta Tsaousis
cpuidle.chart.py: re-read schedstat after tickling idle CPUs
2017-09-10cpuidle.chart.py: re-read schedstat after tickling idle CPUsSteven Noonan
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-11Merge pull request #2715 from tycho/fix-cpuidle-under-loadCosta Tsaousis
cpuidle.chart.py: only tickle known-to-be-idle CPUs
2017-09-10cpuidle.chart.py: only tickle known-to-be-idle CPUsSteven Noonan
This should prevent the netdata.plugin_pythond_cpuidle metric from spiking under load. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-10Merge pull request #2712 from tycho/fix-cpufreq-accurate-modeCosta Tsaousis
cpufreq.chart.py: use much more accurate accounting for average CPU frequency
2017-09-10Merge pull request #2704 from ktsaou/masterCosta Tsaousis
added CPU core and package thermal throttling support
2017-09-10fix issue identified by coverityCosta Tsaousis (ktsaou)
2017-09-10more speed improvementsCosta Tsaousis (ktsaou)
2017-09-10more speed optimizationsCosta Tsaousis (ktsaou)
2017-09-09speed improvements in various internal pluginsCosta Tsaousis (ktsaou)
2017-09-09clion suggestions for macro expansionsCosta Tsaousis (ktsaou)
2017-09-09allow overwriting the storage type of calculated_number and related functionsCosta Tsaousis (ktsaou)
2017-09-09allow closing per core files; disable by default per core stats on systems ↵Costa Tsaousis (ktsaou)
with more than 50 cores
2017-09-09disable the embedded scaling_cur_freq and package_throttle_count by defaultCosta Tsaousis (ktsaou)
2017-09-09Merge pull request #2705 from l2isbad/fail2ban_bugfixCosta Tsaousis
fail2ban: jailes search function bugfix
2017-09-09cpufreq.chart.py: use much more accurate accounting for average CPU frequencySteven Noonan
The way I was tracking it before was bad because if we were too early or late reading the time_in_state file, we might get really bogus results. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-09Merge remote-tracking branch 'upstream/master'Costa Tsaousis (ktsaou)
2017-09-09Merge pull request #2706 from tycho/fix-cpufreq-accurate-modeCosta Tsaousis
cpufreq.chart.py: fix accurate mode
2017-09-10fail2ban: jails search function bugfixIlya
2017-09-09cpufreq.chart.py: fix accurate modeSteven Noonan
It needs to fail one iteration so there's something to calculate deltas against (the first iteration has no prior data). Once it has the first pass, all future iterations will use the accurate mode data, if it's available. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
2017-09-09added CPU core and package thermal throttling support; moved cpufreq to ↵Costa Tsaousis (ktsaou)
internal netdata plugin
2017-09-08Merge pull request #2697 from ktsaou/masterCosta Tsaousis
silence SO_REUSEPORT errors on systems that do not support them
2017-09-07updated configs.signaturesCosta Tsaousis (ktsaou)
2017-09-07prevent SO_REUSEPORT errors on systems that do not support them; fixes #2208Costa Tsaousis (ktsaou)
2017-09-07Merge pull request #2674 from ktsaou/masterCosta Tsaousis
multi-os, multi-host alarms and alarm-templates; fix streaming on freebsd; more bug fixes
2017-09-07slack messages now show the sending host at their footerCosta Tsaousis (ktsaou)
2017-09-07each host gets its own range of alarm and alarm log IDs; fixes #2694Costa Tsaousis (ktsaou)
2017-09-07each host has its own alarms execution status; fixes #2694Costa Tsaousis (ktsaou)
2017-09-07more descriptive streaming error messagesCosta Tsaousis (ktsaou)