summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-09-04re-order the dashboard menu so that Disks is above networkingCosta Tsaousis (ktsaou)
2016-09-04registry: prevent a memory leak when loading a saved database (was allocating...Costa Tsaousis (ktsaou)
2016-09-04allow certain parts of netdata to run with log flood protection temporarily d...Costa Tsaousis (ktsaou)
2016-09-04registry: prevent error log when users are redirected to verify their browser...Costa Tsaousis (ktsaou)
2016-09-04do not report swap I/O if there has never been swap activity in the system; f...Costa Tsaousis (ktsaou)
2016-09-04prevent adding swap charts if there is no swap in the system; fixes #889Costa Tsaousis (ktsaou)
2016-09-03prevent a crash when memory is set to saveCosta Tsaousis (ktsaou)
2016-09-03prevent a crash on SIGUSR2Costa Tsaousis (ktsaou)
2016-09-03values passed to alarm-email.sh without decimal digitsCosta Tsaousis (ktsaou)
2016-09-03added roles to receive email alarmsCosta Tsaousis (ktsaou)
2016-09-03keep track of duplicate cgroups (cgroups with same name) and enable the first...Costa Tsaousis (ktsaou)
2016-09-02prevent running alarms on charts that have not been collected yetCosta Tsaousis (ktsaou)
2016-09-02when 2 containers have the same name, prefer the new one over the old one, if...Costa Tsaousis (ktsaou)
2016-09-01process alarms in the order they appear in the config filesCosta Tsaousis (ktsaou)
2016-08-31blacklist registry machine GUIDs that have been shipped with distribution pac...Costa Tsaousis (ktsaou)
2016-08-31check for SOCK_CLOEXEC only when it is defined; fixes #864Costa Tsaousis (ktsaou)
2016-08-28badges are now non-cacheable; badges on alarms modal auto-refresh; chart refr...Costa Tsaousis (ktsaou)
2016-08-28update version number to 1.3.1_masterCosta Tsaousis (ktsaou)
2016-08-28Prepare release 1.3.0v1.3.0Costa Tsaousis (ktsaou)
2016-08-27added units and info to alarms and templates - now all alarm badges are a log...Costa Tsaousis
2016-08-27use smaller stack allocated buffer in svg generation; eliminate trailing zero...Costa Tsaousis (ktsaou)
2016-08-26remove default units from badges for alarmsCosta Tsaousis
2016-08-26eliminate a stack allocated buffer when generating svg imagesCosta Tsaousis
2016-08-26basic rendering of the alarm log readyCosta Tsaousis
2016-08-26basic health monitoring information is now rendered on the dashboardCosta Tsaousis
2016-08-25API for getting alarm log readyCosta Tsaousis
2016-08-25netdata now sets NETDATA_HOSTNAME, NETDATA_REGISTRY_HOSTNAME, NETDATA_REGISTR...Costa Tsaousis
2016-08-25alarms status API readyCosta Tsaousis
2016-08-25preparation for health API (render the alarms on the dashboard)Costa Tsaousis
2016-08-25added inline conditional evaluation, C and javascript like: (condition)?(true...Costa Tsaousis
2016-08-24fix bug that prevents cgroups from being collected; fixes #833Costa Tsaousis (ktsaou)
2016-08-23prevent repeating cgroup errors when certain cgroup features are missing from...Costa Tsaousis
2016-08-23do not attempt to use SCHED_IDLE when it is not availableCosta Tsaousis
2016-08-23prevent spikes on the charts when restarting netdataCosta Tsaousis
2016-08-22fixed help message about debug_flagsCosta Tsaousis
2016-08-22debug statement to show the config file readCosta Tsaousis
2016-08-21minor code re-writes to avoid coverity false positives; updated installer ban...Costa Tsaousis
2016-08-21fixes issues found by coverity static code analysisCosta Tsaousis
2016-08-21extended the badges API to support rendering alarmsCosta Tsaousis
2016-08-21prefer /init.scope/system.slice over /system.slice; fixes #797Costa Tsaousis
2016-08-21re-enable init.scope/* cgroupsCosta Tsaousis
2016-08-21prevent cgroup renames for disabled cgroups; fixes #797Costa Tsaousis
2016-08-21disable cgroups init.scope/* by default; fixes #797Costa Tsaousis
2016-08-21detect duplicate cgroups; fixes #797Costa Tsaousis
2016-08-21usecdiff has been renamed to usec_dt; fixes #811Costa Tsaousis (ktsaou)
2016-08-21fix for compiling nfacct plugin; fixes #811Costa Tsaousis (ktsaou)
2016-08-21properly reset green and red thresholds after health configuration reloadCosta Tsaousis
2016-08-21renamed alarm.sh to alarm-email.shCosta Tsaousis
2016-08-21fix re-setting green/red threshold when reloading health configurationCosta Tsaousis
2016-08-20fixes left-overs from moving context index to family indexCosta Tsaousis