Metadata-Version: 1.0
Name: hared
Version: 1.1
Summary: hare daemon
Home-page: https://jpmens.net/2018/03/25/alerting-on-ssh-logins/
Author: Jan-Piet Mens
Author-email: jp@mens.de
License: MIT
Description-Content-Type: UNKNOWN
Description: Hared
        -----
        
        To use (with caution), simply run::
        
            hared
        
        The program reads a configuration file at ``/usr/local/etc/hared.ini``
        or one specified as ``$HARED_INI``. This INI file looks like this with
        the following defaults:
        
        ::
        
        
            [defaults]
            verbose = False
            listenhost = localhost
            listenport = 8035
            mqtthost = 127.0.0.1
            mqttport = 1883
            topic = "logging/hare"
        
        FreeBSD:
        
        ::
        
            pkg install py27-pip
        
        
Keywords: UDP MQTT daemon PAM login SSH
Platform: UNKNOWN
