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

#3871
General Support / Re: Duplicate Nodes
March 24, 2014, 09:43:18 AM
Hi!

This is one of the most mysterious bugs I've encounter during NetXMS development :) Let's wait for a few days to see if problem disappears. In 1.2.12 we found somewhat different problem with subnet objects being duplicated, and fixed this in 1.2.13. Not sure if this is related though.

Best regards,
Victor
#3872
Hi!

Yes, there is a bug in portcheck subagent - you can only use IP address. I already fix that. If you need it before next release, I can provide updated subagent binary. If you are building NetXMS from source, you can replace inet_addr with ResolveHostNameA in file src/agent/subagents/portcheck/net.cpp line 40 and rebuild.

Best regards,
Victor
#3873
Hi!

You can create your own list on agent using ExternalList configuration option. Agent will execute command given and return all it's output as list elements. For example, to add list which will return all files in /tmp, add the following to nxagentd.conf:


ExternalList = TemporaryFiles:/bin/ls /tmp


Best regards,
Victor
#3874
В новой версии формат базы новее. Запустите обновление схемы на новом сервере:

nxdbmgr upgrade
#3875
Update: I've repacked source archive - now it should work on Ubuntu.

Best regards,
Victor
#3876
Sorry, due to mistake fix for this bug didn't get to release. I'll repack source code package with fix included. I can also repack deb packages if someone uses them on Ubuntu.

Best regards,
Victor
#3877
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
#3878
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
#3879
Yes, it's a bug in package declaration. It is fixed in upcoming 1.2.13 release.

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

Best regards,
Victor
#3885
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