Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove leftover config-values and correct wording #537

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions src/main/resources/component-050-kernel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ health {
# Note that 0 means "no limit". Also all given limits are best guesses and depend heavily on the application
# and the machine the software is running on. The given values are always "per minute" or in percents.
# .gray always defines a limit where everything below is considered "uninteresting" (GRAY). Everything above
# .warn and below .warning is "ok" (GREEN). Everything above .warning and below .error is "warning" (YELLOW) and
# .gray and below .warning is "ok" (GREEN). Everything above .warning and below .error is "warning" (YELLOW) and
# indicates that a metric is in a critical region. Everything above .red is "error" (RED) and signals a failure
# condition. Using "0" for any value disable the respective limit.
limits {
Expand All @@ -239,21 +239,6 @@ health {
sys-unique-incidents.warning = 10
sys-unique-incidents.error = 25

# Size of all log files in mb
sys-log-size.gray = 32
sys-log-size.warning = 128
sys-log-size.error = 0

# Filesystem usage in %
sys-fs.gray = 80
sys-fs.warning = 80
sys-fs.error = 95

# CPU utilization caused by the JVM in %
jvm-cpu.gray = 10
jvm-cpu.warning = 80
jvm-cpu.error = 0

# Heap usage in %
jvm-heap.gray = 50
jvm-heap.warning = 75
Expand Down