summaryrefslogtreecommitdiffstats
path: root/health
AgeCommit message (Collapse)Author
2021-12-23chore: update community link of alert notifications (#11860)Marilena Ioannou
2021-12-22Improve PagerDuty notification doc (#11147)Joel Hans
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2021-12-20Added "==" to the list of expression operators (#11905)David Lane
2021-12-20fix(docs): unresolved file references (#11903)Ilya Mashchenko
2021-12-09add z score alarm example (#11871)Andrew Maguire
* add z score alarm examples * give examples header titles
2021-12-07fix(health): used_swap alarm calc (#11868)Ilya Mashchenko
2021-11-30fix alarms info (#11844)Ilya Mashchenko
2021-11-29Remove pihole_blocked_queries alert (#11829)Fotis Voutsas
2021-11-18Always queue alerts to aclk_alert (#11806)Emmanuel Vasilakis
* always queue to aclk_alert * proper function name
2021-11-16Fix typos (#11782)Dimitris Apostolou
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2021-10-25Queue removed alerts to cloud for new architecture (#11704)Emmanuel Vasilakis
* rebased * add error message * make function void * fix return
2021-10-22Fix coverity issues 373612 & 373611 (#11684)Emmanuel Vasilakis
* fix 2 coverity errors * remove call to sql_queue_removed_alerts_to_aclk from health
2021-10-19Add snapshot message and calls to sql_queue_removed_alerts_to_aclk (#11664)Emmanuel Vasilakis
2021-10-18fix swap_used alarm calc (#11672)Ilya Mashchenko
2021-10-18Revert "Update alarms info" (#11633)Ilya Mashchenko
2021-10-06Enable additional functionality for the new cloud architecture (#11579)Stelios Fragkakis
2021-09-27Update alarms info (#11481)Ilya Mashchenko
* update apcupsd alarm's info
2021-09-23Add alert message support for ACLK new architecture (#11552)Emmanuel Vasilakis
* add alert messages * also clear date_cloud_ack * move buffer_create * remove include file * use wc->node_id
2021-09-21fix coverity (#11535)Emmanuel Vasilakis
2021-09-19Use sqlite to store the health log and alert configurations. (#11399)Emmanuel Vasilakis
* Rebased * use sql health log if it exists * store alert config in sqlite * move unlock before loop * fix warnings * remove hash message * check return from counting health log * remove check of hostname when reading log * try to create the health log table to catch accidental removals of it * fix warnings, cast values, report config_hash_id * use snprintfz, add info logging * remove unnecessary strdup and free * check if stored config hash is null * return if prepare statement fails * replace with static variables * remove replace info, free edit_command * remove setting cfg entries to NULL * change uuid_copy * check return of uuid_parse, and exit if its not valid * also free cfg * use address * removed health_alarm_entry_sql2json and sql_health_alarm_log_select_all * remove check for is_valid_alarm_id * replace lengths with GUID_LEN * use uuid_unparse_lower_fix * removed web api endopoint to get alert config * check for non null values for name, chart and family * include a date_updated field in alert_hash * for config hash, digest NULL string if value to digest is null * Use empty string instead of null
2021-09-17add a note about handling backslashes (#11527)Ilya Mashchenko
2021-09-15better check for supported -F parameter in sendmail (#11506)Emmanuel Vasilakis
2021-09-14Add custom e-mail headers (#11454)Emmanuel Vasilakis
* add custom mail headers * Aso add when sending only plain text emails * Update documentation on custom headers for filtering, and new email image
2021-09-04Clean netdata naming (#11484)Andrew Maguire
* replace "NetData" with "Netdata" * replace "NetData" with "Netdata"
2021-08-25Fix ram level alarms (#11452)Ilya Mashchenko
2021-08-09minor - remove trailing whitespace (#11407)Timotej S
2021-07-22fix `gearman_workers_queued` alarm (#11361)Ilya Mashchenko
2021-07-22disable oom_kill alarm if the node is k8s node (#11359)Ilya Mashchenko
2021-07-22health: fix cockroachdb replication alarms (#11360)Ilya Mashchenko
2021-07-21fix sending MS Teams notifications to multiple channels (#11355)Ilya Mashchenko
2021-07-20Check if sendmail supports -F parameter (#11283)Emmanuel Vasilakis
* check if sendmail is a symlink to busybox * fix shellcheck * check if sendmail supports -F
2021-07-19add geth default config (#11341)Odysseas Lamtzidis
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-07-01health: remove pythond modules specific last_collected alarms (#11307)Ilya Mashchenko
2021-06-14Swap class and type attributes in stock alarm configurations (#11240)Emmanuel Vasilakis
* swap type and class * edit REFERENCE.md
2021-06-10health: update cockroachdb alarms (#11235)Ilya Mashchenko
2021-06-10New email notification template (#11219)Emmanuel Vasilakis
* Add new mail template * use large enough initial buffers * pass the notification sender host to use in edit command part * formatting changes
2021-06-02Check for non ascii characters in health log (#11193)Emmanuel Vasilakis
* check for non ascii characters in health log * use c for check * correct check of c * use unsigned char * remove check for non-ascii
2021-05-31Provide UTC offset in seconds and edit health config command (#11051)Emmanuel Vasilakis
* add abbreviated timezone, utc offset in seconds, and edit health alarm command rebased * formating * use str2i instead of atoi
2021-05-24Remove unecessary relative paths when including headers. (#11124)vkalintiris
Currently, we add the repository's top-level dir in the compiler's header search path. This means that code in every top-level directory within the repo can include headers sibling top-level directories. This patch makes header inclusion consistent when it comes to files that are included from sibling top-level directories within the repo.
2021-05-24Fixing sneaky broken links (#11175)Joel Hans
2021-05-24health: add system clock synchronization state alarm (#11177)Ilya Mashchenko
* health: add system clock synchronization state alarm
2021-05-24health: add python.d/go.d jobs last_collected_secs alarms (#11168)Ilya Mashchenko
2021-05-24health: make stocks alarms less sensitive (2) (#11153)Ilya Mashchenko
2021-05-17Add sections for class, component and type. (#10984)Emmanuel Vasilakis
* Add sections for class, component and type. Add sections in the documentation for the new `class`, `component` and `type` attributes, that the PR https://github.com/netdata/netdata/pull/10961 adds to the stock alarms configuration files. The documentation can be perhaps extended to provide information on how those attributes are used in the cloud. * Update REFERENCE.md Add a list of stock alarms class attributes. * Add notes for default value Unknown * Update REFERENCE.md Fill more class descriptions (and change the name of the column). * Update REFERENCE.md Add collapsible class table. * Update health/REFERENCE.md Use dot Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update health/REFERENCE.md Spelling Co-authored-by: Joel Hans <joel@netdata.cloud> * Update health/REFERENCE.md Spelling Co-authored-by: Joel Hans <joel@netdata.cloud> * Update health/REFERENCE.md Grammar Co-authored-by: Joel Hans <joel@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Joel Hans <joel@netdata.cloud>
2021-05-07Check configuration for CUSTOM and MSTEAM (#11113)Emmanuel Vasilakis
* check for DEFAULT_RECIPIENT_CUSTOM * also check for SEND_MSTEAM * unset SEND_MSTEAM during msteams migration
2021-05-05Add a module for ZFS pool state (#11071)Vladimir Kobal
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-05-04health: clarify which health configuration entities are required / optional ↵Ilya Mashchenko
(#11086)
2021-04-28Add `charts` to templates (#11054)thiagoftsm
Add new entities to Netdata templates.
2021-04-26health/vernemq: use `average` instead of `sum` (#11037)Ilya Mashchenko
2021-04-26proc/mdstat: add raid level to the family (#11024)Ilya Mashchenko