mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-21 23:32:59 +00:00
ScriptMS class
This commit is contained in:
parent
f489f90a92
commit
ce225006ef
1 changed files with 5 additions and 0 deletions
|
@ -79,3 +79,8 @@ class DiskMS(MetricSettings):
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
||||||
|
|
||||||
|
class ScriptMS(MetricSettings):
|
||||||
|
name: str = "External Script"
|
||||||
|
threshold: float = 0
|
||||||
|
|
Loading…
Reference in a new issue