blob: de9c07e353e928e586325d2e02e513354fe1a287 [file] [log] [blame]
BUNDLES = [
'//apps/nodemetrics/api:onos-apps-nodemetrics-api',
'//apps/nodemetrics/mgr:onos-apps-nodemetrics-mgr',
]
onos_app(
app_name = 'org.onosproject.nodemetrics',
title = 'Controller Monitor Application',
description = '1.Nodemetrics Application uses, sigar library to fetch Controller information.'+
'2. The Sigar library uses Native libraries and currently It supports Windows, Linux and MacOs platform.'+
'3. The Native libraries like .so, .dll and .dylib are packed as jar along with sigar libs.'+
'4. If the Native libraries are corrupted because of any reason,'+
'so, the controller is vulnerable to crash of the entire JVM',
category = 'Monitoring',
url = 'http://samsung.com',
included_bundles = BUNDLES
)