Commit Graph
13 Commits
Author SHA1 Message Date
ppom 0b4030905b ignoreregex test 2024-02-09 12:00:00 +01:00
ppom c076177d2b release.sh & Makefile: add nft46 2024-02-07 12:00:00 +01:00
ppom bff697dc17 Add support for nftables 2024-02-05 12:00:00 +01:00
ppom bfe0128764 Update wiki link to https://reaction.ppom.me 2024-01-17 12:00:00 +01:00
ppom 0a1614ea4d Remove useless line 2024-01-10 12:00:00 +01:00
ppom 03862b33a6 Fix bug introduced by af2f092b. Fix #67 2024-01-10 12:00:00 +01:00
ppom 48fb6a85a5 Fix Makefile and update install doc 2024-01-10 12:00:00 +01:00
ppom 58b624e0b9 Automate release 2024-01-09 12:00:00 +01:00
ppom fe7806c4d7 Fix version printing 2024-01-09 12:00:00 +01:00
ppom af2f092b71 Fix crash when all the regexes of a filter have no pattern in them
Fix #66
Example configuration causing crash:
```yaml
streams:
  mongod_restart:
    cmd: [ 'sh', '-c', 'while true; do echo "Started MongoDB Database Server."; sleep 5; done' ]
    filters:
      mongo_restart:
        regex:
          - 'Started MongoDB Database Server.'
        actions:
          restart_chat_tel:
            cmd: [ 'systemctl', 'restart', 'nginx' ]
```
2024-01-09 12:00:00 +01:00
ppom 2b2275c547 Add repology badge 2024-01-08 12:00:00 +01:00
ppom bc13342e06 Add banFor snippet to jsonnet example 2024-01-08 12:00:00 +01:00
ppom e1ff702cd1 Generalisation of new SSH regex 2024-01-06 12:00:00 +01:00