limiting size of snmpd.log

2009-09-28 Thread Richard Gipps
Hi, I am using the following line to configure snmpd to create a log file: --with-logfile=/var/log/snmpd.log I was wondering if there is a way to limit the size of the log file so that the oldest messages fall of the end of the list when the file is greater than xKB? Regards, Richard.

FW: Watchdog

2009-08-17 Thread Richard Gipps
- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Monday, 17 August 2009 5:33 PM To: Richard Gipps Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Watchdog 2009/8/17 Richard Gipps richa...@triodatacom.com:     Are there any

Watchdog

2009-08-16 Thread Richard Gipps
Hi, Are there any watchdog facilities in net-snmp? Regards, Richard. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

web site link broken

2009-07-21 Thread Richard Gipps
Hi, I can't download the source for net-snmp V.5.4.2.1 from the following web site: http://www.net-snmp.org/download.html I get the following error: 400 Bad Request The server could not comply with the request since it is either malformed or otherwise incorrect. None of the required

RE: dows mib2c generate write routines for set commands

2009-05-31 Thread Richard Gipps
. Regards, Richard. Richard Gipps Senior Product Engineer Trio Datacom Pty Ltd 41 Aster Avenue Carrum Downs Victoria 3201 Australia email:   richa...@triodatacom.com phone:  +61 3 8773 0100 direct:   +61 3 8773 0134 fax:   +61 3 9775 0606 www.triodatacom.com NOTE: This message and any attached

RE: monitor looking at objects which are not supposed to be monitored

2009-05-28 Thread Richard Gipps
additional I have to do? Regards, Richard. -Original Message- From: Richard Gipps Sent: Thursday, 28 May 2009 5:44 PM To: 'Dave Shield' Subject: RE: monitor looking at objects which are not supposed to be monitored Hi Dave, You are quite right I did no read your email

RE: dows mib2c generate write routines for set commands

2009-05-28 Thread Richard Gipps
, 28 May 2009 5:24 PM To: Richard Gipps Cc: net-snmp-users@lists.sourceforge.net Subject: Re: dows mib2c generate write routines for set commands 2009/5/28 Richard Gipps richa...@triodatacom.com: I have added am object to my MIB with read-write access, but when I run mib2c with the following

RE: monitor looking at objects which are not supposed to be monitored

2009-05-27 Thread Richard Gipps
: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Wednesday, 27 May 2009 6:14 PM To: Richard Gipps Cc: net-snmp-users@lists.sourceforge.net Subject: Re: monitor looking at objects which are not supposed to be monitored 2009/5/27 Richard Gipps richa

dows mib2c generate write routines for set commands

2009-05-27 Thread Richard Gipps
Hi, I have been successfully using mib2c to generate code deals with an SNMP get command, but now I want to implement some code for SNMP set commands. I have added am object to my MIB with read-write access, but when I run mib2c with the following parameters it does not generate

RE: monitor looking at objects which are not supposed to be monitored

2009-05-26 Thread Richard Gipps
Dave, See my responses below... I am using monitor to keep an eye on some parameters in a mib. I have found that objects which are not being monitored are still being accessed by snmpd (as if a get command was issued). What objects are being accessed? The object being accessed

monitor looking at objects which are not supposed to be monitored

2009-05-25 Thread Richard Gipps
Hi, I am using monitor to keep an eye on some parameters in a mib. I have found that objects which are not being monitored are still being accessed by snmpd (as if a get command was issued). I commented out all the monitor lines (in snmpd.conf)and the problem persisted. Next I commented

monitor with strings

2009-05-18 Thread Richard Gipps
Hi, I would like to use monitor to compare strings as opposed to integers. I know monitor documentation says this can only be done with strings, but is there any 'un-documented' feature in monitor or another way to compare strings. Regards, Richard.

RE: Using the monitor function with thresholds

2009-05-14 Thread Richard Gipps
:49 AM To: Richard Gipps Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Using the monitor function with thresholds 2009/5/13 Richard Gipps richa...@triodatacom.com:     I have been using the monitor function with positive thresholds and it works well. When I try to use

Using the monitor function with thresholds

2009-05-12 Thread Richard Gipps
Hi, I have been using the monitor function with positive thresholds and it works well. When I try to use it with negative thresholds it does not seem to work at all (doesn't send traps). Here is a copy of the monitor line in the snmpd.conf file which I am having troubles with:

RE: SNMP V1 traps

2009-05-10 Thread Richard Gipps
/man/snmpd.conf.html Regards, Richard -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Friday, 8 May 2009 8:47 PM To: Richard Gipps Cc: net-snmp-users@lists.sourceforge.net Subject: Re: SNMP V1 traps 2009/5/8 Richard

RE: SNMP v1 trap

2009-05-10 Thread Richard Gipps
For Windows try Wireshark. Richard. From: Tanisha Kashyap [mailto:tanisha.kash...@aricent.com] Sent: Friday, 8 May 2009 7:25 PM To: Net-snmp-users@lists.sourceforge.net Subject: SNMP v1 trap Hi, Is there any way to identify whether a trap received is a V! trap or higher version. Also what is

SNMP V1 traps

2009-05-08 Thread Richard Gipps
Hi, I would like to use net-snmp to send V1 snmp traps. The neat monitor facility in snmpd works great for V2c but does not seem appropriate for V1 as it relies on types (macros) defined in SMI-V2 such as NOTIFICATION-TYPE to generate the correct information for the trap. Is

length of community strings

2009-04-14 Thread Richard Gipps
There does not seem to be anything in the RFCs on maximum community string lengths. Is there some defacto standard for maximum length. Does net-snmp impose a maximum length? Richard. -- This SF.net email is sponsored

Forcing configure to look in directories other than ./agent/mibgroup

2009-03-31 Thread Richard Gipps
Hi, Is there any way to force configure to look in directories other than netsnmp-5.4.2.1/agent/mibgroup for mib source code? I realize that there is a -with-mib-modules parameter which can be run with configure and this works fine for directory structures under netsnmp-5.4.2.1/agent/mibgroup,

RE: Forcing configure to look in directories other than ./agent/mibgroup

2009-03-31 Thread Richard Gipps
Hi Dave, Thanks for the advice. Regards, Richard. -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, 31 March 2009 6:36 PM To: Richard Gipps Cc: net-snmp-users@lists.sourceforge.net Subject: Re