    {
        "file": '/var/log/tor/notices.log',
        "match": "*Tor has not observed any network activity for the past*",  # use * as wildcard
        "match_count": 1,  # min matches to execute command
        "match_time": 60*60,  # (seconds) time range of match count to execute cmd
        "command": 'sudo bash /home/torbox/torbox/bin/automat 2',
    },
