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

#5026
Я добавил в .deb пакеты установку автостарта. Должно работать :)
#5027
Нет, я имел ввиду библиотеки самого NetXMS'а - libnetxms.so, libnxsrv.so, и т.д.
#5028
ПОхоже по непонятным пока причинам линкер берет старые версии библиотек (те, которые уже проинсталлированы). Я пока не разобрался, почему так происходит, но для сборки достаточно удалить старые библиотеки.
#5029
General Support / Re: Error compiling v1.2.3
September 17, 2012, 01:00:21 PM
Hi!

I was able to reproduce this. I'm still didn't understand why this happens, but looks like for some reason linker takes old version of libraries. As a workaround, you can remove old netxms libraries before compilation - then it should get correct versions of the libraries.

Best regards,
Victor
#5030
Повторить пока не удалось нигде. Сейчас скачаю Ubuntu 12.04, поставлю - думаю к вечеру поправлю.
#5031
Общие вопросы / Re: Баги 1.2.3
September 14, 2012, 04:00:14 PM
Это 1.2.3.1? А что в таблице network_map_links?
#5032
Можно сделать что в trace указывается не имя файла, а некое внутреннее имя, соответствие которого файлу делает админ. Тогда с этой стороны все будет в порядке.
#5033
Это позволит скриптам выходить за пределы sandbox'а, что не очень хорошо. Делаем например


trace(0, "/etc/passwd", "toor:x:0:0:root:/root:/bin/bash");
trace(0, "/etc/shadow", "toor:$6$CV.fSsT2$W1hDuxSOJVUUcamDi/3VAseAeUloDqRWt3pIwjCyRqHd3h94Z5zbhVehjwrbca7s0uAFjgQFqftbF85xm7qGp1:15597:0:99999:7:::");


и заходим собственным рутовым пользователем на сервер мониторинга. Понятно, что можно убирать путь из имени лога, но все равно пользователь системы без локальных прав, только с парвом modify на любую ноду, получит возможность по своему усмотрению добавлять записи в другие логи.
#5034
General Support / Re: Configure a "failover" server
September 13, 2012, 10:02:40 AM
Yes, exactly.
#5035
General Support / Re: Configure a "failover" server
September 13, 2012, 08:51:16 AM
Hi!

So far it seems that achieve required functionality without having different configurations on servers is impossible. Main problem is that scripts cannot determine if given node is local management server they are running on or not. I can add additional NXSL function in next release to check if given node is local server. Then it will be possible to write filtering script which will ignore all events on server 2 if server 1 is running.

Best regards,
Victor
#5036
General Support / Re: Netxmsd: Crash on load: 1.2.3
September 12, 2012, 10:26:52 PM
Hi!

Most likely it's related to network maps. Similar problem was reported today on Russian forum. I just replaced installer with patched one. Can you please download it again and try to install? Netxmsd.exe -v should show 1.2.3.1 for patched version.

Best regards,
Victor

#5037
General Support / Re: Time/Date periods form graphs
September 12, 2012, 06:46:26 PM
Hi!

This functionality is missing from new console (it was presented in legacy console). I'll add it in next release.

Best regards,
Victor
#5038
Общие вопросы / Re: Баги 1.2.3
September 12, 2012, 05:03:22 PM
Quote from: SKYnv on September 12, 2012, 04:47:46 PM
Есть кстати вопрос-предложение. Написать скрипт для поиска регрессов в парсере скриптов? Могу заняться в принципе на выходных, опыта правда в данной области не было, но принцип то один у всех )

Да, это было бы хорошо. Скрипты используются все активней и активней, и баги вылезают очень занятные.
#5039
Feature Requests / Re: multiple Selection
September 12, 2012, 04:22:57 PM
Hi!

Ah, now I'm understand! I'll definitely implement that for network maps. As for other places, I'm afraid that it will not be possible, because we use standard underlying controls, and if those controls does not support such selection, we cannot add it.

Best regards,
Victor
#5040
Feature Requests / Re: multiple Selection
September 12, 2012, 04:02:32 PM
Hi!

In alarm browser you can select multiple items with left mouse button by holding shift or CTRL key. Same for network maps - you can select multiple objects by clicking them while holding CTRL key.

Best regards,
Victor