This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensor: | |
- platform: fronius | |
resource: http://solar | |
monitored_conditions: | |
- sensor_type: power_flow | |
- platform: template | |
sensors: | |
# The raw Fronius photovoltaic state goes to unknown after dark, so force it to zero | |
photovoltaics_power: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fail2Ban filter for Keycloak | |
# Detecting unauthorized access to Keycloak-protected services | |
# typically logged in /opt/keycloak-x.y.z/standalone/logs/server.log | |
# | |
# Installation instructions: | |
# 1. Copy this file to /etc/fail2ban/filter.d/keycloak.conf | |
# 2. Enable by adding to jail.local: | |
# [keycloak] | |
# enabled = true | |
# logpath = /opt/keycloak-5.0.0/standalone/log/server.log |