Next Previous Table of Contents
snmpmon 0.1 can be obtained from:
In order to successfully use snmpmon, you need the following programs and libraries which are available on most platforms as distribution packages and thereby can be installed easily.
Required:
In order to install snmpmon on your system, type the following in the directory to which you downloaded the snmpmon distribution:
% tar zxvf snmpmon-0.1.tar.gz % cd snmpmon-0.1 % su % make install
This will install snmpmon in /usr/local/bin/ and copy
the man-page into /usr/local/man/man1/. Should the
perl executable not live in /usr/bin/perl,
please edit the file snmpmon and change the first line
accordingly:
If perl lives in /usr/local/pkg/bin/, change the
first line from
#!/usr/bin/perl -w
to
#!/usr/local/pkg/bin/perl -w
Should you run into problems please report them to the the author at jschauma@netmeister.org
Next Previous Table of Contents