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

#5011
Hi!

Did you install agent from deb package or by compiling source? What is the output of

ldd /usr/lib/libnsm_odbcquery.so

?

Best regards,
Victor
#5012
Конструкция вида


uint32(value);


смысла не имеет - возвращается преобразованное значение, которое выбрасывается. Тогда надо писать так:


value = uint32(value);


По сути type cast можно рассматривать как специальные функции - они принимают одно значение и возвращают преобразованное значение.
#5013
Действительно, uint32(x) делал cast в int32. Опять copy/paste :)

Пре-инкремент у меня работает как надо - я это уже исправлял. В аттаче свежесобранный интерпретатор для 32 битного Windows.
#5014
Hi!

winperf and wmi are part of agent installation. You should just load them in nxagentd.conf.

Automatic network maps should be available in 1.2.4 release, somewhere in October.

Best regards,
Victor
#5015
Hi!

Check that libsensors4-dev package ins installed, and then run configure again.

Best regards,
Victor
#5016
Quote from: SKYnv on September 22, 2012, 07:03:27 PM
1) пре инкремент
работает как декремент

Исправил.

Quote from: SKYnv on September 22, 2012, 07:03:27 PM
2) uint32 conversion
не работает данная конвертация

А можно пример скрипта?

Quote from: SKYnv on September 22, 2012, 07:03:27 PM
3) парсер и "//"
если в конце скрипта добавить комментарий с помощью
//
то парсер выдаст ошибку
Quotesyntax error, unexpected '/', expecting $end
хотя на
/* В конце*/
парсер реагирует нормально

Исправил.

Quote from: SKYnv on September 22, 2012, 07:03:27 PM
большой скрипт не напишешь, постоянно Stack underflow...

Это скорее всего следствие одной из ошибок. Можете привести пример скрипта, который дает stack underflow?
#5017
Yes, it was broken. I uploaded it again, you can try again now.

Best regards,
Victor
#5018
Hi!

I have fixed some of the problems causing "No context available outside of the request service lifecycle" errors. Please try updated war file: https://www.netxms.org/download/rc/nxmc-1.2.3.2.war.

Best regards,
Victor
#5019
Общие вопросы / 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 сборки он по идее никакого значения иметь не должен.
#5020
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
#5021
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
#5022
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
#5023
А чем плох нынешний syslog viewer? Там все это можно задать. А для live монитора фильтр по времени по идее не нужен, а фильтр по тексту можно включить нажав Ctrl+F2.
#5024
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
#5025
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