summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-06-10Merge pull request #3772 from Ferroin/licensing-cleanupCosta Tsaousis
2018-06-04Add SPDX tags to a few files that were missed earlier.Austin S. Hemmelgarn
2018-06-01Fix src/avl.{c,h} licensing.Austin S. Hemmelgarn
2018-06-01log clock_gettime() errors; #3776Costa Tsaousis (ktsaou)
2018-06-01added debug code to trace #3752Costa Tsaousis (ktsaou)
2018-06-01bcache io_errors and cache_read_races do not have units; fixes #3766Costa Tsaousis (ktsaou)
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-05-30align db checks with alarm checks to allow chart updates, up to 5 seconds beh...Costa Tsaousis (ktsaou)
2018-05-29bcache: added cache I/O errorsCosta Tsaousis (ktsaou)
2018-05-29bcache: disable priority_stats by defaultCosta Tsaousis (ktsaou)
2018-05-29bcache: read priority_stats once every minute; related to #3762Costa Tsaousis (ktsaou)
2018-05-29fix memory leak in cgroup-networkCosta Tsaousis (ktsaou)
2018-05-29added bcache alarmsCosta Tsaousis (ktsaou)
2018-05-29added bcache cache_read_races metric for tracking cache device read failures;...Costa Tsaousis (ktsaou)
2018-05-29added bcache cache allocation chart; related to #3504Costa Tsaousis (ktsaou)
2018-05-23fix btrfs over bcache sector size; fixes #3746Costa Tsaousis (ktsaou)
2018-05-10sctp sent packets should be negativeCosta Tsaousis (ktsaou)
2018-05-10do not create ipv4 charts with just zero values; fixes #3706Costa Tsaousis (ktsaou)
2018-05-10added SCTP monitoring; fixes #1218Costa Tsaousis (ktsaou)
2018-05-08do not set TCP_NODELAY on unix domain sockets and do not log errors about opt...Costa Tsaousis (ktsaou)
2018-04-26fix 100% cpu when adding dimension in parallel to the same chartCosta Tsaousis (ktsaou)
2018-04-23fix statsd sampling rates calculations; fixes #3630Costa Tsaousis (ktsaou)
2018-04-20restore cgroup-network operation - also netdata reads /proc/1/net/dev when ho...Costa Tsaousis (ktsaou)
2018-04-19cgroup-network does not allow softlinks eitherCosta Tsaousis (ktsaou)
2018-04-18remove NAME from apps.plugin helpCosta Tsaousis (ktsaou)
2018-04-18fix compilation on freebsd/macos againCosta Tsaousis (ktsaou)
2018-04-18fix compilation on freebsdCosta Tsaousis (ktsaou)
2018-04-18more security fixes by SynacktivCosta Tsaousis (ktsaou)
2018-04-17allow debug logs of individual targets to be printedCosta Tsaousis (ktsaou)
2018-04-17strip control characters from URLs before loggedCosta Tsaousis (ktsaou)
2018-04-17fix apps.plugin security issues identified by SynacktivCosta Tsaousis (ktsaou)
2018-04-17code cleanupCosta Tsaousis (ktsaou)
2018-04-17added chart to track the useful statsd metricsCosta Tsaousis (ktsaou)
2018-04-17statsd now tracks useful metrics and loops through them onlyCosta Tsaousis (ktsaou)
2018-04-17statsd sets should show zero when not collectedCosta Tsaousis (ktsaou)
2018-04-16statsd better commentsCosta Tsaousis (ktsaou)
2018-04-16statsd histograms mutex narrowedCosta Tsaousis (ktsaou)
2018-04-16likely/unlikely optimization for statsd flushesCosta Tsaousis (ktsaou)
2018-04-02in cgroups, rss includes rss_hugeCosta Tsaousis (ktsaou)
2018-03-27netdata web server protection against slowloris; #3501Costa Tsaousis (ktsaou)
2018-03-20fix compilation errors on ancient gcc versionsCosta Tsaousis (ktsaou)
2018-03-18pass host tags to json backends; fixes #3479Costa Tsaousis (ktsaou)
2018-03-13do not send netdata_info with timestamps when timestamps=noCosta Tsaousis (ktsaou)
2018-03-13fix prometheus parsing error #3519Costa Tsaousis (ktsaou)
2018-03-12added netdata_host_tags_info; https://github.com/firehol/netdata/issues/3519#...Costa Tsaousis (ktsaou)
2018-03-12narrow the scope of the mutexCosta Tsaousis (ktsaou)
2018-03-12last access time for prometheus hosts is now per netdata host usedCosta Tsaousis (ktsaou)
2018-03-11propagate netdata version with streaming; add netdata version to prometheus m...Costa Tsaousis (ktsaou)
2018-03-11support prometheus Pushgateway, by eliminating timestamps; fixes #3526Costa Tsaousis (ktsaou)
2018-03-11statsd private charts have incomplete context and title; fixes #3515Costa Tsaousis (ktsaou)