summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-08-04 17:30:49 +0300
committerGitHub <noreply@github.com>2022-08-04 17:30:49 +0300
commitf28e071580a28e64e4ab4d8e3f5b91bbb8781f36 (patch)
tree518f6643f5befd05576ef36bef8acf9aab963ed6
parent2952dbf8755e49a395159b2a0b87cc777c67d52a (diff)
health: disable go python last collected alarms (#13485)
-rw-r--r--health/health.d/go.d.plugin.conf2
-rw-r--r--health/health.d/python.d.plugin.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/go.d.plugin.conf b/health/health.d/go.d.plugin.conf
index 1adf72523d..a84ab342f3 100644
--- a/health/health.d/go.d.plugin.conf
+++ b/health/health.d/go.d.plugin.conf
@@ -6,7 +6,7 @@
class: Error
type: Netdata
component: go.d.plugin
- module: !prometheus *
+ module: !* *
calc: $now - $last_collected_t
units: seconds ago
every: 10s
diff --git a/health/health.d/python.d.plugin.conf b/health/health.d/python.d.plugin.conf
index f3abc588fe..e3b3d11cf0 100644
--- a/health/health.d/python.d.plugin.conf
+++ b/health/health.d/python.d.plugin.conf
@@ -6,7 +6,7 @@
class: Error
type: Netdata
component: python.d.plugin
- module: *
+ module: !* *
calc: $now - $last_collected_t
units: seconds ago
every: 10s