summaryrefslogtreecommitdiffstats
path: root/src/health.c
AgeCommit message (Expand)Author
2016-11-06bug fix: re-enable alarms about not-collected metricsCosta Tsaousis (ktsaou)
2016-10-28prevent evaluating alarms that do have the data for the evaluation; fixes #1173Costa Tsaousis (ktsaou)
2016-10-18optimization for a large alarm log; switched many messages from INFO to DEBUGCosta Tsaousis (ktsaou)
2016-10-17lowered the log file history to 2000 entriesCosta Tsaousis
2016-10-17fix decision making for sending alarms; to avoid attempting to send alarms fo...Costa Tsaousis
2016-10-17update the fast searching hashes when loading the alarm logCosta Tsaousis
2016-10-17prevent dereferencing null pointerCosta Tsaousis (ktsaou)
2016-10-16rotate health log at 10000 entries by default; properly calculate the max_uni...Costa Tsaousis (ktsaou)
2016-10-16health log rotation should restartCosta Tsaousis (ktsaou)
2016-10-16properly rotate the health log fileCosta Tsaousis (ktsaou)
2016-10-16rotate health log fileCosta Tsaousis (ktsaou)
2016-10-16detect out of order alarm log entries when loading themCosta Tsaousis (ktsaou)
2016-10-16properly load the alarm log; additional checks; alarms are now sequencial eve...Costa Tsaousis (ktsaou)
2016-10-16fixed minor printf formating issues regards signed numbersCosta 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-27preparations for saving/loading the alarm logCosta Tsaousis (ktsaou)
2016-09-24stop health monitoring while netdata exits to avoid alarms floodCosta Tsaousis (ktsaou)
2016-09-17added alarm to detect port scans or busy service crashesCosta Tsaousis (ktsaou)
2016-09-16minor fixes to the previous commitsCosta Tsaousis (ktsaou)
2016-09-16prevent sending CLEAR notifications for cancelled alarmsCosta Tsaousis (ktsaou)
2016-09-16eliminated redundant check identified by coverityCosta Tsaousis (ktsaou)
2016-09-16alarms are now rendered in the order they are executed by netdataCosta Tsaousis (ktsaou)
2016-09-14allow expressions to examine the current status of the alarm with $status; sp...Costa Tsaousis (ktsaou)
2016-09-14delay max should by default be max(up * multiplier, down * multiplier)Costa Tsaousis (ktsaou)
2016-09-14do not allow reasing and falling notification delays to interact; do not send...Costa Tsaousis
2016-09-14added support for notifications delays; fixes #945Costa Tsaousis (ktsaou)
2016-09-09read DT_UNKNOWN alarm files; fixes #897Costa Tsaousis (ktsaou)
2016-09-09fix compiler warning about a printf format with wrong typeCosta Tsaousis
2016-09-09replaced alarm-email.sh with alarm-notify.shCosta Tsaousis (ktsaou)
2016-09-09alarm-email.sh renamed to alarm-notify.shCosta Tsaousis (ktsaou)
2016-09-07alarms log now includes creation and removal of alarms; the dashboard does no...Costa Tsaousis (ktsaou)
2016-09-07properly check for duplicate alarms, allowing alarms to override templates; f...Costa Tsaousis (ktsaou)
2016-09-07added more debug info in health monitoringCosta Tsaousis (ktsaou)
2016-09-07added debug info required for #897Costa Tsaousis (ktsaou)
2016-09-07more elastic alarms; better names; properly invalidate all alarm log on alarm...Costa Tsaousis (ktsaou)
2016-09-07hostname is bundled with the alarm log - preparation to support multi-host al...Costa Tsaousis (ktsaou)
2016-09-04enable browser notifications for alarms; fixes #846; fixes #317; contributes ...Costa Tsaousis (ktsaou)
2016-09-03prevent a crash on SIGUSR2Costa Tsaousis (ktsaou)
2016-09-03values passed to alarm-email.sh without decimal digitsCosta Tsaousis (ktsaou)
2016-09-03added roles to receive email alarmsCosta Tsaousis (ktsaou)
2016-09-02prevent running alarms on charts that have not been collected yetCosta Tsaousis (ktsaou)
2016-09-01process alarms in the order they appear in the config filesCosta 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-21fixes issues found by coverity static code analysisCosta Tsaousis