    {
        "file": '/var/log/tor/notices.log',
        "match": "*connections have failed*",  # 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 2 1',
    },
    {
        "file": '/var/log/tor/notices.log',
        "match": "*ailed to find node for hop*",  # use * as wildcard
        "match_count": 2,  # 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',
    },
