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

#3316
General Support / Re: Monitor PC over wan with dyn IP
December 19, 2014, 12:59:21 AM
Hi,

you mention dynamic IP - does it mean that IP of this node is changing when it goes online again?

Best regards,
Victor
#3317
General Support / Re: Unable to connect to database
December 19, 2014, 12:57:15 AM
Hi,

open SQL Server Configuration Manager, choose SQL Server Network Configuration > Protocols for {instance} and ensure Named Pipes is enabled. Alternatively, try to enable TCP/IP and change DBServer parameter to IP address of SQL server.

Best regards,
Victor
#3318
Yes, you're right - it will not gie you device names. Your best option probably is to create external list on agent.

Best regards,
Victor
#3319
Общие вопросы / Re: GetItemFromSNMP
December 16, 2014, 08:50:14 PM
Вообще лучше использовать wiki: http://wiki.netxms.org/wiki/NXSL_Function_Reference - там точно информация будет актуальней. Calltips больше для удобства написания скриптов, не стоит их как мануал воспринимать.
#3320
Общие вопросы / Re: SNMPGetValue
December 16, 2014, 08:48:41 PM
Попробуйте убрать трансформацию - изменится что-то или нет? И второе - попробуйте интервал опроса поставить короткий, скажем 5 или 10 секунд.
#3321
General Support / Re: Share ESXI 5.5 MIB ?
December 16, 2014, 08:33:14 PM
Hi,

VMWare MIBs already included into development branch, you can download them directly from repository: http://git.netxms.org/public/netxms.git/tree/refs/heads/develop:/contrib/mibs?js=1

Best regards,
Victor
#3322
Hi,

you can use agent list FileSystem.MountPoints to get list of all file systems.

Best regards,
Victor
#3323
Общие вопросы / Re: SNMPGetValue
December 15, 2014, 11:45:37 AM
А raw значение меняется со временем? Там дельта считается, если оригинал всегда один и тот-же, то дельта и будет 0.
#3324
Общие вопросы / Re: GetItemFromSNMP
December 15, 2014, 11:43:50 AM
Так SET или WALK все таки?
#3325
Общие вопросы / Re: GetItemFromSNMP
December 11, 2014, 12:00:14 PM
Quote from: Aleksander on December 11, 2014, 07:27:34 AM
вопрос тогда где можно взять NetXMS.xml из статьи http://wiki.netxms.org/wiki/NXSL_Syntax_highlight_and_calltips

Там в самом конце статьи есть ссылка на пост в форуме где можно эти файлы скачать.
#3326
Hi,

yes, it's a bug in server SNMP code. Type 5 is NULL - it seems that some device reports missing OIDs by setting type to NULL instead of reporting error. I've fixed that - fix will be included in 2.0-M1 release.

Best regards,
Victor
#3327
Announcements / Re: NetXMS 1.2.17 released
December 08, 2014, 05:06:25 PM
Hi,

yes, it's possible.

Best regards,
Victor
#3328
Несколько замечаний:

1. Когда создаете новый storage, попробуйте указать 0.0.0.0 как "основной адрес".

2. Попробуйте сбор данных сделать не через transformation script у dummy DCI, a как скрипт в библиотеке и тип DCI "скрипт".
#3329
General Support / Re: POLL ERROR: Request timed out
December 08, 2014, 10:27:45 AM
Hi!

Looks like this node do not support SNMP (or it is blocked by firewall) and SNMP checking just takes too long. You can disable SNMP for this node if it is not needed.
In fact, poll itself should be finishing anyway - it is UI timeout waiting for poller update messages.

Best regards,
Victor
#3330
А можно скриншот настройки DCI?