openstack_vms: add format option
This commit is contained in:
parent
a9034b4c1c
commit
588e8dfc88
@ -20,7 +20,8 @@ class Openstack_vms(IntervalModule):
|
|||||||
("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"),
|
||||||
|
"format"
|
||||||
)
|
)
|
||||||
required = ("auth_url", "password", "tenant_name", "username")
|
required = ("auth_url", "password", "tenant_name", "username")
|
||||||
color = "#00FF00"
|
color = "#00FF00"
|
||||||
|
Loading…
Reference in New Issue
Block a user