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

#5356
Можно попробовать деинсталлировать lm_sensors или только lm_sensors-devel-2.10.7-9.el5, раз они все равно на виртуалке не нужны.
#5357
Сделал версию 1.2.1. Если я правильно определил в чем проблема, то должно заработать. :)
#5358
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
#5359
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
#5360
Общие вопросы / Re: Драйвера.
June 04, 2012, 12:10:58 PM
Да, постепенно добавляются новые MIB'ы в стандартную поставку. Для Cisco например уже много есть. В следующем релизе будет много для HP.
#5361
Я внес некоторые изменения в MySQL драйвер. Посмотрим, поможет или нет. Сегодня вечером сделаю сборку.
#5362
General Support / Re: Manually adding nodes
June 01, 2012, 10:56:51 PM
Hi!

Looks like a bug. Try to stop server and run database check:

nxdbmgr check

Best regards,
Victor
#5363
General Support / Re: Couple of questions
June 01, 2012, 02:21:35 PM
Hi!

Quote from: Rabid on May 29, 2012, 07:44:45 PM
First question, I have a WMI Query WMI.Query(root\cimv2,"select * from Win32_PerfFormattedData_PerfDisk_PhysicalDisk Where Name = '_total'",DiskWriteBytesPersec) and it yields results but yet when I try to graph this DCI I get a flat line of 0.

check what data type is set for DCI. It should be set to some numeric type.

Quote from: Rabid on May 29, 2012, 07:44:45 PM
Second question, is it possible to monitor all windows services that are set to "automatic" and if any are not started to get an alert.  I believe Nagios does something like this.

it's not possible now. After we add threshold functionality to tabuilar DCIs, it will become possible.

Best regards,
Victor
#5364
General Support / Re: Manually adding nodes
June 01, 2012, 10:14:46 AM
Hi!

Yes, you can just re-create database, or simply delete all objects under network tree. To manually enter the node, you should either select "Infrastructure services" objects or create container object under it, and choose "Create node" from container's context menu.

Best regards,
Victor
#5365
Hi!

Try to disable configuration poll for the switch: right-click on switch object, go to properties, Polling page, and check "disable configuration polling".

Best regards,
Victor
#5366
Попробуйте поставить в netxmsd.conf

CodePage = CP1251

(это внутренняя кодировка сервера. UTF-8 тоже можно пробовать, но там возможны проблемы).
#5367
Hi!

I think the only correct solution will be to move server to unicode on Linux. Yesterday I take a look at unicode build - so far I have fixed all build errors in libnetxms, and got to mib compiler and libnxsrv. I'm not sure that I will be able to create working unicode build till 1.2.1 release, but I'll keep working in that direction.

Best regards,
Victor
#5368
Hi!

It's already implemented in 1.2.1.

Best regards,
Victor
#5369
А что показывается в capabilities для ноды когда не сделан configuration poll?
#5370
Общие вопросы / Re: Драйвера.
May 29, 2012, 11:30:55 PM
У меня получилось скомпилировать 3028, заменив SNMPv2-SMI, SNMPv2-CONF, SNMPv2-TC на входящие в NetXMS, и добавив RFC-1212 и RFC-1215. Для 3200 private скомпилировались если убрать

              VlanIdOrNone
                    FROM Q-BRIDGE-MIB;

из ERPS и

              dot1vProtocolPortEntry
                    FROM Q-BRIDGE-MIB;

из ProtocolVLAN. Я думаю что мезду сериями они не сильно отличаются, и можно сказем 3200 взять за основу, и добавить от других серий если вдриуг чего-то не хватит. Достаточно файлы из 3200 private переименовать в txt, сделать вышеуказанные изменения, и скопировать в mib каталог NetXMS'а - должно скомпилироваться и показывать дерево.