blob: 90425edc1aabdc46494d1da95a8b4138bc388ae1 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
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 category = "Monitoring",
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 included_bundles = BUNDLES,
15 title = "Controller Monitor Application",
16 url = "http://samsung.com",
17)