Skip to content

Commit

Permalink
Merge pull request #537 from scireum/feature/ymo/metrics
Browse files Browse the repository at this point in the history
remove leftover config-values and correct wording
  • Loading branch information
ymo-sci authored Nov 12, 2024
2 parents b38bf9d + db9d30a commit 0334791
Showing 1 changed file with 1 addition and 16 deletions.
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

0 comments on commit 0334791

Please sign in to comment.