summaryrefslogtreecommitdiffstats
path: root/monitor/monitoring.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01Adapt monitor to apexYang (Gabriel) Yu1-2/+1
JIRA:BOTTLENECK-241 Change-Id: Ia44cbb72daaeff51189c182b042bbf4cc76aa02a Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-31bug-fix: node-exporter on centos7 isolated with host netYang (Gabriel) Yu1-1/+0
Node-exporter container need to be isolated with host net to make the port mapping work. Change-Id: Id04ad458ea56ef4080bba8346a7a1bf034956e0d Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-31bug-fix: fix command option for installing monitorYang (Gabriel) Yu1-1/+1
Change-Id: Ie3e5d64caacaece6a9ae6c7846d3f82b5440c4fd Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-06-30Change OS exporterYang (Gabriel) Yu1-1/+1
1. The name of prometheus OS exporter is too long messing up the display of docker ps. 2. Add version management of the exporter Change-Id: I3b634f2b3a274935ef27c0bcddeae3900170aebe Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-26Adapt monitoring install to apexYang (Gabriel) Yu1-4/+69
To let the installation be adapted to Apex and Centos Change-Id: If779bab1badbd2f0ad9e0a5054e082e49b7d6238 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-25add openstack-export supportYang (Gabriel) Yu1-23/+27
add openstack-exporter and enable ovs plugin in Barometer Changes: 1. Add openstack-exporter docker 2. Add opnestack grafana dashboard Change-Id: Ifd3416ad1dc48075e98c190b2048c7760f686bcb Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-05-10Add/modify the Grafana DashboardYang Yu1-11/+12
Adding/modify metrics and structure of dashboard for Long Duration Test Change-Id: I4d1f169b7aa1e0f906e09fae13010ad3b8b49038 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-03Restructure monitoring scriptsYang Yu1-39/+66
Restructure the monitoring scripts and modify the scripts to remove the redundance Change-Id: Ib4a5d7bea2dc455ec03ad61780b6caf06831daa8 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-02Style-check for monitoring scriptsYang Yu1-3/+3
Fix the style-check errors for monitoring scripts. In another patch, the scripts will be restructured according the dicretory structure. Change-Id: I4149b18177fa1bdeb1b12a84ecad3d7d0b78260b Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-03-30Barometer automated installation script for jump serverRutuja Surve1-0/+12
and compute/controller nodes JIRA: BOTTLENECK-182 Install barometer for collecting OVS and collectd statistics as docker containers on all nodes Change-Id: I8ae7e2bcbe95ab6e1224e08828c822d50367f616 Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2017-11-14Cadvisor Client-Server installation automation scriptRutuja Surve1-0/+20
JIRA: BOTTLENECK-181 Automated the installation for cadvisor client from jump server host and added docker installation of cadvisor in monitoring script. Change-Id: I906b5237bc0ed320106309c1a29e8dd72a05a427 Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2017-11-14Collectd Client-Server installation automation scriptRutuja Surve1-5/+6
JIRA: BOTTLENECK-181 Automated the installation for collectd client from jump server host and corrected docker versions in monitoring script Change-Id: I14ec20f2761c72e261aa1185a381f0c02b84ed45 Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2017-10-20Datasource and Dashboard automation scriptRutuja Surve1-1/+2
JIRA: BOTTLENECK-180 Automated creation of Prometheus datasource and dashboard for Grafana Change-Id: Id1e0323f74a0587b0fe3c80ba7a39843893f00ec Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com>
2017-07-20Add Grafana for displaying time series from Prometheusyuyang1-6/+15
JIRA: BOTTLENECK-172 Add Grafana for the monitoring result dashboarding Change-Id: I9b17f4bd745c8556e2b551c6b499d77e3406cbf4 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-07-17Add test monitoring moduleyuyang1-0/+39
JIRA: BOTTLENECK-172 Add the monitoring module for Bottlenecks testing. Merging into the framework will be in another patch since framework is under refactoration. Change-Id: I72eb1b6cabac6a9d1d0ef1fb6430f364e8ad76df Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>