Commit Graph

10 Commits

Author SHA1 Message Date
David Wahlstrom
338d446bb3 openstack_vms: update novaclient auth
The openstack novaclient has updated it's auth mechanism, deprecating
the method used in this module.  This patch updates the novaclient
authentication call to leverage this new auth method.
2016-08-30 13:55:27 -07:00
enkore
612b8b07eb Update modules to a7583a9
Not updated for various reasons:
clock,
dpms,
gpu_temp,
load,
mail,
mem_bar,
modsde,
net_speed,
pianobar,
pulseaudio,
regex [no named formatters],
runwatch,
shell,
solaar,
temp,
text,
updates,
weather,
whosonlocation,
xkblayout,
zabbix


This might break something: I can't test all these modules. If it does,
file a bug / open a PR / send me a note.
2016-01-27 19:53:33 +01:00
enkore
588e8dfc88 openstack_vms: add format option 2015-06-03 23:05:37 +02:00
David Wahlstrom
5d4e893d7b Truncat openstack_vms output some
The output for openstack_vms was a bit too verbose, causing it too
consume too much of the status bar.  This patch uses smaller words
that may be less accurate, but portray the same general idea.
2015-06-03 13:45:43 -07:00
David Wahlstrom
efcf36205d Remove unused import 2015-06-03 10:08:42 -07:00
David Wahlstrom
33aba21cd3 Fix typo 2015-06-03 10:06:07 -07:00
David Wahlstrom
31b8d423b4 Remove defaults documentation, as they are auto-gen 2015-06-03 09:46:19 -07:00
David Wahlstrom
8b299233cc Add mock module and additional documentation
This patch updates conf.py's mock_modules to include the required
python-novaclient module to ensure we have green tests.  This patch
also updates the openstack_vms.py description to be more explicit
about it's requirements.
2015-06-03 07:35:28 -07:00
David Wahlstrom
9134880d55 pep8 compliance for openstacK_vms.py 2015-06-03 07:32:55 -07:00
David Wahlstrom
6a63df5a72 Initial commit of openstack_vms.py
This patch provides an module for tracking the number of active and
non-active VMs in a given openstack cluster.  When non-"ACTIVE" VMs
are above a given threshold, the text will (by default) change to
red, thus indicating an issue.  Otherwise, the text will be green.
2015-06-03 00:13:12 -07:00