af2f092b71
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' ] ``` |
||
---|---|---|
.. | ||
client.go | ||
daemon.go | ||
example.yml | ||
main.go | ||
persist.go | ||
pipe.go | ||
startup.go | ||
types.go |