[Tooling update] health_checks
* Added:
- Retrieve contrail vrouter agent status from analyticsdb
- Retrieve filtered contrail vrouter agent info from analyticsdb
- Remove unwanted debug print from entropy_check function
Related-Prod: PROD-29236
Change-Id: I272a1fea3e39ec597647947cad798993f09e536a
diff --git a/README.rst b/README.rst
index 55b079c..fc8366b 100644
--- a/README.rst
+++ b/README.rst
@@ -865,6 +865,18 @@
salt -C cmp001* health_checks.contrail_vrouter_agent_status
+Retrieve contrail vrouter agent status from analyticsdb
+
+.. code-block:: bash
+
+ salt-call health_checks.contrail_collector_agent_status
+
+Retrieve filtered contrail vrouter agent info from analyticsdb
+
+.. code-block:: bash
+
+ salt-call health_checks.contrail_vrouter_agent_info cmp001
+
Fetch libvirt supported machine types for compute node
.. code-block:: bash