-
Notifications
You must be signed in to change notification settings - Fork 4
VIM monitoring
Panos Karkazis edited this page Jul 13, 2017
·
4 revisions
Sonata's vim monitoring client is used in order to gather monitoring data from VIM infrastructure (openstack) and push them to monitoring server
Supported monitoring metrics are:
- Total/used Cores
- Total/used Instances
- Total/used RAM size
- Total/used Floating IPs
- python 2.7
From code
a. Set configuration file (odc.conf)
[Openstack]
controller_ip: <controller_ip>
keystone_url: http://<keystone_ip>:5000/v2.0/tokens
tenants: [{"name": "admin","user_name": "name","password": "password","pushgw_url": ["http://<pushgateway>:<port>/metrics"]}]
node_name: pop_vim
b. Execute the probe
sudo pyhton opensdatacollector.py