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.
This commit is contained in:
David Wahlstrom 2015-06-03 13:45:43 -07:00
parent 14ad898f78
commit 5d4e893d7b

View File

@ -27,8 +27,8 @@ class Openstack_vms(IntervalModule):
crit_color = "#FF0000" crit_color = "#FF0000"
threshold = 0 threshold = 0
horizon_url = None horizon_url = None
format = "{tenant_name}: {active_servers} active, "\ format = "{tenant_name}: {active_servers} up, "\
"{nonactive_servers} non-active" "{nonactive_servers} down"
on_leftclick = "openurl" on_leftclick = "openurl"