News:

We really need your input in this questionnaire

Main Menu
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

#3241
Feature Requests / Re: Plan for IPV6 in NetXMS?
February 16, 2015, 10:06:11 AM
Hi,

we are gradually implementing IPv6 support under the hood. Management console and agents can communicate over IPv6 already, and there are internal changes to support both IPv4 and IPv6 addresses on objects. Final 2.0 release will fully support IPv6, and you will see IPv6 subnets in M3 or M4.

Best regards,
Victor
#3242
General Support / Re: Graph on Email Alerts
February 16, 2015, 10:03:13 AM
Hi,

no, currently it's not possible. Implementing such feature within NetXMS itself can be quite complicated because we will need to implement in-memory graph creation on server side (currently all visualization done on client side).

Best regards,
Victor
#3243
Poll count 300 means 5 hours to change status - is it what you intend?

Best regards,
Victor
#3244
Announcements / Re: NetXMS 2.0-M2 released
February 16, 2015, 10:00:33 AM
I've added session agent termination to  agent installer. The only problem is that session agent will be unavailable until restart because installer will not be able to start it again in another user session.

Best regards,
Victor
#3245
General Support / Re: Not discovering all nodes
February 13, 2015, 05:39:20 PM
If those nodes respond to ICMP ping, you can try to configure active discovery for problematic networks. Also, NetXMS will not add non-responding nodes - are they accessible from NetXMS server?

Best regards,
Victor
#3246
General Support / Re: Netxms OracleDB errors
February 13, 2015, 05:37:22 PM
Hi,

please send me output of query

SELECT * FROM metadata

from your database. For now, try to answer y only to invalid object fix - that way it will fix at least this problem.

Best regards,
Victor
#3247
Hi,

you can change required poll count for node interfaces. For example, if you set it to 5, server will consider interface as down if 5 consecutive polls will report that. Node will not be marked as down as long as interfaces not marked as down.

Best regards,
Victor
#3248
В багтрекере лучше все писать по английски.

Вытянуть кусок файла в DCI - только через ExternalParameter (еще можно написать скрипт как ExternalParametersProvider если надо сразу много строк в виде параметров из файла вытащить).
#3249
Багтрекер находится здесь: https://dev.raden.solutions.

Для просмотра файлов можно использовать filemgr субагент, для мониторинга логов - logwatch. Доступа к registry сейчас нет, но в 2.0-M3 добавим (уже давно висит запрос на это).
#3250
Общие вопросы / Re: ICMP.PACKET_LOSS
February 09, 2015, 08:33:48 PM
сейчас это возможно только через ping субагент. Для всего, что настроено как target считается packet loss (доступен через параметр Icmp.PacketLoss).
#3251
Hi,

honestly, I can't remember the reason for this decision anymore. I suppose that we just didn't encounter installation where static FDB entries was actively used. I will add configuration option to include static FDB entries (it will be turned off by default so existing installations will not be affected unexpectedly). I've registered it as change request for 2.0-M3: https://dev.raden.solutions/issues/759.

Best regards,
Victor
#3252
Hi,

yes, it's a bug. I just fixed it - fix will be included in 2.0-M3 release.

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

Через File.Count не получится. Можно сделать external parameter, например так:

ExternalParameter = FolderCount(*):dir "$1" /A:D /B | find /C /V ""

и потом использовать как Folder.Count(C:\TEMP)
#3254
General Support / Re: SNMP Mib Explorer crash on v2.0-M2
February 05, 2015, 04:13:21 PM
Is it web UI or desktop console? For web UI, you have to change -Xms and -Xmx options in tomcat startup script. For desktop console, you can edit nxmc.ini file and change Xms and Xmx options there.

Best regards,
Victor
#3255
А что выдает

ldd /usr/lib/libnxsl.so.1

и

nm /usr/lib/libnetxms.so.1

?