This commit is contained in:
David Wahlstrom 2015-06-03 10:06:07 -07:00
parent 31b8d423b4
commit 33aba21cd3

View File

@ -18,7 +18,7 @@ class Openstack_vms(IntervalModule):
("password", "Password for Openstack authentication (OS_PASSWORD)"), ("password", "Password for Openstack authentication (OS_PASSWORD)"),
("tenant_name", "Tenant/Project name to view (OS_TENANT_NAME)"), ("tenant_name", "Tenant/Project name to view (OS_TENANT_NAME)"),
("color", "Display color when non-active VMs are =< `threshold`"), ("color", "Display color when non-active VMs are =< `threshold`"),
("crit_color", "Display color when non-active VMs are => `threshold`"). ("crit_color", "Display color when non-active VMs are => `threshold`"),
("threshold", "Set critical indicators when non-active VM pass this " ("threshold", "Set critical indicators when non-active VM pass this "
"number"), "number"),
("horizon_url", "When clicked, open this URL in a browser") ("horizon_url", "When clicked, open this URL in a browser")