netdata_netdata/tests/health_mgmtapi/expected_list
thiagoftsm c56e086ba3 Easily disable alarms, by persisting the silencers configuration (#6360)
This PR was created to fix #3414, here I am completing the job initiated by Christopher, among the newest features that we are bring we have

JSON inside the core - We are bringing to the core the capacity to work with JSON files, this is available either using the JSON-C library case it is present in the system or using JSMN library that was incorporated to our core. The preference is to have JSON-C, because it is a more complete library, but case the user does not have the library installed we are keeping the JSMN for we do not lose the feature.
Health LIST - We are bringing more one command to the Health API, now with the LIST it is possible to get in JSON format the alarms active with Netdata.
Health reorganized - Previously we had duplicated code in different files, this PR is fixing this (Thanks @cakrit !), the Health is now better organized.
Removing memory leak - The first implementation of the json.c was creating SILENCERS without to link it in anywhere. Now it has been linked properly.
Script updated - We are bringing some changes to the script that tests the Health.
This PR also fixes the race condition created by the previous new position of the SILENCERS creation, I had to move it to daemon/main.c, because after various tests, it was confirmed that the error could happen in different parts of the code, case it was not initialized before the threads starts.

Component Name
health directory
health-cmd

Additional Information
Fixes #6356 and #3414
2019-07-01 21:07:21 +02:00
..
ALARM_CPU_IOWAIT-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
ALARM_CPU_USAGE-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
CONTEXT_SYSTEM_CPU-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
DISABLE-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
DISABLE_ALL-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
DISABLE_ALL_ERROR-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
DISABLE_SYSTEM_LOAD-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
FAMILIES_LOAD-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
HOSTS-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
RESET-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
SILENCE-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
SILENCE_2-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
SILENCE_3-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
SILENCE_ALARM_CPU_USAGE-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
SILENCE_ALARM_CPU_USAGE_LOAD_TRIGGER-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00
SILENCE_ALL-list.json Easily disable alarms, by persisting the silencers configuration (#6360) 2019-07-01 21:07:21 +02:00