more telegraf
This commit is contained in:
@@ -6,6 +6,11 @@ with lib; {
|
||||
default = false;
|
||||
};
|
||||
|
||||
interval = mkOption {
|
||||
type = types.str;
|
||||
default = "10s";
|
||||
};
|
||||
|
||||
collectors = mkOption {
|
||||
type = types.listOf (types.enum [
|
||||
"cpu"
|
||||
@@ -22,6 +27,8 @@ with lib; {
|
||||
"mdstat"
|
||||
"smart"
|
||||
"docker"
|
||||
"systemd_units"
|
||||
"nix"
|
||||
"ping"
|
||||
"internet_speed"
|
||||
"gpu"
|
||||
|
||||
Reference in New Issue
Block a user