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

#3856
Announcements / NetXMS 1.2.13 released
March 21, 2014, 12:32:37 AM
Hi all!

NetXMS version 1.2.13 is out. Changes since previous release:

- Improved layer 2 topology discovery performance
- Special handling of incorrect LLDP data provided by some D-Link switches
- Optimizations in NXCP processing
- Added driver for Cisco Small Business switches
- Improved file retrieve from agent
- Windows agent: added service list and service table (System.Services)
- Fixed bug with SQL initialization script generation on HP-UX
- Fixed Oracle DB initialization error
- New macro %K (alarm key) in event actions
- Management console:
   - Implemented alarm sounds
   - Fixed "broken pipe" errors
   - Macros with alarm data in object tools
   - Added option "Manage image library" in user access rights property page
   - Fixed image upload in web console
- Added support for sticky acknowledge in nxalarm tool
- Fixed bug causing excessive memory usage by AIX agent
- Fixed bug with interface status detection if agent runs in Solaris zone
- Fixed agent crash if HTTPS service status requested
- Android Console:
   - Fix bug missing hide notification alarm in status bar
   - Implemented "Font size in graph/dashboard sessions" (Feature #240)
- Fixed issues: #109, #240, #425, #428, #438, #462, #466, #471, #493, #507, #508, #527

Best regards,
Victor
#3857
General Support / Re: Agent Encryption - Win 2008 R2
March 20, 2014, 10:41:06 AM
Another option is to change server configuration parameter DefaultEncryptionPolicy. Possible values are:

0 - never use encryption
1 - use encryption only if agent requests it
2 - always use encryption, fallback to unencrypted channel if agent does not support encryption
3 - always use encryption, close connection if agent does not support encryption

Best regards,
Victor
#3858
Yes, it's a bug in package declaration. It is fixed in upcoming 1.2.13 release.

Best regards,
Victor
#3859
Прокси указать в шаблоне (поскольку он не меняется), а в качестве имени ноды в шаблоне указать %{node_name} (все макросы описаны здесь: https://www.netxms.org/documentation/adminguide/data-collection.html#macros-in-template-items).
#3860
Попробуйте поставить параметр сервера CheckTrustedNodes в 0.
#3861
Announcements / Re: NetXMS 1.2.12 released
March 19, 2014, 02:15:44 PM
Ничего сильно подозрительного не нашел в логе. Был один маленький leak при открытии сессии, но к таким результатам он не должен был привести.
Можете попробовать погонять подольше систему? И второе - попробовать massif (http://valgrind.org/docs/manual/ms-manual.html)?
#3862
Надо поставить параметр сервера SyncNodeNamesWithDNS в 1.
#3863
Yes, Cisco SMB driver is implemented. I hope it will work as expected :)

Best regards,
Victor
#3864
It was planned to be released last week, but was postponed due to some force majeure. I plan to build and release it tomorrow, as soon as I made few outstanding fixes.

Best regards,
Victor
#3865
Announcements / Re: NetXMS 1.2.12 released
March 18, 2014, 07:10:32 PM
Нет, просто запустить. Для valgrind'а рекомендуемые параметры --leak-check=full --undef-value-errors=no
#3866
Announcements / Re: NetXMS 1.2.12 released
March 18, 2014, 06:43:18 PM
А под valgrind будет возможность запустить?
#3867
General Support / Re: Templates & Instance Discovery
March 18, 2014, 05:47:28 PM
Hi!

You can transform instance values in instance filtering script. Fltering script can return an array consisting of two elements - true/false flag and new instance value. For extracting interface index from interface list you can use the following script:


if ($1 ~= "^([0-9]+) .*")
{
   return %(true, $1);  // at this point $1 contains first matching group
}
return false;


Best regards,
Victor
#3868
Hi!

Parser XML element names are case-sensitive. You should use <level> instead of <Level>.

Best regards,
Victor
#3869
General Support / Re: Inter-server communication
March 18, 2014, 05:37:52 PM
Hi!

Are you using zones on Local_server? Currently receiving server looks for IP address only in default zone.

Best regards,
Victor
#3870
Hi!

Sorry, I forgot to reply. I fix this bug already. Fix will be included in 1.2.13 release.

Best regards,
Victor