We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f64a10 commit 34d8557Copy full SHA for 34d8557
python3/bin/perfmon
@@ -940,11 +940,11 @@ class SRMonitor(ObjectMonitor):
940
num seconds this alarm disabled after an alarm is sent (default '3600')
941
* consolidation_fn:
942
how to combine variables from rrd_updates into one value
943
- (default is 'get_percent_sr_usage' for 'physical_utilistation',
+ (default is 'get_percent_sr_usage' for 'physical_utilisation',
944
& 'sum' for everything else)
945
* rrd_regex matches the names of variables
946
from (xe sr-data-sources-list uuid=$sruuid) used to compute value
947
- (has default for "physical_utilistaion")
+ (has default for "physical_utilisation")
948
"""
949
950
def __init__(self, *args):
0 commit comments