GUI for net-snmp

2010-01-21 Thread Hemant Soundankar
Hello, Please suggest me a good opensource GUI for net-snmp manager.I have tried using OpenNMS but its not getting configured. Thanks in advance, Hemant Soundankar -- Throughout its 18-year history, RSA Conference consis

Re: net-snmp problem on mac os (snow leopard 10.6)

2010-01-21 Thread Thomas Anders
Ceylan, Hasan wrote: > exec Pages_free /bin/sh /etc/snmp/cat.sh Pages_free > exec Pages_free /bin/sh /etc/snmp/cat.sh Pages_active > exec Pages_free /bin/sh /etc/snmp/cat.sh Pages_inactive > exec Pages_free /bin/sh /etc/snmp/cat.sh Pages_wired_down > exec Pages_free /bin/sh /etc/snmp/cat.sh Transla

Re: net-snmp problem on mac os (snow leopard 10.6)

2010-01-21 Thread Ceylan, Hasan
Net snmp version: NET-SNMP version: 5.4.2.1 I am tryting to execute pass through scripts via the snmp agent on Mac server. I placed these lines in the snmpd.conf file: # Extensible sections. # exec Pages_free /bin/sh /etc/snmp/cat.sh Pages_free exec Pages_free /bin/sh /etc/snmp/cat.sh Pages_act

Re: implementation of bridge mib as perl module

2010-01-21 Thread Fulko Hew
On Thu, Jan 21, 2010 at 3:42 AM, Dave Shield wrote: > 2010/1/20 Fulko Hew : > > AFIK the 'do' approach allows only one Perl module to be attached. > > Errr... what makes you think that? > I believe you can have as many "perl do" statements as you like. > > I've just tried with a couple of very si

Re: implementation of bridge mib as perl module

2010-01-21 Thread Dave Shield
2010/1/20 Fulko Hew : > AFIK the 'do' approach allows only one Perl module to be attached. Errr... what makes you think that? I believe you can have as many "perl do" statements as you like. I've just tried with a couple of very simple perl-based modules, and it seems to handle the registration