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

#5311
Нормальным образом никак, только если сделать два DCI - в одном собственно значение, а в другом - отклонение текущего значения от среднего - которое вычисляется в transformation скрипте. Я добавил в todo для релиза 1.2.2 два новых типа проверок - абсолютное отклонение и NXSL скрипт - тогда можно будет что угодно посчитать.
#5312
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
#5313
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
#5314
Можно попробовать деинсталлировать lm_sensors или только lm_sensors-devel-2.10.7-9.el5, раз они все равно на виртуалке не нужны.
#5315
Сделал версию 1.2.1. Если я правильно определил в чем проблема, то должно заработать. :)
#5316
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
#5317
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
#5318
Общие вопросы / Re: Драйвера.
June 04, 2012, 12:10:58 PM
Да, постепенно добавляются новые MIB'ы в стандартную поставку. Для Cisco например уже много есть. В следующем релизе будет много для HP.
#5319
Я внес некоторые изменения в MySQL драйвер. Посмотрим, поможет или нет. Сегодня вечером сделаю сборку.
#5320
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
#5321
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
#5322
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
#5323
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
#5324
Попробуйте поставить в netxmsd.conf

CodePage = CP1251

(это внутренняя кодировка сервера. UTF-8 тоже можно пробовать, но там возможны проблемы).
#5325
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