sensu-plugins-openstack 0.0.5 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d647d31fdc290e076f32d31433da2bec8cb71be6
4
- data.tar.gz: 06756f5177bde7e959a6b6e9ed4f0bcbc48f3de3
3
+ metadata.gz: 8c3b499068246f987db4378d5f452fa73e0948c0
4
+ data.tar.gz: 3405904cc4aa8c0af65dcdce880b4ca29e1ade24
5
5
  SHA512:
6
- metadata.gz: b6110415292ed1d9b40f4a0bf064e75d73100f584b96f67480a88a763a20d62cff4ab81284a366b6ae3397939b59c056f6de56e907ad934e7c713db47ae210f8
7
- data.tar.gz: 2c8ff3a8a5459701c98d584fe48ca940a7ccb3c0e703bccadf3692cd193ec760b940a3c5af6a968cac136ca81b2135e90a2235af45dfcab09af3bdc50ede140b
6
+ metadata.gz: 4a2d899af702ca6eaccecbf104868befd00625dbf469b042c0aa5fbd1dceabf6a7dddf6db811d95d04b254ed213c06245e6036a53ea94483b020667f3f22067d
7
+ data.tar.gz: 62768e8320719aa29b31c7c0cf58c7ae804cc774007704ae88e9e8c53cc4759a2033bcb65e17721db4f0cce795a155bb24e7a4d8966114ed48337691f3c07d4d
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- I��z ��l�ӆ���`��JRu&& ZR�@M$kQNu���U��������sKJ�%R����%�w�?�n;' 14��y�� �9 Kp3���篺G�~���l���l<f�J��\�cWaXp*ŭ. ���mPPX�fV�w\��akػ�!E��;6��7����x���աZCKݲ�u��`YIUŹ���eϴ���ט��Ҩ��ݩCEn
2
- ���G
1
+ �PUf1x�a쎎;D�$���ή*�9��4F�q�:�\���R�������]ks��XGY6�����&��Eܯ���0h[OK"aH��.y���$�a�o������Ly/޿��8"����Vg�̭F'vV���޶�4��40NcA*�BNj* ���$4sXQO�%YM@k,_0M�f延r9{?La;-��V�r�E�r>߷7Bi���S1������
data/CHANGELOG.md CHANGED
@@ -5,9 +5,13 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## Unreleased
7
7
 
8
+ ## [0.1.0] - 2015-12-21
9
+ ### Added
10
+ - Added aggregate metrics for all hypervisors to nova-hypervisor-metrics.py
11
+
8
12
  ## [0.0.5] - 2015-12-09
9
13
  ### Fixed
10
- - no module named v3 in novaclient
14
+ - no module named v3 in novaclient
11
15
 
12
16
  ## [0.0.4] - 2015-09-29
13
17
  ### Changed
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Sensu-Plugins-openstack
2
2
 
3
- [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-openstack.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-openstack)
3
+ [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-openstack.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-openstack)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-openstack.svg)](http://badge.fury.io/rb/sensu-plugins-openstack)
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-openstack/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-openstack)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-openstack/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-openstack)
@@ -54,5 +54,10 @@ def main():
54
54
  if key in METRIC_KEYS:
55
55
  output_metric('{}.{}.{}'.format(args.scheme, hv.hypervisor_hostname, key), value)
56
56
 
57
+ if not args.host:
58
+ for key, value in client.hypervisor_stats.statistics().to_dict().iteritems():
59
+ output_metric('{}.{}.{}'.format(args.scheme, 'total', key), value)
60
+
61
+
57
62
  if __name__ == '__main__':
58
63
  main()
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsOpenstack
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 0
5
- PATCH = 5
4
+ MINOR = 1
5
+ PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-openstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
@@ -30,7 +30,7 @@ cert_chain:
30
30
  8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
31
  HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
32
  -----END CERTIFICATE-----
33
- date: 2015-12-09 00:00:00.000000000 Z
33
+ date: 2015-12-22 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sensu-plugin
metadata.gz.sig CHANGED
Binary file