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

#2791
Эти MAC адреса сервер получает от агента?
#2792
А как выглядит список интерфейсов у этих узлов? На интерфейсах primary IP тоже есть?
#2793
2.0 планируем выпустить в середине декабря. В Hook::ConfigurationPoll можно удалить лишние интерфейсы (функцией DeleteObject), хотя это и не так хорошо как поставить фильтр.
#2794
General Support / Re: SNMPV3
November 30, 2015, 10:59:56 PM
Try to disable routing table and topology polls.

Best regards,
Victor
#2795
General Support / Re: Out of memory
November 30, 2015, 10:57:32 PM
Hi,

physical memory used on about 100% on Linux does not necessary means problems. Kernel will try to use any free memory as a cache, but most of this memory is reclaimable. Starting with next release you'll be able to use "available physical memory" instead of "free physical memory" for better results (parameter is here, but current version calculates it incorrectly). And if you suspect that some process has memory leak you can use Process.VMSize parameter to gather memory usage by specific process.

Best regards,
Victor
#2796
Hi,

that means client application (or application server in case of web UI) problem. Try to increase value of -Xmx option for JVM (for desktop applicaton it is in nxmc.ini).

Best regards,
Victor
#2797
General Support / Re: SNMPV3
November 30, 2015, 10:46:08 PM
Hi,

how fast device stops responding to SNMP? If you disable SNMP in NetXMS and run snmpwalk or snmpget from command line in a loop, will it have the same effect?

Best regards,
Victor
#2798
Похоже что после восстановления связи с базой SQL запросы выполнились в неправильной последовательности - сначала UPDATE статуса (который ничего не сделал) а затем INSERT для нового аларма (который должен был быть первым).
#2799
General Support / Re: XMPP delays.
November 30, 2015, 10:28:39 PM
In RC2 we add separate queue for XMPP messages, so at least they will not block event processing.

Best regards,
Victor
#2800
General Support / Re: Rediscovering my discovery
November 30, 2015, 10:27:17 PM
Filter not matched means host rejected. Could you please share a screenshot of network discovery configuration screen?

Best regards,
Victor
#2801
General Support / Re: XMPP problem
November 30, 2015, 10:25:29 PM
Hi,

from trace it seems that credentials are invalid:

9820: [24-Nov-2015 22:49:16.519] [DEBUG] XMPP: RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><text xmlns="urn:ietf:params:xml:ns:xmpp-sasl">The response provided by the client doesn't match the one we calculated.</text></failure>
9824: [24-Nov-2015 22:49:16.550] [DEBUG] XMPP: RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><text xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Unable to authorize you with the authentication credentials you've sent.</text></failure>

Best regards,
Victor
#2803
Hi,

tile server URL should provide tiles at <url>/zoom/x/y.png.

For example, top level tile (zoom 0) at Open Street maps available at http://tile.openstreetmap.org/0/0/0.png so default value for tile server is http://tile.openstreetmap.org

Best regards,
Victor


#2804
General Support / Re: MIB Import bug
November 24, 2015, 09:01:34 PM
Can you post MIB file you are trying to compile and got this error?

Best regards,
Victor
#2805
General Support / Re: Rediscovering my discovery
November 24, 2015, 08:59:52 PM
172.26.1.3/32 is within 172.26.1.0/24, but likely do not respond to SNMP or do not have netXMS agent.

Best regards,
Victor