@cryptotaxi247 / netdata-1 / commits / f28e07158

health: disable go python last collected alarms (#13485)

Ilya Mashchenko committed Aug 4, 2022 at 17:30 UTC f28e071580a28e64e4ab4d8e3f5b91bbb8781f36
2 files changed +2 -2
health/health.d/go.d.plugin.conf
+1 -1
@@ -6,7 +6,7 @@
6 class: Error
7 type: Netdata
8 component: go.d.plugin
9 - module: !prometheus *
9 + module: !* *
10 calc: $now - $last_collected_t
11 units: seconds ago
12 every: 10s
health/health.d/python.d.plugin.conf
+1 -1
@@ -6,7 +6,7 @@
6 class: Error
7 type: Netdata
8 component: python.d.plugin
9 - module: *
9 + module: !* *
10 calc: $now - $last_collected_t
11 units: seconds ago
12 every: 10s