summaryrefslogtreecommitdiffstats
path: root/health/health.d/go.d.plugin.conf
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2023-10-06 00:57:24 +0300
committerGitHub <noreply@github.com>2023-10-06 00:57:24 +0300
commitc317e4d380413109708a8b86b93e16514f8148bc (patch)
tree4777df818f2d8d4942e3e8454ac7f6eccc7d5e6c /health/health.d/go.d.plugin.conf
parente06b469cd0cadd0ddeee8c92e7edec726b133407 (diff)
Add summary to alerts configurations (#16129)
* add to web log alerts * add more * more adds * more adds * more * more * more * more * more * more * more * more * updates --------- Co-authored-by: ilyam8 <ilya@netdata.cloud>
Diffstat (limited to 'health/health.d/go.d.plugin.conf')
-rw-r--r--health/health.d/go.d.plugin.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/health/health.d/go.d.plugin.conf b/health/health.d/go.d.plugin.conf
index cd87fe0e7f..7796a1bc8f 100644
--- a/health/health.d/go.d.plugin.conf
+++ b/health/health.d/go.d.plugin.conf
@@ -13,5 +13,6 @@ component: go.d.plugin
warn: $this > (($status >= $WARNING) ? ($update_every) : ( 5 * $update_every))
crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
delay: down 5m multiplier 1.5 max 1h
- info: number of seconds since the last successful data collection
+ summary: Go.d plugin last collection
+ info: Number of seconds since the last successful data collection
to: webmaster