summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-07-25 23:52:38 +0300
committerGitHub <noreply@github.com>2023-07-25 23:52:38 +0300
commitc35a969dc835f08df3737873a366403b0dd30096 (patch)
treecdd943c31d0eb0923631d47e05b47d357e3f0be2 /health
parentf3a51f62e02d150c438f5f19315716205b7f5eb8 (diff)
added cloud status in registry?action=hello (#15530)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Diffstat (limited to 'health')
-rw-r--r--health/health.d/file_descriptors.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/file_descriptors.conf b/health/health.d/file_descriptors.conf
index d136ea517b..5cf86e42ff 100644
--- a/health/health.d/file_descriptors.conf
+++ b/health/health.d/file_descriptors.conf
@@ -20,12 +20,12 @@
type: System
component: Process
os: linux
- module: !* *
+ module: *
hosts: *
lookup: max -1m unaligned foreach *
units: %
every: 1m
warn: $this > (($status >= $WARNING) ? (85) : (90))
- delay: down 15m multiplier 1.5 max 1h
+ delay: up 5m down 15m multiplier 1.5 max 1h
info: maximum utilization of open files among all application group PIDs
to: sysadmin