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

#2791
Feature Requests / Re: Move multiple node on map
November 24, 2015, 08:34:28 PM
Hi,

you can select multiple nodes by holding CTRL key and clicking on objects. Then you can move selected objects at once.

Best regards,
Victor
#2792
Hi,

nice to see it working :) Did you need to make any changes in agent or it just compiles and runs?

Best regards,
Victor
#2793
Hi,

sounds quite strange to me - as already mentioned there are perfectly working installations on MS SQL. CREATE INDEX with WHERE clause (which will create filtered index) supported from SQL Server 2008 onwards, so yes, that can cause problems on very old SQL Server versions (but SQL Server 2005 will go out of support next year anyway).

Are you using full or minimal installer? Full installer will bring SQL Server Native client (if checked during installation). If you have installed SQL Server native client yourself - what version?

Try to run server in console with maximum debug (ensure that you have logging set to file in netxmsd.conf):

netxmsd -D9

and post output here.

Best regards,
Victor
#2794
General Support / Re: GPS
November 19, 2015, 10:30:32 AM
Hi,

currently only mobile devices. There are plans to create GPS subagent, but not implemented yet. Should not be that hard though.

Best regards,
Victor
#2795
General Support / Re: XMPP problem
November 19, 2015, 10:29:23 AM
Hi,

what XMPP server you are connecting to? Can you share your XMPP configuration parameters (without actual logins and passwords of course)?

Best regards,
Victor
#2796
В данном случае я ошибся - нельзя сделать object tool с типом "server script" - только action такой бывает. Так что скрипт придется делать внешний, либо использовать костыли - сделать скрипт в библиотеке и запускать его командой nxadm  (nxamd -c "exec <script>").

Руками через execute server script тоже можно конечно, но это не совсем то - параметров там ен передашь, и т.д.
#2797
Странно, хоть один из этих вариантов должен бы работать. Попробуйте запустить скрипт на ноде руками (через execute server script в контекстном меню) - так будут видны ошибки и можно будет добавить вывод для отладки.
#2798
Для диапазона портов надо будет написать скрипт, который пройдет по нему в цикле и сделает несколько SNMP SET. Скрипт может быть и внутренний (NXSL) - есть функция SNMPSet в NXSL.

С фильтрами все несколько нелогично - SNMP OID это шаблон, можно использовать * и ? - но сам OID только один. System OS работает только для агентов - проверяется значение platform name. И это список регулярных выражений, разделенных запятыми.

Еще можно использовать шаблоны - есть опция проверять что определенный шаблон наложен на ноду.
#2799
If you build from sources, there is a patch attached.

Best regards,
Victor
#2800
Hi,

seems to be a bug in template update. I'll fix it in 2.0 release.

Best regards,
Victor
#2801
General Support / Re: SNMPV3
November 18, 2015, 01:31:12 PM
Hi,

patch for src/snmp/libnxsnmp/transport.cpp attached.

We plan to make 2.0 release before December 10th.

Best regards,
Victor
#2802
814 сделано - теперь в object tool есть input fields - можно определить поля ввода, при запуске консоль спросит для них значения. В команде можно использовать макрос %(field) для подстановки введенного значения.
#2803
Скиньте на [email protected]
#2804
Ну тогда все просто - делается новое событие и указывается в настройках threshold как activation event. Параметры ему будут переданы точно такие-же как в SYS_THRESHOLD_REACHED. Т.е. скажем так - параметры события зависят не от кода события, а от того, где оно создается. Если в threshold указать SYS_NODE_DOWN, то у него будут параметры как у SYS_THRESHOLD_REACHED когда оно будет создано.
#2805
General Support / Re: SNMPV3
November 17, 2015, 03:14:09 PM
Hi,

I've fixed bug in SNMP library, thanks for the access to the switch! Fix will be included in 2.0 release. If you built NetXMS from sources I can provide you a patch.

Best regards,
Victor