-
Notifications
You must be signed in to change notification settings - Fork 8
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:
- The relation among networks services, network functions, VDUs, NFVIs and monitoring data
- The ability to add/modify alert rules and thresholds during NS/VNF runtime
- The reconfiguration of Prometheus server to keep up with service or network alterations
- Support of multiple notification actions (ex. Pub/Sub, email, etc) in case of alert generation
- 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