summaryrefslogtreecommitdiffstats
path: root/health/health.d/go.d.plugin.conf
diff options
context:
space:
mode:
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 cd87fe0e7..7796a1bc8 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