RE: hrStorage is missing some of my filesystems

2020-10-11 Thread Greg M
Thanks, I have also tested the fix and it is working. Thanks! Greg -Original Message- From: Jirka Novak Sent: Sunday, 11 October 2020 7:44 PM To: Greg M ; net-snmp-users@lists.sourceforge.net Subject: Re: hrStorage is missing some of my filesystems Hi Greg, > I raised a bug rep

Re: hrStorage is missing some of my filesystems

2020-10-08 Thread Greg M
I raised a bug report related to f2fs some months ago with the same symptoms and have yet to hear any news https://github.com/net-snmp/net-snmp/issues/111 Greg Regards, Greg From: Jirka Novak Sent: Friday, October 9, 2020 4:45:19 AM To: net-snmp-users

Running net-snmp in a docker container ?

2020-08-18 Thread Waines, Greg
correct, are the following message flows correct ? * For an SNMP GET * External snmp manager --> MasterAgent --> SubAgent --> MasterAgent --> External snmp manager * For an SNMP Trap * SubAgent --> MasterAgent --> External snmp manager

F2FS partition bug with net-snmp (Issue 111)

2020-06-22 Thread Greg M
enabled systems (which enables significant performance and durability improvements on Flash media) and need assistance resolving this bug so we can resume monitoring of these partitions. Thanks, Greg ___ Net-snmp-users mailing list

modifying sysDescr or sysLocation in netsnmp

2013-05-29 Thread Greg Waines
I kill snmpd, update the snmpd.conf file, and restart snmpd ? * ... are there any other options ? ... Greg. Greg Waines GENiUS Platform Architect 3500 Carling Avenue Ottawa, ON K2H 8E9 Canada www.genband.com<http://www.genband.com> office:+1.343.883.2649 greg.wai...@genband.com [http

RE: modifying sysDescr or sysLocation in netsnmp

2013-05-28 Thread Greg Waines
re-sending now that I am a member of list. Greg. From: Greg Waines Sent: Tuesday, May 28, 2013 1:40 PM To: 'net-snmp-users@lists.sourceforge.net' Subject: modifying sysDescr or sysLocation in netsnmp I'm a newbie wrt netsnmp ... apologies upfront. I am running netsnmp on a linux

Re: snmptrapd - decoding OIDs not working

2012-03-19 Thread Greg Oliver
On Mon, Mar 19, 2012 at 12:47 PM, Steele, John wrote: > I am trying to use net snmp to receive traps from a CISCO network component. > It is receiving the traps but is not decoding them correctly > > > > Translate gives me a decoded MIB. Snmptrapd does not.  I have not found a > way of getting it

Re: Start a script from a OID Trap

2012-01-20 Thread Greg Oliver
On Fri, 2012-01-20 at 18:17 -0200, Usuário do Sistema wrote: > Hello, I'm beginning a monitor task with traps snmp from my network > devices. I whish start a script when a kind of OID trap arrives in > the log. for exemplo follow a kind of OID trap. > > > 2012-01-19 15:31:51 192.168.2.171(via UD

Re: using monitor to trap (extend vs proxy)

2012-01-12 Thread Greg Oliver
On Thu, 2012-01-12 at 15:26 +, Dave Shield wrote: > On 12 January 2012 14:59, Greg Oliver wrote: > > Is there any way to use monitor to compare strings versus integers? > > No - I don't think so. > The DisMan Event MIB is designed to work with integer values only.

Re: using monitor to trap (extend vs proxy)

2012-01-12 Thread Greg Oliver
On Thu, 2012-01-12 at 08:33 +, Dave Shield wrote: > On 12 January 2012 02:59, Greg Oliver wrote: > > I've been banging my head most of the day trying to make something work. > > I'm trying to use the monitor feature to trap (resulting in email) to > > notify

using monitor to trap (extend vs proxy)

2012-01-11 Thread Greg Oliver
I've been banging my head most of the day trying to make something work. I'm trying to use the monitor feature to trap (resulting in email) to notify me when another process's snmp engine is not responding. I have a mix of java jvms and regular system tasks to monitor. The system tasks are triv

Benchmarking net-SNMP against SysEDGE

2006-11-18 Thread Gillick, Greg
Hi- Can anyone point me to a benchmark of net-SNMP against other available agents for both Fault Management and Performance Management (polling and traps)? I'm trying to determine if an operations team should move away from SystemEDGE for cost reasons. Thanks-

Multiple OID's to a table.

2006-08-10 Thread Robillard, Greg L
e first OID.  I am not certain if there is a different work around or any other piece that I am missing.  Any input would be greatly appreciated. Thanks Greg L Robillard - Using Tomcat but need to do more? Need to sup

Multiple table OID request failure continued

2006-08-09 Thread Greg L Robillard
;mode == MODE_GETNEXT)    } // END FOR     return SNMP_ERR_NOERROR;} Thanks if advance, I hope this is enough info.  I can't see any errors being created, except the for loop doesn't loop and the output for multiple values is always the index value.   Help   Greg L Robillard --

Multiple OID handler problem

2006-08-09 Thread Robillard, Greg L
Title: Multiple OID handler problem Upgraded net-snmp to 5.3.1 Operating system rd7.3 Table function handler fails to loop thru multiple OID's in the same snmpget command. snmpget -v2c -c public localhost enterprises.103.1.9.2.5.1.2.1 enterprises.103.1.9.2.5.1.2.1 enterprises.103.1.9.2.5

Multiple OID request failure.

2006-08-08 Thread Greg L Robillard
Can anyone explain this data set table handler failure.   net-snmp 5.0.9 OS Linux 7.3   Command: snmpget -v2c -d -D ALL -m /bin/mymib.my -c public localhost enterprises.103.1.9.2.5.2.1   Debug Output: snmp_send: Building SNMPv2 message...trace: _snmp_build(): snmp_api.c, 2756:dumph_send: PDU-

data set handler question

2006-08-08 Thread Greg L Robillard
all subsequent values are returning the OID index value.   I am currently runnig 5.0.9 version on Linux 7.3.   Thanks in advance.   Greg l Robillard - Using Tomcat but need to do more? Need to support web services, security? Get st

Multiple requests to a table

2006-04-05 Thread greg
handler is only called for the first command. It appears that the master table_dataset handler is failing on the subsequent requests. Any assistance in resolving this problem would be greatly appreciated. Greg L Robillard --- This SF.Net email is

Entity MIB

2006-03-18 Thread Greg Lewis
. Am I reading this correctly? If so, is this the supported behaviour? What SNMP agents support this behaviour? Thanks, Greg Lewis --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into

Multiple OID snmpget table failure continued

2006-03-10 Thread Greg L Robillard
In order to further debug my problem with snmpget to tables, I ran thefollowing command.snmpget -v2c -D ALL -Lf debug.txt -c public localhostenterprises.103.1.9.2.5.1.2.4 enterprises.103.1.9.2.5.1.3.4enterprises.103.1.9.2.5.1.5.4With the following resultsOUtputSNMPv2-SMI::enterprises.103.1.9

Re: snmpget invalid data using multiple oids to tables.

2006-03-08 Thread Greg Robillard
hed some light on this as well.GregWes Hardaker <[EMAIL PROTECTED]> wrote: >>>>> On Wed, 8 Mar 2006 04:41:49 -0800 (PST), Greg Robillard <[EMAIL PROTECTED]> said:Greg> I am not getting accurate data returned when posting multipleGreg> snmpget requests to table data.Ca

snmpget invalid data using multiple oids to tables.

2006-03-08 Thread Greg Robillard
I am not getting accurate data returned when posting multiple snmpget requests to table data.When I send the followingsnmpget -v2c -c public localhost enterprises.103.1.9.2.5.1.2.4 enterprises.103.1.9.2.5.1.3.4 enterprises.103.1.9.2.5.1.5.4,I receive the following.SNMPv2-SMI::enterprises.103.1.9.2.

Re: snmpget multiple oid to table

2006-03-06 Thread Greg L Robillard
uot;Dave Shield" <[EMAIL PROTECTED]> To: "Greg Robillard" <[EMAIL PROTECTED]> Cc: Sent: Monday, March 06, 2006 4:33 AM Subject: Re: snmpget multiple oid to table On Sat, 2006-03-04 at 07:44 -0800, Greg Robillard wrote: When I snmpget the table using one command li

snmpget multiple oid to table

2006-03-04 Thread Greg Robillard
SNMP version net-snmp5.09When I send individual snmpget commands to a table:snmpget -v2c -c public localhost enterprises.103.1.9.2.5.1.2.4snmpget -v2c -c public localhost enterprises.103.1.9.2.5.1.3.4snmpget -v2c -c public localhost enterprises.103.1.9.2.5.1.5.4The values are returned correctly.Whe

ERRORS IN NET-SNMP

2006-01-23 Thread Ross Greg (Co-op)
depreciated and ISO unsafe.  I thought it best to make those who design the code aware of these errors.   Regards,   Greg Ross Software Engineer Advanced Development Group (ADG) Access Products and Gateways (AP&G) Thomson Inc. 101 West 103rd Street INH 700 Indianapolis, Indiana 46290-1102 p

snmpwalk table problem

2005-06-01 Thread Greg L Robillard
is happening is the request->next continues to move through the table, so the resulting values are inaccurate. Has anyone seen this problem. Or is there a way to reset the table request once this occurs. Thanks Greg L robillard ---

RE: Perl snmp_trap examples?partial success : Found workaround bu t need to understand why this worked

2005-05-25 Thread King, John (Greg) (LMIT-HOU)
what the trap daemon logs to the logfile? Thanks Greg > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of King, John (Greg) (LMIT-HOU) > Sent: Tuesday, May 24, 2005 7:51 PM > To: net-snmp-users@lists.sourceforge.net > Subjec

Snmpv2 traps and perl. Help please

2005-05-25 Thread King, John (Greg) (LMIT-HOU)
If I issue the command below I get a log entry in trap.log snmptrap -v2c -c public 127.0.0.1 '' .1.3.6.1.4.1.311.1.1.3.1.1 If I try this in perl nothing occurs but I get a result return of 1. #!/usr/bin/perl use SNMP; my $desthost = '127.0.0.1'; my $comm = 'public'; my $sess = new SNMP::Ses

RE: Perl snmp_trap examples?partial success

2005-05-24 Thread King, John (Greg) (LMIT-HOU)
specific => 0, uptime => 1234); print "Debug:" . @results . "\n"; > -Original Message- > From: Wes Hardaker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 24, 2005 6:52 PM > To: King, John (Greg) (LMIT-HOU) > Cc: net-snmp-users@lists.sou

RE: Perl snmp_trap examples?

2005-05-24 Thread King, John (Greg) (LMIT-HOU)
host, Community => $comm, Debug => "1", Port => 162 ); $sess->trap(enterprise=>'.1.3.6.1.4.1.2021', agent => '127.0.0.1', generic => specific, specific => 5, uptime => 1234); Thanks, Greg > -----Origi

Am I missing anything in regards to trap forwarding?

2005-05-20 Thread King, John (Greg) (LMIT-HOU)
_COMM_NAME $SNMP_TRAP_HOST $SNMP_ENTERPRISE_ID $TRAP_SRC $SNMP_GENERIC_TRAP $SNMP_SPECIFIC_TRAP '' $SNMP_ENTERPRISE_ID s \"$desc\" $varbinds $SNMP_EVENT_IDENT_OV $SNMP_EVENT_VTYPE_OV $SNMP_EVENT_VAR_OV"; } Am I missing something critical

RE: IANAifType-MIB Bad timestamp format (11 or 13 characters)

2005-05-19 Thread King, John (Greg) (LMIT-HOU)
mibdepot > -Original Message- > From: Dave Shield [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 19, 2005 3:29 AM > To: King, John (Greg) (LMIT-HOU) > Cc: net-snmp-users@lists.sourceforge.net > Subject: Re: IANAifType-MIB Bad timestamp format (11 or 13 characters) &g

IANAifType-MIB Bad timestamp format (11 or 13 characters)

2005-05-18 Thread King, John (Greg) (LMIT-HOU)
s/Standard/rfc1213-MIB-II) Bad timestamp format (11 or 13 characters) (9806023Z): At line 10 in /usr/share/snmp/mibs/Standard/IANAifType-MIB 2005-05-18 14:51:14 NET-SNMP version 5.0.9 Started. Thanks, Greg --- This SF.Net email is sponsored

trapforwarding and NNM (network node manager)

2005-05-11 Thread King, John (Greg) (LMIT-HOU)
source of the trap. Now the alarm browser and pages use the correct source address. -Greg --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space

Perl snmp_trap examples?

2005-05-11 Thread King, John (Greg) (LMIT-HOU)
n a RHES system using net-snmp-perl-5.0.9-2.30E.12 Thanks, Greg --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_i

RE: Forwarding trap help

2005-02-23 Thread King, John (Greg) (LMIT-HOU)
recall this > being discussed recently. You might try searching the users > and coders archives. > I did search and I found a similar question but there was no reply to it that I could find. I'll keep digging. Maybe I didn't

Forwarding trap help

2005-02-23 Thread King, John (Greg) (LMIT-HOU)
traps keep their origination point? If not then I suspect I will be using Perl to rewrite it if possible or pass the source as a varbind. Third question is also with the forwarding rule and OIDs. Can regex'es be used for the oid? Something like ?.?.?.?.4.* ? Tha

RE: Table index problem

2005-02-08 Thread Robillard, Greg L
e row_add_index insertion. Could this be the problem. -Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 5:45 PM To: Robillard, Greg L Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Table index problem On Wed, 02 Feb 2005 11:33:52 -060

Re: Table index problem

2005-02-02 Thread Greg L Robillard
1.1.1 = INTEGER: 1 snmpwalk -v2c -c public localhost enterprises.103.1.9.2.5.1.1 SNMPv2-SMI::enterprises.103.1.9.2.5.1.1.2 = INTEGER: 1 SNMPv2-SMI::enterprises.103.1.9.2.5.1.1.3 = INTEGER: 2 SNMPv2-SMI::enterprises.103.1.9.2.5.1.1.4 = INTEGER: 3 Robert Story wrote: On Wed, 02 Feb 2005 08:01:55 -0600

Re: Table index problem

2005-02-02 Thread Greg L Robillard
returns data value row 3 col 3 End of table Its got me beat. n Tue, 01 Feb 2005 17:12:43 -0600 Greg wrote: GLR> When I am executing a table index: GLR> GLR> table_info = netsnmp_extract_table_info(request); GLR> index = *(table_info->indexes->val.integer); GLR> GLR> The ini

Re: Table index problem

2005-02-02 Thread Greg L Robillard
2 col 1 4. index 3 row 3 col 1 5 index 4 row 4 col 2 6. index 1 row 1 col 2 7. index 2 row 2 col 2 8. index 3 row 3 col 2 9. index 4 row 4 col 3 10. index 1 row 1 col 3 11 index 2 row 2 col 3 12 index 3 row 3 col 3 End of table Any ideas Robert Story wrote: On Tue, 01 Feb 2005 17:12:43 -0600 Greg w

Table index problem

2005-02-01 Thread Greg L Robillard
When I am executing a table index: table_info = netsnmp_extract_table_info(request); index = *(table_info->indexes->val.integer); The initial index value that is always returned is always 0. When the tables are initialized, I set them to 1. Do you know what this is all about. This is causing my

snmpget/snmpwalk question

2005-02-01 Thread Greg L Robillard
After I have created snmp tables with my mib values, I can execute snmpget commands to the data and accurate data is returned. When I execute snmpwalk of the entire oid structure, the first value in skipped and the remaining values have the last and first entry rotated. Any advice on where I c

Create_trap_session trouble

2004-10-31 Thread Robillard, Greg L
When doing this, I receive the messages correctly on one installation, but am not receiving them correctly on a different installation. How can I get the trapsink to work correctly, and/or what do I look at to get the create_trap_session command to work uniformly on multiple installations.  Greg L Robillard