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

#4456
Hi!

Don't forget to put query parameter into correct section, ODBC, like this:


SubAgent = odbcquery.nsm

*ODBC
Query = TempSensorTemp:TempSensor:select 'Temperature Value' from 'Draycott Corp.csv':60


Best regards,
Victor
#4457
Hi!

Looks like documentation page is misleading. You supposed to replace "Name", "DSN", etc. with actual values. Your configuration record should be

Query = TempSensorTemp:TempSensor:select 'Temperature Value' from 'database.csv':60

(60 at the end means poll every 60 seconds).

Best regards,
Victor
#4458
Hi!

You can use nxshell scripts (http://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations) or directly Java API (https://www.netxms.org/documentation/javadoc/latest/) to get information from NetXMS in your script/application.

Best regards,
Victor
#4459
Общие вопросы / Re: auto set unmanaged
July 01, 2013, 02:54:45 PM
добавил в трекер чтобы не забыть: https://www.radensolutions.com/chiliproject/issues/297.

#4460
General Support / Re: Object Tools
July 01, 2013, 02:52:36 PM
Hi!

I hope to make release somewhere this week, but it could be beginning of next week as well, depending on how fast I'll be able to finish changes essential for 1.2.8 release.

Best regards,
Victor
#4461
General Support / Re: Object Tools
June 30, 2013, 09:45:30 PM
I've implemented that in 1.2.8. Now it is possible to use macro %attribute_name% in object tools.

Best regards,
Victor
#4462
В версии 1.2.8 добавил функцию GetDCIRawValue.
#4463
Добрался до реализации, и задумался, так ли это просто. Послать UDP пакет проблем нет, но большинство сервисов на произвольный пакет как правило просто не ответит. На посылку UDP пакета на закрытый порт получим ICMP port-unreachable, но чем это будет отличатся от ICMP пинга?
#4464
Общие вопросы / Re: auto set unmanaged
June 30, 2013, 12:42:13 PM
Есть функция RemoveContainer, которая позволяет удалять только контейнеры. В 1.2.8 переделал ее в DeleteObject.
#4465
Hi!

If you have multiple UPSes connected to single machine, the only way for agent to distinguish them is by using UPS serial number. It is the serial number written on UPS. But if you have only one USB UPS, you can simple use word ANY instead of actual serial number - agent will pickup first available UPS.

Best regards,
Victor
#4466
Hi!

You should put %a in "Remote Host" field and shutthisdown in "Agent action" field.

Best regards,
Victor
#4467
Hi!

You have an error in action configuration - you have to specify remote host where to execute an action. Usually you can use macro %a here to execute it on event source.

Best regards,
Victor
#4468
Hi!

I found out that libcrypto is shipped with AIX, in openssl.base fileset, but probably it is not installed by default. This is how it looks on my machine:


tower:/# lslpp -w /usr/lib/libcrypto.a
  File                                        Fileset               Type
  ----------------------------------------------------------------------------
  /usr/lib/libcrypto.a                        openssl.base          File
tower:/# lslpp -L openssl.base
  Fileset                      Level  State  Type  Description (Uninstaller)
  ----------------------------------------------------------------------------
  openssl.base            0.9.8.1800    C     F    Open Secure Socket Layer


I found this on IBM web site:

The OpenSSL package is available as installp in the AIX Version 6.1 Expansion Pack. The package name is Openssl-0.9.8.8, and it can be installed using SMIT. (http://pic.dhe.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.ntl%2FRELNOTES%2FSC23663002.htm).

Best regards,
Victor
#4469
Can you please show the screenshots of action configuration on server and appropriate event policy rule? Also, can you try to execute action manually with nxaction command line tool?

Best regards,
Victor
#4470
Hi!

What type of map it is? If it's an automatically populated map, then objects will reapper - that's the point of automatic map population. If it is manually built map, then this is definitely a bug.

Best regards,
Victor