Skip to content

Commit

Permalink
feat(sensors): ping yaml configuration is now removed
Browse files Browse the repository at this point in the history
Signed-off-by: budimanjojo <budimanjojo@gmail.com>
  • Loading branch information
budimanjojo committed Feb 21, 2024
1 parent 12c38d0 commit 5bf2045
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions configurations/binary_sensors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5bf2045

Please # to comment.