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

#2746
Да сейчас консоль тупо грузит все данные за период. В ближайших планах стоит исправление этого.
#2747
А какая версия NetXMS?
#2748
Feature Requests / Re: OTRS Integration
December 17, 2015, 11:56:31 AM
Hi,

I suggest to just copy makefile from Jira directory and rename files inside as needed. Also, I can create placeholder in our source tree - that way you'll only need to put actual code and it will be built as part of the system.

Best regards,
Victor
#2749
Hi,

currently containers can only contains nodes, clusters, subnets, conditions, and other containers.

Best regards,
Victor
#2750
Hi,

actually, data collection should not be working on unmanaged node. Do you experience this with all DCIs on that node or only this one? Could it be that this parameter read from script somewhere (using AgentReadParameter function)?

Best regards,
Victor
#2751
General Support / Re: Forcing/Manipulate Node's Status
December 16, 2015, 10:40:35 PM
Hi,

Status DCI just reads current node status. If you want to define node status by DCI you should mark it as "used for status calculation" in options. Then returning values in range 0 - 4 will set node status.

Best regards,
Victor
#2752
General Support / Re: unsigned int64 bit data polling
December 16, 2015, 10:31:49 PM
Hi,

by file age I meant how old it is - difference between current time and time of file creation/modification.

Best regards,
Victor
#2753
Hi,

is it same issue: https://dev.raden.solutions/issues/984?

Best regards,
Victor
#2754
Hi,

it's quite strange, return true; should work fine. Do you have anything in server log? You can also try to set notification or alarm creation for SYS_SCRIPT_ERROR event - if filter script will fail you'll get notified.

Best regards,
Victor
#2755
General Support / Re: Parser file name
December 08, 2015, 02:13:30 PM
Hi,

yes, in log file name you can use format specifiers from strftime. Parser will switch to new file when resulting name changes. For complicated cases you can also use `command` in file name - parser will execute external command and insert it's output.

Best regards,
Victor
#2756
Добрый день!

Я бы посоветовал воспользоваться nxshell - это Python скрипты с доступом к API. Пример создания ноды: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations#Create_Container_and_some_nodes.
#2757
Мы столкнулись с похожей проблемой в другой инсталляции. Выполните пожалуйста команды

nxadm -c "show index nodeaddr"
nxadm -c "show index interface"

на сервере и проверьте, есть ли адрес проблемной ноды в списке.

После этого попробуйте рестартануть netxmsd - проблема останется?
#2758
Hi,

alternatively, you can specify JDK location in --with-jdk parameter, like this:

./configure --with-jdk=/usr/lib/jvm/java-7-openjdk-amd64

JDK location varies between distributions, this example is from Deian/Ubuntu.

Best regards,
Victor
#2759
General Support / Re: SNMPV3
December 02, 2015, 11:14:41 AM
So it seems that topology or routing table polls cause SNMP agent hang in access points. Most likely it's a bug in SNMP agent. We can try to narrow it further by enabling one of the polls. Topology poll usually do more requests than routing table poll.

Best regards,
Victor
#2760
Общие вопросы / Re: network discovery
December 02, 2015, 11:10:43 AM
Quote from: hsvt on October 01, 2015, 05:12:43 PM
И еще подскажите пожалуйста кто как реализует добавление новых нод ( в частности коммутаторов) и оповещение о том что свич запинговался и стал доступен?

При добавлении новой ноды генерируется событие SYS_NODE_ADDED - можно на него повесить нотификацию. Когда нода становится доступной, генерируется событие SYS_NODE_UP.