summaryrefslogtreecommitdiffstats
path: root/src/rrd.h
AgeCommit message (Expand)Author
2017-05-13slaves propagate registry_hostname to master, which is now used for alarm not...Costa Tsaousis (ktsaou)
2017-04-26backend functionality can now send metrics directly from headlessCosta Tsaousis (ktsaou)
2017-03-13database size for mirrored hosts is now aligned to page sizeCosta Tsaousis (ktsaou)
2017-03-12added compile option NETDATA_VERIFY_LOCKS to enable the locksCosta Tsaousis (ktsaou)
2017-03-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2017-03-12locks error handlingCosta Tsaousis (ktsaou)
2017-03-01delete obsolete charts and orphan hosts by defaultCosta Tsaousis (ktsaou)
2017-03-01self-cleaning obsolete cgroups and network interfaces from memory; fixes #116...Costa Tsaousis (ktsaou)
2017-02-27add mirrored hosts to the my-netdata menuCosta Tsaousis (ktsaou)
2017-02-26allow netdata to cleanup orphan hosts that have not pushed any metrics for so...Costa Tsaousis (ktsaou)
2017-02-25moved [stream] configuration to stream.confCosta Tsaousis (ktsaou)
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-24allow each netdata host to have its own thread for streaming metricsCosta Tsaousis (ktsaou)
2017-02-23added rrd memory mode "none" to allow netdata act as a proxy to forward metri...Costa Tsaousis (ktsaou)
2017-02-23allow delaying alarm checks when remote netdata starts streaming metrics or w...Costa Tsaousis
2017-02-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22implemented API authenticationCosta Tsaousis (ktsaou)
2017-02-22properly lock all sensitive linked listsCosta Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22RRDHOSTs free all their memory (all substructures) when they are deallocatedCosta Tsaousis (ktsaou)
2017-02-22unified rrd locksCosta Tsaousis (ktsaou)
2017-02-22hosts except localhost save files in subdirectory in /var/cache/netdata and /...Costa Tsaousis (ktsaou)
2017-02-22unified rrdset and rrddim to use enum for flagsCosta Tsaousis (ktsaou)
2017-02-22remove references to localhost from registry - now the host is dynamic at the...Costa Tsaousis (ktsaou)
2017-02-22each host can have its own settings for history, update_every, rrd memory mod...Costa Tsaousis (ktsaou)
2017-02-22memory mode and health configuration per hostCosta Tsaousis (ktsaou)
2017-02-22backend now sends all metrics for all hostsCosta Tsaousis (ktsaou)
2017-02-22all internal plugins create chart at localhost except plugins.d that respects...Costa Tsaousis (ktsaou)
2017-02-22every host has its own healthCosta Tsaousis (ktsaou)
2017-02-22external plugins can now work for a specific hostCosta Tsaousis (ktsaou)
2017-02-22localhost is now dynamicCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-17multi-host rrdset and rrdfamily operationsCosta Tsaousis (ktsaou)
2017-02-17move machine_guid from registry to rrdhostCosta Tsaousis (ktsaou)
2017-02-17lower the memory footprint of dimensions by 1.5KBCosta Tsaousis (ktsaou)
2017-01-27nonzero option should return all selected dimensions if they are all zero; fi...Costa Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-11-07validate and verify microseconds passed by pluginsCosta Tsaousis (ktsaou)
2016-09-03added roles to receive email alarmsCosta Tsaousis (ktsaou)
2016-09-01process alarms in the order they appear in the config filesCosta Tsaousis (ktsaou)
2016-08-25API for getting alarm log readyCosta Tsaousis
2016-08-20context index converted to family index; alarm.sh now knows the total time an...Costa Tsaousis
2016-08-16added the ability to execute scripts on alarmsCosta Tsaousis
2016-08-16netdata can reload health configuration, at runtime, with SIGUSR2Costa Tsaousis
2016-08-15health now properly tracks alarm transitions; code cleanup;Costa Tsaousis
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-14operational health templatizerCosta Tsaousis
2016-08-14health configuration now parses templates tooCosta Tsaousis
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-12RRDCALC management completedCosta Tsaousis