commit | 5d41d7f3a201f12d8d9144396a5402aef3c1575d | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Nov 10 22:17:13 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Nov 10 22:18:02 2022 +0000 |
tree | 2cfaa6cb31ff11a2b3157ba32574d59ef0fd73cb | |
parent | 44d4688f31da64427452abfc125ce8bc661fb13a [diff] |
fix(monitoring): fix NodeLowEntropy alerts In newer versions of the Kernel, it only generates 256 instead of the previous 4096 bits of entropy. This change instead moves the low entropy alerts to be more dynamic instead of a static number. Related: https://unix.stackexchange.com/q/704737
You'll need to make sure that you have pre-commit
setup and installed in your environment by running these commands:
pre-commit install --hook-type commit-msg