mirror of
https://github.com/netdata/netdata.git
synced 2025-04-07 14:55:41 +00:00
![]() * add metadata for learn * first batch of adding metadata to md files * second batch of adding metadata to md files * third batch of adding metadata to md files * test one sidebar_label * add missing sidebar_labels * add missing sidebar_labels to files left behind * test, ansible doc is stubborn * fix * fix * fix * don't use questionmarks in the sidebar label * don't use exclamation marks and symbols in the sidebar label * fix style guide * fixes * fixes |
||
---|---|---|
.. | ||
expected_list | ||
health-cmdapi-test.sh.in | ||
README.md |
Health command API tester
The directory tests/health_cmdapi
contains the test script health-cmdapi-test.sh
for the health command API.
The script can be executed with options to prepare the system for the tests, run them and restore the system to its previous state.
It depends on the management API being accessible on localhost:19999 and on the responses to the api/v1/alarms?all requests being functional.
It also requires read access to the management API key that is usually under /var/lib/netdata/netdata.api.key
(@varlibdir_POST@/netdata.api.key
).