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
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
#3857
Yes, it's a bug in package declaration. It is fixed in upcoming 1.2.13 release.

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

Best regards,
Victor
#3863
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
#3864
Announcements / Re: NetXMS 1.2.12 released
March 18, 2014, 07:10:32 PM
Нет, просто запустить. Для valgrind'а рекомендуемые параметры --leak-check=full --undef-value-errors=no
#3865
Announcements / Re: NetXMS 1.2.12 released
March 18, 2014, 06:43:18 PM
А под valgrind будет возможность запустить?
#3866
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
#3867
Hi!

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

Best regards,
Victor
#3868
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
#3869
Hi!

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

Best regards,
Victor
#3870
Hi!

Currently table push is not supported.

Best regards,
Victor