summaryrefslogtreecommitdiffstats
path: root/src/health.h
AgeCommit message (Expand)Author
2018-10-11modularize C source code (#4372)Costa Tsaousis
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-27stock configs in /usr/lib/netdata (#4283)Costa Tsaousis
2018-09-20daemon cleanup (#4231)Costa Tsaousis
2018-09-17send host variables to prometheus (#4200)Costa Tsaousis
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2017-10-17chart local variables use the same structures RRDSET variables use, so they a...Costa Tsaousis (ktsaou)
2017-10-17push chart local variables upstreamCosta Tsaousis (ktsaou)
2017-10-17support chart custom variables at the API and streaming; fixes #2884Costa Tsaousis (ktsaou)
2017-10-15cleanup remaining custom variables when a host is removedCosta Tsaousis (ktsaou)
2017-10-15transfer VARIABLEs immediately, without upstream reconnectionCosta Tsaousis (ktsaou)
2017-10-15added VARIABLE to plugins and streamingCosta 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-03-12locks abstraction, error reporting, debuggingCosta 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-22memory mode and health configuration per hostCosta Tsaousis (ktsaou)
2017-02-22every host has its own healthCosta Tsaousis (ktsaou)
2017-01-27added more fping alarms; added the ability to have alarms that never send CLE...Costa Tsaousis (ktsaou)
2017-01-26pretty value formatting on all alarm notificationsCosta Tsaousis (ktsaou)
2017-01-15allow alarm templates to match patterns of chart families; fixes #1571Costa Tsaousis (ktsaou)
2017-01-04expose netdata alarms in allmetrics for shellCosta Tsaousis (ktsaou)
2016-11-13added support for custom variables that can be exposed to alarm expressions w...Costa Tsaousis (ktsaou)
2016-11-13added alarm_variables API call that returns all the available variables for a...Costa Tsaousis (ktsaou)
2016-11-12fix for chart and dimension renames - health variables are also renamedCosta Tsaousis (ktsaou)
2016-11-12dimensions should also be referred as context.dimension under the same familyCosta Tsaousis (ktsaou)
2016-11-08prevent a condition when an alarm is half-checkedCosta Tsaousis (ktsaou)
2016-11-07commented not-used codeCosta Tsaousis (ktsaou)
2016-10-15health log is saved and loaded backCosta Tsaousis (ktsaou)
2016-09-29dashboard does not show past CLEAR notifications; fixes #1035Costa Tsaousis (ktsaou)
2016-09-14added support for notifications delays; fixes #945Costa Tsaousis (ktsaou)
2016-09-07alarms log now includes creation and removal of alarms; the dashboard does no...Costa Tsaousis (ktsaou)
2016-09-04enable browser notifications for alarms; fixes #846; fixes #317; contributes ...Costa Tsaousis (ktsaou)
2016-09-03added roles to receive email alarmsCosta Tsaousis (ktsaou)
2016-08-27added units and info to alarms and templates - now all alarm badges are a log...Costa 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-21extended the badges API to support rendering alarmsCosta Tsaousis
2016-08-20fixes left-overs from moving context index to family indexCosta Tsaousis
2016-08-20check all alarms have an update frequency; check that alarms do have an updat...Costa Tsaousis
2016-08-20context index converted to family index; alarm.sh now knows the total time an...Costa Tsaousis
2016-08-18each alarm now has one status with the following possible values: UNINITIALIZ...Costa Tsaousis
2016-08-17track the duration of all alarmsCosta 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