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

#3646
Общие вопросы / Re: nxShell pollNode
June 06, 2014, 04:05:35 PM
Можно передать null.
#3647
Hi!

Could you please provide SNMP walk result for .1.3.6.1.2.1.2.2?

Best regards,
Victor
#3648
Hi!

getColumnIndex is a method of Table class, so you should use it as $1->getColumnIndex in transformation script, like you do with get method.

Best regards,
Victor
#3649
General Support / Re: HP mibs
June 06, 2014, 12:09:10 AM
Hi!

Looks like this MIB set contains incomplete SNMPv2-SMI module (file rfc2578.txt). It does not define MODULE-IDENTITY, etc. If you remove it and use SNMPv2-SMI.txt from NetXMS distribution those import errors should be gone.

Best regards,
Victor
#3650
General Support / Re: Dell Server SNMP Problem
June 05, 2014, 11:52:51 PM
Hi!

Could you please provide result of SNMP walk for any of problematic OIDs?

Best regards,
Victor
#3651
Feature Requests / Re: nxevent
June 03, 2014, 12:53:54 AM
Hi!

I've implemented #1 and #2 (event identification by name and correct return codes). #3 is a bit more complicated so I'll do it later :)

Best regards,
Victor
#3652
Hi!

Actually there is an error in query used in function. Query looks like

SELECT max(coalesce(cast(idata_value as float),0)) FROM idata_%u
WHERE item_id=? AND (idata_timestamp BETWEEN ? AND ?) AND isnumeric(idata_value)

but isnumeric returns int, not boolean, so it should be

isnumeric(idata_value)=1

I've fixed it. PLease let me know if you need intermediate server build with this fix.

Best regards,
Victor
#3653
Общие вопросы / Re: Scripting
June 03, 2014, 12:06:36 AM
Надо хотя-бы один операнд принудительно сконвертировать в int64. Скрипт не расширяет результат умножения автоматически (что возможно неправильно, я подумаю позже об этом).
#3654
Общие вопросы / Re: netxms snmp table
June 03, 2014, 12:04:20 AM
Ну это не баг - поскольку в SNMP информации о кодировке нет, то сервер использует кодировку, указанную в CodePage, для конвертации текстов, полученных из SNMP.
#3655
Hi!

I suppose you mean web UI session. It could be set in nxmc.properties file with sessionTimeout property (in seconds). nxmc.properties file should be located in your application server class path.

Best regards,
Victor
#3656
Announcements / Re: NetXMS 1.2.14 released
June 02, 2014, 01:59:21 PM
Нет, не нормально. Я проверю и исправлю.
#3657
Can you run server under gdb and send me stack trace after crash?

Run it as

gdb /path/to/netxmsd

at (gdb) prompt enter

run -D5

when it crashes at (gdb) prompt enter

bt

and send me it's output.

Best regards,
Victor
#3658
Did you build it from sources? If yes, try to replace file src/libnxsl/parser.y with attached one and recompile. Check that you have flex and bison installed.

Best regards,
Victor
#3659
Yes, there is a bug in script compiler that may cause crash. Are you using 32 or 64 bit server?

Best regards,
Victor
#3660
General Support / Re: Freezing Agents
May 27, 2014, 06:11:16 PM
Hi!

Good news, let's hope it is fixed now :)

Best regards,
Victor