summaryrefslogtreecommitdiffstats
path: root/src/rrdhost.c
AgeCommit message (Expand)Author
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-18fix for coverity warningCosta Tsaousis (ktsaou)
2017-06-18allow slaves to push new metrics to masterCosta Tsaousis (ktsaou)
2017-06-18properly reset host variables to allow multithreaded accessCosta Tsaousis (ktsaou)
2017-06-17use the new config option for host tagsCosta Tsaousis (ktsaou)
2017-06-17prevent NULL dereference when host tags are not set - againCosta Tsaousis (ktsaou)
2017-06-17rename variable "opentsdb host tags" to "host tags"; move it from the backend...Costa Tsaousis (ktsaou)
2017-05-13slaves propagate registry_hostname to master, which is now used for alarm not...Costa Tsaousis (ktsaou)
2017-04-22detect database is too far behind and other minor timing improvementsCosta Tsaousis (ktsaou)
2017-04-04properly cleanup deleted files of obsolete charts from disk; fixes #1358Costa Tsaousis (ktsaou)
2017-03-18eliminated warnings identified by coverityCosta Tsaousis (ktsaou)
2017-03-13database size for mirrored hosts is now aligned to page sizeCosta Tsaousis (ktsaou)
2017-03-12prevents hosts from being removed during initializationCosta 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-12re-hash a remote hostname that has been updatedCosta Tsaousis (ktsaou)
2017-03-01delete obsolete charts and orphan hosts by defaultCosta Tsaousis (ktsaou)
2017-03-01fixes identified by coverityCosta Tsaousis (ktsaou)
2017-03-01self-cleaning obsolete cgroups and network interfaces from memory; fixes #116...Costa Tsaousis (ktsaou)
2017-02-27create health directory in lib directory if it does not existCosta Tsaousis (ktsaou)
2017-02-27add mirrored hosts to the my-netdata menuCosta Tsaousis (ktsaou)
2017-02-26avoid dereferencing NULL options; handle config index collisionsCosta Tsaousis (ktsaou)
2017-02-26allow netdata to cleanup orphan hosts that have not pushed any metrics for so...Costa Tsaousis (ktsaou)
2017-02-25avoid code duplicationCosta Tsaousis (ktsaou)
2017-02-25moved [stream] configuration to stream.confCosta Tsaousis (ktsaou)
2017-02-25detect duplicate hostsCosta Tsaousis (ktsaou)
2017-02-25log all host configuration when a host is createdCosta Tsaousis (ktsaou)
2017-02-25log a line for each host monitoredCosta Tsaousis (ktsaou)
2017-02-25initialize in the right sequenceCosta Tsaousis (ktsaou)
2017-02-24prevent remote hosts from taking the localhost positionCosta 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-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22implemented API authenticationCosta Tsaousis (ktsaou)
2017-02-22create health directory for each hostCosta 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-22removed static references to localhost from the APICosta Tsaousis (ktsaou)
2017-02-22delete the host from the index and it is removedCosta 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-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)