# $Id: INSTALL 150 2015-01-06 11:01:01Z portmaster $

Basic installation:

  Unpack the tarball, cd into the new directory, and type 'make install'.

Basic removal:

  As above, but type 'make deinstall'.

Using the SNMP agent:

  Add something like the following to your snmpd.conf:

    pass .1.3.6.1.4.1.2021.255 /usr/local/sbin/jail-snmp
    
  -or-

    pass_persist .1.3.6.1.4.1.2021.254 /usr/local/sbin/jail-snmp-persist

  then restart snmpd.
