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

#4396
Общие вопросы / Re: Networ MAP Dashboard
August 14, 2013, 01:06:39 PM
Пока нельзя. В планах у нас есть поддержка графиков на картах.
#4397
General Support / Re: Error editing DCI
August 13, 2013, 11:16:33 AM
Hi!

Sorry for late reply! I've fixed this issue (SVN rev. 7613). Unfortunately, console built from trunk will not be compatible with 1.2.8 server. If this is critical, I can build an 1.2.8-compatible console with the fix, otherwise you have to wait for 1.2.9 release.

Best regards,
Victor
#4398
Feature Requests / Re: Awesome product!
August 12, 2013, 05:59:48 PM
Hi!

Thank you! Yes, we have plans to integrate with vCenter/ESXi for quite a long. The only issue for us is lack of resources, but we definitely will come to implement this.

Best regards,
Victor
#4400
Если в регулярном выражении есть capture groups (части выражения в скобках), то значение первой группы попадет в %1, второй - в %2, и т.д. Например, для выражения

Error (.*) on (.*)

после матчинга строки

Error 244 on test.server.com

%1 будет равен 244, а %2 test.server.com
#4401
Внутри системы время всегда в UNIX time (кол-во секунд с 01.01.1970 00:00:00 UTC). При показе внутренне представление конвертируется в локальное время клиента в соответствии с тайм зоной клиента.
#4402
Общие вопросы / Re: Карта сети.
August 12, 2013, 05:42:15 PM
Размеры group box'а можно менять растягивая его за правый нижний угол.

Соединения могут быть ломаной линией. Сначала надо в свойствах соединения поменять routing algorithm на bend points. После этого двойной клик на линии добавит точку, которую можно двигать по карте. Таких точек может быть до 16.
#4403
Какого-то специального голосования у нас нет. Я поставил имплементацию на версию 1.2.10 - если не вылезет каких-то непредвиденных проблем, то думаю что переносить не придется.
#4404
Hi!

I see two possible solutions here:

1. Create DCI for SSH monitoring on Linux server node, not on the monitoring node. You can use autobinding template for that. Because actual check should be done from management server, you can set "proxy node" for this DCI in template to be management server node. Then you'll have obe DCI per LInux node with actual data being collected from management server.

2. You can use configuration poll hook script to detect Linux nodes and then use FindDCIByName and CreateDCI functions to create DCI on management server if it doesn't exist.

Best regards,
Victor
#4405
General Support / Re: SNMP Proxy
August 05, 2013, 08:00:13 PM
Hi!

It will be very helpful if you can capture packets from successful communication with snmp test tool and from unsuccessful communication with NetXMS server.

Best regards,
Victor
#4406
Русская дока отсутствует. Когда-то был перевод руководства по установке, но он уже давно устарел. Сами мы сейчас не потянем перевод доков, только если кто-то возьмется.
#4407
Событие реально появляется позже на час, или просто время показывается неправильно? Если второе, то скорее всего где-то проблема с тайм зоной. Надо видеть настройки на сервере NetXMS, на источнике сообщений, и пример сообщения.
#4408
General Support / Re: SNMP Proxy
August 05, 2013, 01:29:13 PM
Hi!

Looks like switch at 192.168.10.10 does not respond to SNMP requests. I would suggest to check SNMP configuration on the switch and firewalls in between, if you have any.

Best regards,
Victor
#4409
General Support / Re: WebUI encryption
August 05, 2013, 12:43:01 PM
Important part is this:


configure:17311: checking for RSA_new in -lcrypto
configure:17336: gcc -o conftest -g -O2  -D_THREAD_SAFE -DTRE_WCHAR=1 -I/usr/local/mysql/include -I/usr/include/mysql -I/usr/mysql/include -I/usr/local/include/mysql -I/usr/local/mysql/include/mysql -I/usr/mysql/include/mysql -D_GNU_SOURCE -I/usr/local/include  -L/usr/local/mysql/lib -L/usr/lib64/mysql -L/usr/lib/mysql -L/usr/mysql/lib -L/usr/local/lib/mysql -L/usr/local/mysql/lib/mysql -L/usr/mysql/lib/mysql -L/usr/local/lib conftest.c -lcrypto   -lpthread >&5
/usr/bin/ld: cannot find -lcrypto


which means that configure cannot find libcrypto, and so server was built without encryption support. You have to install libssl-dev package and re-run configure and make.

Best regards,
Victor

#4410
Hi!

Yews, we have such plans. Event collector is already there (which is the simplest part of course), we have to implement analyzer and UI.

Best regards,
Victor