This commit is contained in:
Jörn-Michael Miehe 2023-08-31 15:38:15 +00:00
parent 99d879ba85
commit ecffaa3d07

View file

@ -52,7 +52,7 @@ class DiskMS(MetricSettings):
name: str = "Disk Used"
threshold: float = 85
report_outer: str = "{name}: [{inner}]"
count: int = 1
count: int | None = 1
# paths to check for disk space
paths: list[DirectoryPath] = Field(default_factory=list)