blob: 65c845e73ed147c957ad194c8fe4e6d5edd68e68 [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',
14 category = 'Utility',
15 url = 'http://samsung.com',
16 included_bundles = BUNDLES
17)