summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-02-22 11:44:14 +0300
committerGitHub <noreply@github.com>2022-02-22 11:44:14 +0300
commite4ed564832e0ee4c67b4ec518796168cf0743200 (patch)
tree0a8ab99d32aa3b8c64151dbd22ad628cb5c94885 /health
parent20dfab81927abb4f99c99416e9a2c551d650f1b9 (diff)
remove deprecated node.d modules (#12047)
Diffstat (limited to 'health')
-rw-r--r--health/Makefile.am2
-rw-r--r--health/QUICKSTART.md4
-rw-r--r--health/health.d/fronius.conf14
-rw-r--r--health/health.d/stiebeleltron.conf14
4 files changed, 2 insertions, 32 deletions
diff --git a/health/Makefile.am b/health/Makefile.am
index 349b86d619..519c9b5a36 100644
--- a/health/Makefile.am
+++ b/health/Makefile.am
@@ -46,7 +46,6 @@ dist_healthconfig_DATA = \
health.d/fping.conf \
health.d/geth.conf \
health.d/ioping.conf \
- health.d/fronius.conf \
health.d/gearman.conf \
health.d/go.d.plugin.conf \
health.d/haproxy.conf \
@@ -77,7 +76,6 @@ dist_healthconfig_DATA = \
health.d/riakkv.conf \
health.d/scaleio.conf \
health.d/softnet.conf \
- health.d/stiebeleltron.conf \
health.d/synchronization.conf \
health.d/swap.conf \
health.d/systemdunits.conf \
diff --git a/health/QUICKSTART.md b/health/QUICKSTART.md
index d1e63167c5..5cf6929dc1 100644
--- a/health/QUICKSTART.md
+++ b/health/QUICKSTART.md
@@ -52,8 +52,8 @@ Navigate to the health configuration directory to see all the available files an
cd /usr/lib/netdata/conf.d/health.d/
ls
adaptec_raid.conf entropy.conf memory.conf squid.conf
-am2320.conf fping.conf mongodb.conf stiebeleltron.conf
-apache.conf fronius.conf mysql.conf swap.conf
+am2320.conf fping.conf mongodb.conf
+apache.conf mysql.conf swap.conf
...
```
diff --git a/health/health.d/fronius.conf b/health/health.d/fronius.conf
deleted file mode 100644
index 853bd7fbc2..0000000000
--- a/health/health.d/fronius.conf
+++ /dev/null
@@ -1,14 +0,0 @@
- template: fronius_last_collected_secs
- families: *
- on: fronius.power
- class: Latency
- type: Power Supply
-component: Solar
- calc: $now - $last_collected_t
- every: 10s
- units: seconds ago
- 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
- to: sitemgr
diff --git a/health/health.d/stiebeleltron.conf b/health/health.d/stiebeleltron.conf
deleted file mode 100644
index 493c8b73a1..0000000000
--- a/health/health.d/stiebeleltron.conf
+++ /dev/null
@@ -1,14 +0,0 @@
- template: stiebeleltron_last_collected_secs
- families: *
- on: stiebeleltron.heating.hc1
- class: Latency
- type: Other
-component: Sensors
- calc: $now - $last_collected_t
- every: 10s
- units: seconds ago
- 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
- to: sitemgr