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
echo '-- | |
-- Tabellenstruktur für Tabelle `data` | |
-- | |
' >> data.sql; | |
echo 'CREATE TABLE IF NOT EXISTS `data` ( | |
`timestamp` date NOT NULL COMMENT 'Uhr', | |
`Zustand` text, | |
`Kesseltemp` int(11) DEFAULT NULL COMMENT '°C', | |
`Abgastemp` int(11) DEFAULT NULL COMMENT '°C', | |
`Kesselstrg` int(11) DEFAULT NULL COMMENT '%', |
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 ajenti | |
# | |
[INCLUDES] | |
before = common.conf | |
[Definition] | |
_daemon = ajenti |