Skip to content

Commit 34d8557

Browse files
committed
[perfmon] Fix typo in variable name
Signed-off-by: Guillaume <guillaume.thouvenin@vates.tech>
1 parent 9f64a10 commit 34d8557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python3/bin/perfmon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,11 +940,11 @@ class SRMonitor(ObjectMonitor):
940940
num seconds this alarm disabled after an alarm is sent (default '3600')
941941
* consolidation_fn:
942942
how to combine variables from rrd_updates into one value
943-
(default is 'get_percent_sr_usage' for 'physical_utilistation',
943+
(default is 'get_percent_sr_usage' for 'physical_utilisation',
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):

0 commit comments

Comments
 (0)