/warden

Warden is online hosts manager and warden for intranet.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

README
    Warden is online hosts manager and warden for intranet.
    Warden allows you to monitor events when intranet hosts goes online
    or offline and execute any external commands on these events. For instance,
    you can turn off your router when whole intranet goes to sleep.

INSTALL
    As a regular Go program, you can install it with `go get` and manage
    service by yourself.
    go get github.com/vchimishuk/warden

    But the best way is to build Debian package and use systemd to manage
    warden daemon.

    See /etc/warden.conf file for more details about warden configuration.

AUTHORS
    Viacheslav Chimishuk <vchimishuk@yandex.ru>

COPYING
    This programm is released under the GNU General Public License version 3 or
    later, which is distributed in the COPYING file. You should have received a
    copy of the GNU General Public License along with this program.  If not,
    see <http://www.gnu.org/licenses/>.