mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 12:45:19 +00:00
network monitoring
This commit is contained in:
parent
8af7b683b6
commit
8b18d407d7
21 changed files with 434 additions and 53 deletions
|
|
@ -16,12 +16,12 @@ let
|
|||
description = "Whether this reading is enabled.";
|
||||
};
|
||||
warningTemp = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.float;
|
||||
type = lib.types.nullOr lib.types.numbers.positive;
|
||||
default = null;
|
||||
description = "Warning temperature threshold.";
|
||||
};
|
||||
criticalTemp = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.float;
|
||||
type = lib.types.nullOr lib.types.numbers.positive;
|
||||
default = null;
|
||||
description = "Critical temperature threshold.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue