Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/nodemetrics/api:onos-apps-nodemetrics-api", |
| 3 | "//apps/nodemetrics/mgr:onos-apps-nodemetrics-mgr", |
| 4 | ] |
| 5 | |
| 6 | onos_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 | ) |