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

#5326
General Support / Re: Java Console
June 08, 2012, 05:09:46 PM
Hi!

I plan to release 1.2.2 before 21st of June, because after that date I'll leave for 3 weeks vacation. I plan that it will be mostly bug fix release, probably with small new features/enhancements. I'll try to implement new drivers before release date.

Best regards,
Victor
#5327
General Support / Re: Host name display
June 08, 2012, 05:06:01 PM
Hi!

Currently it's not possible. I'll add this as feature request.

Best regards,
Victor
#5328
Hi!

It's bug in a package. As a fix, you should manually run

update-rc.d nxagentd defaults 99 01

I'll fix this in next version.

Best regards,
Victor
#5329
General Support / Re: Java Console
June 07, 2012, 06:48:50 PM
Hi!

I confirm that this is a bug. I'll add it to be fixed in next release.

Best regards,
Victor
#5330
Логика работы такая: когда NetXMS находит/добавляет хост с адресом из субнета, которого еще нет, то создается новый объект субнета, и маска берется из конфигурации интерфейса нового хоста. В большинстве случаев это будет правильная маска. Все остальные хосты с интерфейсами из этого субнета проверяются на соответствие маске из уже существующего объекта субнета. Проблема возникает тогда, когда первым хостом в субнете является хост с неправильной маской, либо хост, с которого информацию получить нельзя - в этом втором случае NetXMS принимает маску равной 255.255.255.0 (/24), поскольку это один из самих распространенных вариантов. Если получилась неправильная конфигурация, то надо удалить неправильний объект субнета, и сделать конфигуратион полл хосту с правильной маской из этого субнета - тогда объект субнета будет создан заново с правильной маской.
#5331
В доке это не описано :(, но на форуме мелькало наверное.
#5332
Нормальным образом никак, только если сделать два DCI - в одном собственно значение, а в другом - отклонение текущего значения от среднего - которое вычисляется в transformation скрипте. Я добавил в todo для релиза 1.2.2 два новых типа проверок - абсолютное отклонение и NXSL скрипт - тогда можно будет что угодно посчитать.
#5333
General Support / Re: New table...
June 06, 2012, 10:55:53 PM
Hi!

Currently I hope to add this functionality during the summer.

Best regards,
Victor
#5334
Announcements / Re: NetXMS 1.2.1 released
June 06, 2012, 10:53:56 PM
Yes, you can upgrade directly to 1.2.1.

Best regards,
Victor
#5335
Можно попробовать деинсталлировать lm_sensors или только lm_sensors-devel-2.10.7-9.el5, раз они все равно на виртуалке не нужны.
#5336
Сделал версию 1.2.1. Если я правильно определил в чем проблема, то должно заработать. :)
#5337
Announcements / NetXMS 1.2.1 released
June 05, 2012, 11:54:13 PM
Hi all!

NetXMS version 1.2.1 is out. Changes since previous release:

- Implemented dashboard export/import
- New NXSL functions for direct SNMP access
- New NXSL functions for getting min, max, and average DCI value for period
- Fixed memory leak in NXSL functions gmtime and localtime
- Fixed memory leak in configuration poller
- Added driver for HP E-series (ProCurve) switches
- Implemented "sticky" alarm acknowledgements
- Added option to disable automatic node unbinding from containers
- Added option to disable automatic template removal
- Added events for automatic container binding and unbinding
- Added events for automatic template apply and remove
- Java console:
   - Configuration export implemented
   - Added object status indication bar in object browser
      - Added filtering by IP address and comments in object browser
- Web UI:
   - Windows installer improved
   - Line charts improved
- Agent now allows to define management server address as subnet
- Additional I/O parameters in Solaris agent
- Fixed bugs with static agent build
- Fixed issues: #333, #340, #343, #353

Best regards,
Victor
#5338
Hi!

Unfortunately there are no manual for that. In fact, currently only one module exist - for ATM video surveillance. There are no way to use module for DCI data gathering. What kind of module do you want to create? I can adjust module API or recommend better way.

Best regards,
Victor
#5339
Общие вопросы / Re: Драйвера.
June 04, 2012, 12:10:58 PM
Да, постепенно добавляются новые MIB'ы в стандартную поставку. Для Cisco например уже много есть. В следующем релизе будет много для HP.
#5340
Я внес некоторые изменения в MySQL драйвер. Посмотрим, поможет или нет. Сегодня вечером сделаю сборку.