typo fix
This commit is contained in:
parent
207b17d688
commit
202a1bafd5
Binary file not shown.
@ -64,7 +64,7 @@ register_check_parameters(
|
||||
elements = [
|
||||
("levels",
|
||||
Tuple(
|
||||
title = _("Specify levels in percentage of total RAM"),
|
||||
title = _("Specify levels in percentage of storage used"),
|
||||
elements = [
|
||||
Percentage(title = _("Warning at a storage usage of"), default_value = 80.0),
|
||||
Percentage(title = _("Critical at a storage usage of"), default_value = 90.0),
|
||||
|
Loading…
Reference in New Issue
Block a user