summaryrefslogtreecommitdiff
path: root/net-mgmt/hawk/pkg-descr
blob: dbc6d4cc2998694f113ae2a0bc6cb7e3d92c33e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Hawk is a web based utility for monitoring and comparing hosts on your
network with what is in DNS.  Hosts that are answering pings but are not
in DNS may be unauthorized, and addresses in DNS which are not answering
may be able to be reclaimed.  Hawk monitors all hosts on the networks
you specify and lets you view them via a web page.

Hawk consists of a backend written in Perl that monitors hosts by ICMP
pings and writes the status to a mysql database.  The frontend is in
PHP and lets you select which network to view, and how to view it.

This version has several enhancements to the original; including cleaner
Perl code, a user-definable string to designate unused addresses that
are in DNS, testing that the forward and reverse hostnames match, and
the daemon forks one process pre subnet.

WWW: https://sourceforge.net/projects/iphawk/