NetXMS 1.0.0 released

Started by Victor Kirhenshtein, April 20, 2010, 12:08:08 AM

Previous topic - Next topic

Victor Kirhenshtein

Hi all!

Version 1.0.0 is out. It fixes some bugs found in 1.0.0-rc2, and contains minor improvements in server and Windows management console. Also, DRBD monitoring code in Windows subagent was rewritten to use proc file system and now should be compatible with modern DRBD versions.

Full list of changes since 0.2.31:

- System configuration (events, SNMP traps, templates, event processing rules) can be exported and imported in XML format - this solves various problems with old NXMP files
- NXSL improvements:
        - New functions: GetDCIObject, GetInterfaceName, FindNodeObject, trace
        - Added built-in constants TRUE and FALSE
- Added support for encrypted DB passwords in netxmsd.conf
- Improved SNMPv3 support
- Windows management console: implemented object search by comments
- Linux subagent: DRBD monitoring rewritten
- Fixed issues: #62, #278, #283, #290, #292

Best regards,
Victor

zeratyl

- Added support for encrypted DB passwords in netxmsd.conf

и как эту возможность можно использовать?

Victor Kirhenshtein

Сначала командой nxencpasswd получить шифрованный пароль, и в netxmsd.conf использовать DBEncryptedPassword вместо DBPassword. Например, было:


DBLogin = netxms
DBPassword = password


делаем


C:\Source\NetXMS\debug>nxencpasswd.exe netxms password
mMHptlOwBjoW7jJ3wyzp2JHdUEDiLt73kd1QQOIu3vc=

C:\Source\NetXMS\debug>


и обновляем netxmsd.conf:


DBLogin = netxms
DBEncryptedPassword = mMHptlOwBjoW7jJ3wyzp2JHdUEDiLt73kd1QQOIu3vc=


zeratyl

А скомпилированного в .exe файла nxencpasswd нет в дистрибутиве под платформу windows. нашёл только в исходниках, но нужна компиляция. было бы не плохо добавить этот файл, шифр случаем не MD5?

Victor Kirhenshtein

Fail v attache. Dlja shifrovanija ispol'zuetsja ICE.

zeratyl

Спасибо. Работает.