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

#5041
Общие вопросы / Re: Баги 1.2.3
September 21, 2012, 07:17:11 PM
Quote from: SKYnv on September 21, 2012, 06:41:05 PM
Quote from: Weird on September 21, 2012, 03:15:33 PM
# grep CodePage /etc/netxmsd.conf
CodePage = UTF-8


Не оно?
не аналогично?
Quotenetxms# nxdbmgr get codepage
NetXMS Database Manager Version 1.2.3.1

utf-8

Нет, не аналогично. Параметр CodePage задается именно в netxmsd.conf. Но для UNICODE сборки он по идее никакого значения иметь не должен.
#5042
General Support / Re: Image libary
September 21, 2012, 05:45:39 PM
Hi!

Default map icons is 48x48. However, maps in new console capable of having different icon sizes for different objects, so you can use whatever size you like, and make some objects larger, and some smaller if needed.

Best regards,
Victor
#5043
General Support / Re: Heap Indicator
September 21, 2012, 10:17:27 AM
Hi!

How big is the change? Little memory footprint increase is normal, as new version may get more information from server. Also, if your configuration is growing (more objects, more events, etc.) then memory consumption on client will grow.

Best regards,
Victor
#5044
General Support / Re: Help Files
September 21, 2012, 10:15:12 AM
Hi!

I put them back. But Wiki contains most up-to-date documentation, especially regarding scripting.

Best regards,
Victor
#5045
А чем плох нынешний syslog viewer? Там все это можно задать. А для live монитора фильтр по времени по идее не нужен, а фильтр по тексту можно включить нажав Ctrl+F2.
#5046
General Support / Re: error loading database driver
September 21, 2012, 09:40:03 AM
Hi!

What version of NetXMS you trying to install? From what installer file? Can you please send me your netxmsd.conf file? Also, try to run

netxmsd.exe -D 9

from command line and send me the output.

Best regards,
Victor
#5047
General Support / Re: Physical memory data collection
September 18, 2012, 05:24:44 PM
Hi!

Can you please show me configuration of problematic DCIs and information about the agent version and operating system version.

Best regards,
Victor
#5048
Я добавил в .deb пакеты установку автостарта. Должно работать :)
#5049
Нет, я имел ввиду библиотеки самого NetXMS'а - libnetxms.so, libnxsrv.so, и т.д.
#5050
ПОхоже по непонятным пока причинам линкер берет старые версии библиотек (те, которые уже проинсталлированы). Я пока не разобрался, почему так происходит, но для сборки достаточно удалить старые библиотеки.
#5051
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
#5052
Повторить пока не удалось нигде. Сейчас скачаю Ubuntu 12.04, поставлю - думаю к вечеру поправлю.
#5053
Общие вопросы / Re: Баги 1.2.3
September 14, 2012, 04:00:14 PM
Это 1.2.3.1? А что в таблице network_map_links?
#5054
Можно сделать что в trace указывается не имя файла, а некое внутреннее имя, соответствие которого файлу делает админ. Тогда с этой стороны все будет в порядке.
#5055
Это позволит скриптам выходить за пределы 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 на любую ноду, получит возможность по своему усмотрению добавлять записи в другие логи.