From 5bf20459d6eccd8725274f4b8a986ca78cc0d3fb Mon Sep 17 00:00:00 2001 From: budimanjojo Date: Wed, 21 Feb 2024 15:50:28 +0700 Subject: [PATCH] feat(sensors): `ping` yaml configuration is now removed Signed-off-by: budimanjojo --- configurations/binary_sensors.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/configurations/binary_sensors.yaml b/configurations/binary_sensors.yaml index 1eb0085..929d6fb 100644 --- a/configurations/binary_sensors.yaml +++ b/configurations/binary_sensors.yaml @@ -2,23 +2,3 @@ ## Binary Sensors ################################################################## -# WAN Monitor -- platform: ping - name: Ping WAN - host: 8.8.8.8 - count: 2 - scan_interval: 60 - -# OMV NAS Monitor -- platform: ping - name: Ping OMV NAS - host: 192.168.200.31 - count: 2 - scan_interval: 30 - -# Redis Database Monitor -- platform: ping - name: Ping Redis - host: redis.default.svc.cluster.local - count: 2 - scan_interval: 30