Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Victor Kirhenshtein

#5251
General Support / Re: Procurve SNMP Traps
July 24, 2012, 11:17:11 PM
That's strange. Can you show me SNMP trap mapping and part of trap log?

Best regards,
Victor
#5252
General Support / Re: Node Discovery
July 24, 2012, 11:16:11 PM
Hi!

Currently there are no way to find how particular IP address was discovered, except for looking at debug log, level 6 at least. I agree that discovery source information should be available. Added to my todo list. :)

Best regards,
Victor
#5253
General Support / Re: ctalyst driver
July 24, 2012, 11:13:49 PM
Hi!

Quote from: lindeamon on July 23, 2012, 11:12:44 PM
snmp enabled devices like ibm ip kvm and ibm tape library which are connected to switches with drivers are not found,why is that ?

Sorry, I'm not clearly understand the question - drivers not found for tape library, etc. or for switches?

Best regards,
Victor
#5254
General Support / Re: Procurve SNMP Traps
July 23, 2012, 09:43:36 AM
Every event has source object ID. For events created from SNMP traps, source object determined by SNMP trap packet's source IP address. If node with that IP address cannot be found, event will not be created. Can you check that for both down and up traps events are generated?

Macro for IP address exists - %a. Full list of possible macros available here: http://wiki.netxms.org/wiki/UM:Event_Processing#Macros_for_Event_Processing.

I have added "Key" column to alarm log in 1.2.2.

Best regards,
Victor
#5255
General Support / Re: Template and unsupported SNMP
July 23, 2012, 09:36:57 AM
I can add this as configurable option. I don't have time to add this in 1.2.2, so I schedule this for 1.2.3 release.

Best regards,
Victor
#5256
Announcements / Re: NetXMS 1.2.1 released
July 23, 2012, 09:17:49 AM
Hi!

I start building it already :) Should be available this evening or tomorrow. It was planned to be released much earlier, but I'm overloaded with other tasks...

Best regards,
Victor
#5257
Hi!

Yes, you should use situations for preventing duplicate emails. Depending on if you have paired event for access point coming up, you can either set situation's attribute to true when you process first down trap, ignore all other down traps if it's set, and clear it on access port up trap, or you can store current time in situation's attribute, and ignore all next events withing some short time interval.

Best regards,
Victor
#5258
General Support / Re: Procurve SNMP Traps
July 20, 2012, 05:45:41 PM
No, there are no default rules for handling SNMP ifdown/ifup traps. You should create them by yourself.
#5259
General Support / Re: Procurve SNMP Traps
July 20, 2012, 01:11:17 PM
Quote from: lweidig on July 20, 2012, 05:50:21 AM
I recently decided to start moving our trap notifications over to NetXMS from what I hope will soon be our old NMS.  We have a number of various model Procurve switches which the system seem to try and detect.  It shows the driver on the general tab as PROCURVE.  However, when we get a trap for link down and then a trap for link up it is NOT clearing the Link down event and it stays up on the device until we manually terminate.  It is detecting the ports correctly from the varbinds, just not clearing.

First traps .1.3.6.1.6.3.1.1.5.3 (link down) followed by .1.3.6.1.6.3.1.1.5.4 (link up).  These appear to be the "standard" down / up noticed and are listed in the SNMP Trap Configuration section.

How do you define rules in event processing policy for create and terminate alarm?

Quote from: lweidig on July 20, 2012, 05:50:21 AM
Not sure how it comes up with the port drawings either, but it is wrong.  For example our 4000M switch shows an odd layout of ports 1-22 in slot 1, 0 - 23 in slot 2, 0 in slot 3 and 1 in slot 4.  In actuality there are 6 8 port cards, 1 1 port card.  It also pops up a components tab with nothing filled in.

Can you please send me output of nxsnmpwalk for the following OIDs on this 4000m:
.1.3.6.1.2.1.1
.1.3.6.1.2.1.2
.1.3.6.1.2.1.47.1.1.1.1

Components tab may be empty because switch may not support appropriate MIB.

Quote from: lweidig on July 20, 2012, 05:50:21 AM
Also, would like to make a suggestions that you allow clipboard copy from the SNMP Trap Monitor display so it is easier to grab OID's or messages. 

It's already done in upcoming 1.2.2.

Best regards,
Victor
#5260
Hi!

Do you have libnxcore.so.1 in /usr/local/lib? If yes, try to run ldconfig and then start netxmsd again.

Best regards,
Victor
#5261
General Support / Re: Raspberry Pi
July 19, 2012, 10:19:24 AM
How did you compile agent for Pi? Can you send me config.h from your build? I suspect wrong byte order detection.

Best regards,
Victor
#5262
General Support / Re: Raspberry Pi
July 18, 2012, 10:18:22 AM
Hi!

Looks like encryption is now working for some reason, because server drops connection immediately after key exchange. Can you check server logs as well? Also, try to disable encryption in agent to ensure that it's encryption problem.

Best regards,
Victor
#5263
General Support / Re: Custom Attributes
July 17, 2012, 11:22:46 PM
Currently server generates SYS_SCRIPT_ERROR events for script compilation and execution errors. You can handle this event and generate alarms or send notifications. But I agree that script editor should do at least syntax checking before saving the script on server. Added this as to-do.

Best regards,
Victor
#5264
Hi!

You should see also something like

[session:0] Requesting parameter "Oracle.DBInfo.IsReachable(DB1)"

is it there? If yes, what is after that line?

Best regards,
Victor
#5265
General Support / Re: Server Configuration Options
July 17, 2012, 01:07:14 PM
Quote from: lweidig on July 17, 2012, 01:56:58 AM
I see that within the client I can add my own Server Configuration variable / value pairs.  How can I retrieve these values within a script and or how would I use my own additions.

"Add" option in server configuration view is intended for adding parameters that are not listed by default for some reason (or was accidentally deleted). But I can add NXSL function to read configuration parameters of course, it's very simple.

Best regards,
Victor