mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Add fail2ban sensor
This commit is contained in:
parent
c5b69af40f
commit
61d9f07c96
1 changed files with 6 additions and 0 deletions
|
@ -31,3 +31,9 @@ automation: !include automations.yaml
|
||||||
script: !include scripts.yaml
|
script: !include scripts.yaml
|
||||||
scene: !include scenes.yaml
|
scene: !include scenes.yaml
|
||||||
|
|
||||||
|
# Sensors
|
||||||
|
sensor:
|
||||||
|
- platform: fail2ban
|
||||||
|
jails:
|
||||||
|
- __APP__
|
||||||
|
file_path: /var/log/__APP__/__APP__.log
|
||||||
|
|
Loading…
Add table
Reference in a new issue