View Single Post
  #5 (permalink)  
Old 02-09-2006, 10:55 AM
rmleonard rmleonard is offline
Member
 
Posts: 13
Default What Happens If....

on OSX server - if we enable SNMP and add/move the zimbra snmp.conf file to /etc (where OSX expects such a file to exist) -

and then modify line 9 of swatchrc
perlcode 0 my $snmptrap="/opt/zimbra/snmp/bin/snmptrap $snmpargs";

to

perlcode 0 my $snmptrap="/usr/bin/snmptrap $snmpargs";

maybe even removing "/opt/zimbra/snmp/bin" from the $PATH in .bashrc

OSX 10.4.4 uses NET-SNMP 5.2.1 on both client and server

are there specific reasons to stay with build 5.1.2 rather than leveraging what comes with the system?
Reply With Quote