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

#6271
А /usr/local/lib прописан в ld.so.conf?
#6272
Announcements / NetXMS 1.0.8 released
November 30, 2010, 05:51:42 PM
Hi all!

NetXMS 1.0.8 is out. Changes from previous release:

- Added support for custom SNMP ports on node and DCI level
- NXSL:
   - now possible to create scripts without explicit main()
   - named parameters added
   - New functions: GetNodeParents, PostEvent
- Fixed issues: #311, #312, #316, #317
- Various minor and cosmetic fixes

Best regards,
Victor
#6273
Операторы -=, +=, и т.д. появились в версии 1.0.5. Если версия старее, то ошибка - это нормально, а вот если 1.0.5 или выше - тогда странно.
#6275
Будет обязательно, но когда - сказать сложно. Не успеваем все :(
#6276
Это именно новая консоль. Информация про "скачать нельзя" несколько устарела :) А почему не запустилась? Как это выглядело?
#6277
А ошибка точно такая-же? По идее она может возникнуть только при ./configure --with-static-agent ...
#6278
Общие вопросы / Re: dci not supported
November 29, 2010, 03:31:49 PM
Это следы наложения системного шаблона @System.SNMP. Ничего страшного в этом нет, но событие не должно было создаваться. Я в следующей версии поправлю.
#6279
Разделитель - точка с запятой. Если сообщения не приходят, то это либо баг, либо ошибка при конфигурации. Попробуйте запустить сервер с уровнем дебага 5 или выше и посмотреть что пишется об отправке SMS.
#6280
Иконки на карте можно зафиксировать, выключив режим "automatic layout" (через меню Map) и сохранив карту (Map -> Save).
#6281
I have added function GetNodeParents in version 1.0.8.

Best regards,
Victor
#6282
General Support / Re: Alarm Message in Database
November 28, 2010, 11:20:40 PM
It will be available in a few days.

Best regards,
Victor
#6283
General Support / Re: error loading database driver
November 28, 2010, 11:18:49 PM
Hi!

Are you using PostgreSQL client installed separately or bundled with NetXMS server? Database driver built against PostgreSQL client library version 8.4.1, and it may be incompatible with 9.0.1 client.

Best regards,
Victor
#6284
Da, tam tol'ko kosvennoe upominanie (str. 45):

It is possible to manually convert variable to a certain type, using a special function, named
depending on the variable type. For example, string(4). That way it is also possible to convert
NULL type variables. Therefore, to avoid runtime exceptions while processing NULL type variables,
it is advised to use manual conversion.

Imelos' vvidu, chto est' funkcii s imenami, sootvetstvujuschimi tipam: int32, int64, string, etc. dlja javnoj konvertacii. Ja dobavlju ih opisanija v javnom vide.
#6285
Slow, but implemented finally :) However, it's not complete implementation yet - there are some limitations:
1. All agents must support same SNMP version;
2. All agents must use same community string or USM credentials;
3. Agents on ports other than node's default not checked for availability during status polls (you can however detect DCI collection errors).

I plan to add full per-agent configuration (version, credentials, etc.) in future versions.

Best regards,
Victor