summaryrefslogtreecommitdiffstats
path: root/src/health/health.d/plugin.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /src/health/health.d/plugin.conf
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/health/health.d/plugin.conf')
-rw-r--r--src/health/health.d/plugin.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/health/health.d/plugin.conf b/src/health/health.d/plugin.conf
new file mode 100644
index 000000000..8615a0213
--- /dev/null
+++ b/src/health/health.d/plugin.conf
@@ -0,0 +1,12 @@
+ template: plugin_availability_status
+ on: netdata.plugin_availability_status
+ class: Errors
+ type: Netdata
+ calc: $now - $last_collected_t
+ units: seconds ago
+ every: 10s
+ warn: $this > (($status >= $WARNING) ? ($update_every) : (20 * $update_every))
+ delay: down 5m multiplier 1.5 max 1h
+ summary: Plugin ${label:_collect_plugin} availability status
+ info: the amount of time that ${label:_collect_plugin} did not report its availability status
+ to: sysadmin