File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -944,7 +944,7 @@ class SRMonitor(ObjectMonitor):
944944 & 'sum' for everything else)
945945 * rrd_regex matches the names of variables
946946 from (xe sr-data-sources-list uuid=$sruuid) used to compute value
947- (has default for "physical_utilistaion ")
947+ (has default for "physical_utilisation ")
948948 """
949949
950950 def __init__ (self , * args ):
@@ -975,7 +975,7 @@ class SRMonitor(ObjectMonitor):
975975 elif config_tag == "alarm_auto_inhibit_period" :
976976 return "3600" # 1 hour
977977 elif config_tag == "alarm_trigger_level" :
978- if variable_name == "physical_utilistaion " :
978+ if variable_name == "physical_utilisation " :
979979 return "0.8" # trigger when 80% full
980980 else :
981981 raise XmlConfigException (
You can’t perform that action at this time.
0 commit comments