Skip to content

Monitoring Manager

Panos Trakadas edited this page Jul 26, 2018 · 4 revisions

Monitoring manager is a Django-based server that offers RESTful APIs with respect to the monitoring data gathered from the instantiated 5G Network Services. Monitoring manager is the entry point of the monitoring framework and provides all the necessary functionalities in order to monitor the VNFs, NFVIs and network equipment (ex. SDN switches) during runtime. Some of the provided features are the following:

  1. The relation among networks services, network functions, VDUs, NFVIs and monitoring data
  2. The ability to add/modify alert rules and thresholds during NS/VNF runtime
  3. The reconfiguration of Prometheus server to keep up with service or network alterations
  4. Support of multiple notification actions (ex. Pub/Sub, email, etc) in case of alert generation
  5. The creation of a new websocket in order to support real-time monitoring data streaming

The provided Restful APIs documentation is available in each running instance on the Monitoring Manager (http://127.0.0.1:8000/docs) and in 5Gtango documentation

Clone this wiki locally