netmeister.org

Next Previous Table of Contents

2. Installation

2.1 How to obtain snmpmon

snmpmon 0.1 can be obtained from:

2.2 Requirements

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:

2.3 Installation

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


Valid HTML 4.01!