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

#5791
General Support / Re: cannot change Node IP address
October 20, 2011, 12:48:50 PM
Hi!

You should use Java console for this - just go to the properties of node and enter new IP address as "primary host name".

Best regards,
Victor
#5792
General Support / Re: Actions and Emails
October 20, 2011, 12:47:49 PM
Hi!

What NetXMS version you are using?

Best regards,
Victor
#5793
General Support / Re: Last DCI value in event mesagge
October 18, 2011, 03:58:40 PM
Hi!

For threshold violation events, it is:

   1) Parameter name
   2) Item description
   3) Threshold value
   4) Actual value
   5) Data collection item ID
   6) Instance

For threshold rearm event:

   1) Parameter name
   2) Item description
   3) Data collection item ID
   4) Instance
   5) Threshold value
   6) Actual value

For standard events, you can find list of event-specific parameters in event description (accessible via event configuration view).

Best regards,
Victor
#5794
Esli vse pojdet kak namecheno, to v konce etoj nedeli.
#5795
Hi!

It's a bug. I'll made a patch and post it here.

Best regards,
Victor
#5796
General Support / Re: Last DCI value in event mesagge
October 17, 2011, 05:10:21 PM
You can write a simple NXSL script which will return DCI value and use it in message template via %[] macro. For example, you can create script called "LastValue" with the following code:


return GetDCIValue($node, $event->parameters[5]);


and then use macro %[LastValue] in message template to insert last value of associated DCI in threshold violation events.

Best regards,
Victor
#5797
Poslednie dni bil sil'no zanjat, poetomu tak dolgo :( S problemoj razobralsja. Ja mogu vilozit' patch, ili podozdite vihoda 1.1.6. No bazu pridetsja brat' s backup'a i zanogo delat' upgrade. Problema ne v samom upgrade, a v servere, no esli v baze uze isporchennie teksti, to ih uze ne vosstanovit'. Kak variant - sdelat' update iz backup'a tol'ko tekstovim poljam - v osnovnom eto budet name i comments v tablice object_properties.
#5798
General Support / Re: macros for event processing
October 16, 2011, 09:08:44 PM
Hi!

All except %m, %M, and %A. Technically speaking, you can use them in event templates, but they will always expand into empty string.

Best regards,
Victor
#5799
General Support / Re: snmp configuration
October 16, 2011, 09:05:33 PM
Hi!

There are two entities: event parameters and snmp trap varbinds. Each received trap converted to NetXMS event. This event always gets SNMP trap object ID (OID) as first parameter, so %1 in event template will always be expanded to trap OID. You can map varbinds to event parameters. First mapping will be for parameter number 2, because number 1 already taken. You can identify varbinds within trap in two ways - by position (starting from 1) or by varbind OID. You are not needed to map all varbinds or map them to parameters in same order - you can map varbind #5 to parameter #2 and varbind #1 to parameter #3, for example.

Hope this makes things more clear!

Best regards,
Victor
#5800
Feature Requests / Re: event processing
October 16, 2011, 08:59:46 PM
Hi!

You mean export rules of event processing policy?

Best regards,
Victor
#5801
General Support / Re: About the nxcp_reference.PDF
October 14, 2011, 12:44:20 PM
Hi!

Currently it's the only piece of information about NXCP protocol. All other information can be found only by examining source code. Feel free to ask me about specific commands you need - I'll either answer you in forum or update documentation for them. Btw, why you not using client library (libnxcl) but work directly with NXCP protocol?

Best regards,
Victor

P.S. And please ask development related questions in "Development" section of the forum
#5802
Peresobral package esche raz nemnogo po drugomu. Polozil v to ze mesto. Mozete poprobovat'?
#5803
A chto pokazivaet komanda

ldd /usr/lib/libnsm_linux.so

?
#5804
Paketi dlja Debian 5 x64 mozno skachat' zdes': https://www.netxms.org/apt/dists/lenny/main/binary-amd64.
#5805
Da, 64bitnuju versiju ja sobiral na Debian 6. Sejchas kachaju installer Debian 5 x64, poprobuju peresobrat' na Debian 5 i vilozu.