unix security networking
video contact home |
|||||||||||||||||||||||||
DescriptionNetHund is a Perl program that checks the status of hosts on a network. It outputs two htmlized formats: pre-formatted and tabled. The program can be run normally or as a CGI script. ConfigurationNetHund reads a configuration file (called "hostlist" by default) to get the names and addresses of the hosts and ports it should examine. As of version 0.96, the format of this file is as follows:
When NetHund is run, it attempts to make a connection to port "port." If that is successful, NetHund will then attempt to execute the subroutine named in the subroutine field. The output of the subroutine is appended to the "comment" field for the host when NetHund makes its final output. Configuring NetHund for use is not as simple as it should be. At present, one must edit the program and make changes to the variables listed in the section labeled "Configurable Variables." NetHund version 0.97 and up read "nethund.conf" for the configuration information, but the location of the "nethund.conf" file must still be set in the "Configurable Variables" section of the program. |