blob: de9c07e353e928e586325d2e02e513354fe1a287 [file] [log] [blame]
kdarapu97843dc2018-05-10 12:46:32 +05301BUNDLES = [
2 '//apps/nodemetrics/api:onos-apps-nodemetrics-api',
3 '//apps/nodemetrics/mgr:onos-apps-nodemetrics-mgr',
4]
5
6onos_app(
7 app_name = 'org.onosproject.nodemetrics',
8 title = 'Controller Monitor Application',
9 description = '1.Nodemetrics Application uses, sigar library to fetch Controller information.'+
10 '2. The Sigar library uses Native libraries and currently It supports Windows, Linux and MacOs platform.'+
11 '3. The Native libraries like .so, .dll and .dylib are packed as jar along with sigar libs.'+
12 '4. If the Native libraries are corrupted because of any reason,'+
13 'so, the controller is vulnerable to crash of the entire JVM',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070014 category = 'Monitoring',
kdarapu97843dc2018-05-10 12:46:32 +053015 url = 'http://samsung.com',
16 included_bundles = BUNDLES
17)