summaryrefslogtreecommitdiffstats
path: root/src/health.h
AgeCommit message (Expand)Author
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
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-14health configuration variables are checked for invalid charactersCosta Tsaousis
2016-08-14operational health templatizerCosta Tsaousis
2016-08-14allow health configuration to be expressed in a way that will allow us to hav...Costa Tsaousis
2016-08-14health configuration now parses templates tooCosta Tsaousis
2016-08-13health parsing almost completeCosta Tsaousis
2016-08-13preparing health configuration file parsingCosta Tsaousis
2016-08-12RRDCALC management completedCosta Tsaousis
2016-08-11code cleanup by replacing all memory allocation functions with ones that hand...Costa Tsaousis
2016-08-10added RRDCALC management; preparation for expression evaluationCosta Tsaousis
2016-08-07chart and dimensions variables linked to 3 indexes: local, context and host v...Costa Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis