Adding features to Node Diagnosis Application
Node Diagnosis application will diagnose the Controller node failures
and tries to recover it
Adding a feature to analyse memory, socket descriptors, threads and file descriptors usage
and identifying abnormal behaviour and recovering the controller node.
Change-Id: Ib30022ee87f94b86861e3e3d961dd2469844b25c
diff --git a/apps/node-diagnosis/BUILD b/apps/node-diagnosis/BUILD
index 6bc723e..fea09c3 100644
--- a/apps/node-diagnosis/BUILD
+++ b/apps/node-diagnosis/BUILD
@@ -1,5 +1,7 @@
COMPILE_DEPS = CORE_DEPS + CLI + [
"@org_apache_karaf_bundle_core//jar",
+ "@sigar//jar",
+ "@jackson_databind//jar",
]
osgi_jar_with_tests(