mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-22 07:33:00 +00:00
typo
This commit is contained in:
parent
99d879ba85
commit
ecffaa3d07
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class DiskMS(MetricSettings):
|
||||||
name: str = "Disk Used"
|
name: str = "Disk Used"
|
||||||
threshold: float = 85
|
threshold: float = 85
|
||||||
report_outer: str = "{name}: [{inner}]"
|
report_outer: str = "{name}: [{inner}]"
|
||||||
count: int = 1
|
count: int | None = 1
|
||||||
|
|
||||||
# paths to check for disk space
|
# paths to check for disk space
|
||||||
paths: list[DirectoryPath] = Field(default_factory=list)
|
paths: list[DirectoryPath] = Field(default_factory=list)
|
||||||
|
|
Loading…
Reference in a new issue