Merge pull request #210 from drwahl/master

Truncat openstack_vms output some
This commit is contained in:
enkore 2015-06-03 23:05:16 +02:00
commit a9034b4c1c

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"