On 19 March 2010 15:06, Martz, Peter <peter_ma...@cable.comcast.com> wrote:
> So to monitor the CheckPoint OIDs, I have the following 3 lines in my
> snmpd.conf file (which should all be the same thing):
>
> monitor -I -r 60 1.3.6.1.4.1.2620.1.1.25.3    > 1
> monitor -I -r 60 1.3.6.1.4.1.2620.1.1.25.3.0  > 1
> monitor -I -r 60 fwNumConn > 1

You're missing the name for these monitor entries.
(Which is used as an index for the table)

Try
     monitor -I -r 60 test1 1.3.6.1.4.1.2620.1.1.25.3    > 1
     monitor -I -r 60 test2 1.3.6.1.4.1.2620.1.1.25.3.0  > 1
     monitor -I -r 60 test3  fwNumConn > 1




> I have added the CheckPoint MIB file into the /usr/share/snmp/mibs
> directory (default location and where all the standard MIB files live)

Have you added this MIB to the list of modules to load?
(See the FAQ entry "How do I add a MIB to the clients?")


Dave

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to