summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-07-24allow boolean config options to accept: yes, true, on, auto, on demand as pos...Costa Tsaousis (ktsaou)
2017-07-23fixed corruption in charts JSON, when each chunk of data is above 1024 bytes;...Costa Tsaousis (ktsaou)
2017-07-22added setting to disable cleaning up obsolete disksCosta Tsaousis (ktsaou)
2017-07-16fixed identationCosta Tsaousis (ktsaou)
2017-07-16statsd cleanup threads on shutdown to prevent crashCosta Tsaousis (ktsaou)
2017-07-13adapted prometheus formatting based on #2436Costa Tsaousis (ktsaou)
2017-07-11allow netdata slaves to overwrite host tags without restarting the masterCosta Tsaousis (ktsaou)
2017-07-11code cleanup - added check for homogeneous or heterogeneous chartsCosta Tsaousis (ktsaou)
2017-07-11fixed wrong copy-pasteCosta Tsaousis (ktsaou)
2017-07-11improved alignment of metrics sent to backends for data source average and sumCosta Tsaousis (ktsaou)
2017-07-11prometheus: allow aliases for source at the URL: data, source, data-source, d...Costa Tsaousis (ktsaou)
2017-07-10prometheus: respect [backend].send charts matching optionCosta Tsaousis (ktsaou)
2017-07-10prometheus: allow prefix to be given on the URLCosta Tsaousis (ktsaou)
2017-07-10prometheus: added prefix to all metricsCosta Tsaousis (ktsaou)
2017-07-09prometheus: HELP and TYPE lines are now commentsCosta Tsaousis (ktsaou)
2017-07-09prometheus: help lines at the top merged to one lineCosta Tsaousis (ktsaou)
2017-07-09prometheus support all data sources netdata supports for the other backends: ...Costa Tsaousis (ktsaou)
2017-07-09prometheus: always send host tags with netdata_host_tagsCosta Tsaousis (ktsaou)
2017-07-09prometheus: send netdata_host_tags only when the request is for a single hostCosta Tsaousis (ktsaou)
2017-07-08prometheus HELP lines start with the metric nameCosta Tsaousis (ktsaou)
2017-07-08prometheus: chart should be converted as labelCosta Tsaousis (ktsaou)
2017-07-08new prometheus format #1497Costa Tsaousis (ktsaou)
2017-07-08allow dots in backend metricsCosta Tsaousis (ktsaou)
2017-07-08properly escape names before sending them to backendsCosta Tsaousis (ktsaou)
2017-07-08properly escape prometheus labels; fixes #2407Costa Tsaousis (ktsaou)
2017-07-08when archiving metrics to backends use chart and dimension names instead of i...Costa Tsaousis (ktsaou)
2017-07-07check if mount point is a directory for enabling disk space monitoring for mo...Costa Tsaousis (ktsaou)
2017-07-07check for device-mapper absolute namesCosta Tsaousis (ktsaou)
2017-07-06compare major:minor for finding the proper device mapper name; #2414Costa Tsaousis (ktsaou)
2017-07-06diskstats now lookup /dev/mapper names; fixes #2414Costa Tsaousis (ktsaou)
2017-07-04properly calculate the first data collection of statsd metrics when charts ar...Costa Tsaousis (ktsaou)
2017-07-03when sending metrics to backends, check if we just missed an update due to th...Costa Tsaousis (ktsaou)
2017-07-02statsd metrics do not loose their first data collection due to interpolation;...Costa Tsaousis (ktsaou)
2017-07-02fixed typoCosta Tsaousis (ktsaou)
2017-07-02when a chart is obsolete, its definition has to be pushed upstream manuallyCosta Tsaousis (ktsaou)
2017-07-02enhance the plugins protocol to support flags per chart; 2 flags added: "deta...Costa Tsaousis (ktsaou)
2017-07-02database flags are now using atomic operations when availableCosta Tsaousis (ktsaou)
2017-06-28respect config option when deleting obsolete chartsCosta Tsaousis (ktsaou)
2017-06-28on exit delete orphan hosts and obsolete chart files; fixes #2329Costa Tsaousis (ktsaou)
2017-06-23always initialize the name of synthetic chartsCosta Tsaousis (ktsaou)
2017-06-23do not allow invalid characters in statsd synthetic chartsCosta Tsaousis (ktsaou)
2017-06-23fix invalid memory access after realloc() for statsd tcp connectionsCosta Tsaousis (ktsaou)
2017-06-22attempt to avoid resetting database files loaded from disk and be more descri...Costa Tsaousis (ktsaou)
2017-06-22log a line in error.log if multiple slaves are sending metrics for the same h...Costa Tsaousis (ktsaou)
2017-06-21excluded zfs arc from used memory alarm; fixes #2271Costa Tsaousis (ktsaou)
2017-06-21Merge pull request #2370 from ktsaou/masterCosta Tsaousis
2017-06-21faster gaps filling; #2364Costa Tsaousis (ktsaou)
2017-06-21prevent crashes on startup with memory mode = map; re-organize rrdset_done() ...Costa Tsaousis (ktsaou)
2017-06-20Merge pull request #2368 from vlvkobal/masterCosta Tsaousis
2017-06-20Disable ipfw charts for FreeBSD 10Vladimir Kobal