1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: remove dead telegraf ping stats

This commit is contained in:
oddlama 2024-07-07 00:18:15 +02:00
parent 00d2f031b2
commit 471c8b4589
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 13 additions and 13 deletions

View file

@ -92,14 +92,20 @@ in {
};
};
});
};
#telegrafChecks = mkOption {
# type = types.attrsOf (types.submodule {
# options = {
# domain = mkOption {};
# };
# });
#};
monitoring = {
ping = mkOption {
type = types.attrsOf (types.submodule {
options = {
fromNetwork = mkOption {
type = types.str;
description = "The network from which this service is reachable.";
default = "external";
};
};
});
};
};
};
};