    {
        "file": '/var/log/tor/notices.log',
        "match": "*We tried for * seconds to connect to * using exit *",  # use * as wildcard
        "match_count": 25,  # min matches to execute command
        "match_time": 2*60,  # (seconds) time range of match count to execute cmd
        "command": 'sudo bash /home/torbox/torbox/bin/automat 3',
    },
