reaction/config/reaction.test.yml
ppom a119e0814b one goroutine handles all actions
pending actions are now data, they're not goroutines anymore ❤️

warn: cli currently doesn't work, but it's already a huge commit
2023-09-22 18:12:11 +02:00

22 lines
441 B
YAML

---
patterns:
num:
regex: '[0-9]+'
streams:
tailDown:
cmd: [ "sh", "-c", "sleep 0.5; echo found 1; sleep 1; echo found 1; sleep 10" ]
filters:
findIP:
regex:
- '^found <num>$'
retry: 2
retry-period: 1m
actions:
damn:
cmd: [ "echo", "<num>" ]
undamn:
cmd: [ "echo", "undamn", "<num>" ]
after: 5s
onexit: true