blob: 0a83736d97c6b784a5b7f9855b2d2dd5ff6ea874 [file] [log] [blame]
Thomas Vachuska7d649b52018-07-10 15:59:59 -07001BUNDLES = [
2 "//apps/faultmanagement/fmcli:onos-apps-faultmanagement-fmcli",
3 "//apps/faultmanagement/fmgui:onos-apps-faultmanagement-fmgui",
4 "//apps/faultmanagement/fmmgr:onos-apps-faultmanagement-fmmgr",
5 "//apps/faultmanagement/fmweb:onos-apps-faultmanagement-fmweb",
6]
7
8onos_app(
9 category = "Monitoring",
10 description = "Provides managements of alarms. Stores retrieved alarms from devices. " +
Ray Milkeya4f8d9d2018-07-11 10:36:23 -070011 "Offers CLI, UI and REST integration to obtain and display them from ONOS.",
Thomas Vachuska7d649b52018-07-10 15:59:59 -070012 included_bundles = BUNDLES,
13 origin = "BTI Systems",
14 title = "Fault Management",
15 url = "https://wiki.onosproject.org/display/ONOS/Fault+Management",
16)