summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2016-02-06save memory before cleaning up the childs to prevent crashing before saving t...Costa Tsaousis (ktsaou)
2016-02-06added pthread_exit in hope it will solve the crash at exitCosta Tsaousis (ktsaou)
2016-02-02added node.js plugin manager, implemented bind (named) 9.10+ JSON plugin, ref...Costa Tsaousis (ktsaou)
2016-01-31log web access error to error.log #52Costa Tsaousis (ktsaou)
2016-01-26changed the motoCosta Tsaousis (ktsaou)
2016-01-25mark function fatal() as noreturnCosta Tsaousis
2016-01-25exit every 4 hoursCosta Tsaousis
2016-01-25fix to update tc (QoS) names if they are updatedCosta Tsaousis
2016-01-24remove pid file on exitCosta Tsaousis (ktsaou)
2016-01-22prevent sending microseconds on BEGIN the first timeCosta Tsaousis (ktsaou)
2016-01-21fixed interpolation spikes on incremental valuesCosta Tsaousis (ktsaou)
2016-01-21added more unit tests; fixed the issue where incremental values where gracefu...Costa Tsaousis (ktsaou)
2016-01-16finer cache control; Expires header is now always added; default expiration f...Costa Tsaousis (ktsaou)
2016-01-16minor modification for clean exit; dashboard fixes for inheriting chart color...Costa Tsaousis (ktsaou)
2016-01-15properly disabled interfaces lo and fireqos_monitorCosta Tsaousis (ktsaou)
2016-01-12apps.plugin logs NETDATA_HOST_PREFIX variable #43Costa Tsaousis (ktsaou)
2016-01-11apps.plugin inherits host prefix from netdata #43Costa Tsaousis (ktsaou)
2016-01-09added gauge.js and adapted dashboard to use itCosta Tsaousis (ktsaou)
2016-01-08added API option percentage to return the percentage of each dimension agains...Costa Tsaousis (ktsaou)
2016-01-07disable plugins based on their exit codeCosta Tsaousis (ktsaou)
2016-01-06added c3 charts; added easyPieChart to default dashboardCosta Tsaousis (ktsaou)
2016-01-05easyPieChart integrationCosta Tsaousis (ktsaou)
2016-01-04added CORS OPTIONS supportCosta Tsaousis (ktsaou)
2015-12-30fixed warningCosta Tsaousis
2015-12-30fix for lost bytes on filecopy #40Costa Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-26fix for woff2 fonts mime typeCosta Tsaousis (ktsaou)
2015-12-25interfaces fifo is incremental and is about FIFO buffer errorsCosta Tsaousis (ktsaou)
2015-12-25cleanup locking; ability to compile AVL with MUTEX instead of RWLOCK; disks a...Costa Tsaousis (ktsaou)
2015-12-25lower memory requirements: do not add network interface charts for values not...Costa Tsaousis (ktsaou)
2015-12-25lower memory requirements: do not add disk charts for values not offered by k...Costa Tsaousis (ktsaou)
2015-12-25source file for ksm #38Costa Tsaousis (ktsaou)
2015-12-25ksm charts #38Costa Tsaousis (ktsaou)
2015-12-24fixed an issue where certain proc files did not read in fullCosta Tsaousis (ktsaou)
2015-12-23do not attempt to use KSM if it is not availableCosta Tsaousis (ktsaou)
2015-12-22moved an error to internal checksCosta Tsaousis (ktsaou)
2015-12-22prevent interpolation on absolute values that are collected on timeCosta Tsaousis (ktsaou)
2015-12-20updated swagger and unified a few parameter namesCosta Tsaousis (ktsaou)
2015-12-20prevent adding unused interfaces and IFB devices - they can still be enabled ...Costa Tsaousis (ktsaou)
2015-12-20prevent adding idle cpu cores or disksCosta Tsaousis (ktsaou)
2015-12-20added config option "memory deduplication (ksm) = yes/no" to control memory d...Costa Tsaousis (ktsaou)
2015-12-19added softirqs collection from /proc/softirqs; fixed idlejitter time shift;Costa Tsaousis (ktsaou)
2015-12-18fixed the bug where randomly chart dimensions were hidden - it was caused due...Costa Tsaousis (ktsaou)
2015-12-18probably -O3 is causing empty charts some times - still investigatingCosta Tsaousis (ktsaou)
2015-12-16added support for empty charts; now the javascript tracks colors per dimensio...Costa Tsaousis (ktsaou)
2015-12-15fixed interrupt names; enabled per core interruptsCosta Tsaousis (ktsaou)
2015-12-12made all charts update the legend on chart update; added easy-pie-chart (not ...Costa Tsaousis (ktsaou)
2015-12-08disabled mirror and debug urls in productionCosta Tsaousis (ktsaou)
2015-12-08removed thread unsafe functionsCosta Tsaousis (ktsaou)