summaryrefslogtreecommitdiffstats
path: root/src/health.c
AgeCommit message (Expand)Author
2018-03-11propagate netdata version with streaming; add netdata version to prometheus m...Costa Tsaousis (ktsaou)
2018-01-27Merge pull request #3351 from ktsaou/gpointsCosta Tsaousis
2018-01-27allow netdata to be compiled without long double; fixes #3352Costa Tsaousis (ktsaou)
2018-01-27added API parameter gpoints=N to allow emulating different data collection pe...Costa Tsaousis (ktsaou)
2018-01-15adds basic web server protections (static-threaded); fixes #3291; also some i...Costa Tsaousis (ktsaou)
2018-01-09added caching of allocations among web server connectionsCosta Tsaousis (ktsaou)
2018-01-04enable cleanup of threadsCosta Tsaousis (ktsaou)
2017-12-28abstracted pthreads into netdata_threadsCosta Tsaousis (ktsaou)
2017-12-27unified thread creation and cleanup throughout the codeCosta Tsaousis (ktsaou)
2017-10-15health typedefs are now structuredCosta Tsaousis (ktsaou)
2017-09-28prevent log errors while freeing incompatible alarms and alarm templates; #2382Costa Tsaousis (ktsaou)
2017-09-07each host has its own alarms execution status; fixes #2694Costa Tsaousis (ktsaou)
2017-08-13better detection of system suspension, to prevent alarms after wake up; fixes...Costa Tsaousis (ktsaou)
2017-05-13slaves propagate registry_hostname to master, which is now used for alarm not...Costa Tsaousis (ktsaou)
2017-04-22properly log timing different when hibernation is detectedCosta Tsaousis (ktsaou)
2017-03-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2017-03-01self-cleaning obsolete cgroups and network interfaces from memory; fixes #116...Costa 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-23do not log failed expressions - fix for hibernation delayCosta 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-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-22memory mode and health configuration per hostCosta Tsaousis (ktsaou)
2017-02-22every host has its own healthCosta Tsaousis (ktsaou)
2017-02-22localhost is now dynamicCosta Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-11minor optimization on alarms parsingCosta Tsaousis (ktsaou)
2017-02-05added value_string to live alarmsCosta Tsaousis (ktsaou)
2017-01-29fixed permissionsCosta Tsaousis (ktsaou)
2017-01-27allow notifications with option no-clear-notification to re-send the same not...Costa Tsaousis (ktsaou)
2017-01-27added more fping alarms; added the ability to have alarms that never send CLE...Costa Tsaousis (ktsaou)
2017-01-26fix memory leak introduced by last commitCosta Tsaousis (ktsaou)
2017-01-26friendly values for external notificationsCosta Tsaousis (ktsaou)
2017-01-26pretty value formatting on all alarm notificationsCosta Tsaousis (ktsaou)
2017-01-21reverted strcmp()Costa Tsaousis (ktsaou)
2017-01-20replace strcmp() with strsame() and procfile improvementsCosta Tsaousis (ktsaou)
2017-01-19inline string to number conversionCosta Tsaousis (ktsaou)
2017-01-15allow alarm templates to match patterns of chart families; fixes #1571Costa Tsaousis (ktsaou)
2017-01-14do not leak memory on exitCosta Tsaousis (ktsaou)
2017-01-14improved netdata cleanup/exit procedureCosta Tsaousis (ktsaou)
2017-01-04expose netdata alarms in allmetrics for shellCosta Tsaousis (ktsaou)
2017-01-01lower registry memory requirements by eliminating DICTIONARY structures for P...Costa Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-12-11`replace `time(NULL)` calls by `now_realtime_sec()`Rémi Lefèvre
2016-11-20add context to alarm_variables API callCosta Tsaousis (ktsaou)