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:
parent
00d2f031b2
commit
471c8b4589
2 changed files with 13 additions and 13 deletions
|
@ -41,9 +41,6 @@ in {
|
||||||
fieldpass = [
|
fieldpass = [
|
||||||
"percent_packet_loss"
|
"percent_packet_loss"
|
||||||
"average_response_ms"
|
"average_response_ms"
|
||||||
"standard_deviation_ms"
|
|
||||||
"reply_received"
|
|
||||||
"percent_reply_loss"
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -58,9 +55,6 @@ in {
|
||||||
fieldpass = [
|
fieldpass = [
|
||||||
"percent_packet_loss"
|
"percent_packet_loss"
|
||||||
"average_response_ms"
|
"average_response_ms"
|
||||||
"standard_deviation_ms"
|
|
||||||
"reply_received"
|
|
||||||
"percent_reply_loss"
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -92,14 +92,20 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
};
|
||||||
|
|
||||||
#telegrafChecks = mkOption {
|
monitoring = {
|
||||||
# type = types.attrsOf (types.submodule {
|
ping = mkOption {
|
||||||
# options = {
|
type = types.attrsOf (types.submodule {
|
||||||
# domain = mkOption {};
|
options = {
|
||||||
# };
|
fromNetwork = mkOption {
|
||||||
# });
|
type = types.str;
|
||||||
#};
|
description = "The network from which this service is reachable.";
|
||||||
|
default = "external";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
});
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue