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

#2776
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
#2777
Похоже что после восстановления связи с базой SQL запросы выполнились в неправильной последовательности - сначала UPDATE статуса (который ничего не сделал) а затем INSERT для нового аларма (который должен был быть первым).
#2778
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
#2779
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
#2780
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
#2782
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


#2783
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
#2784
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
#2785
General Support / Re: Agent wouldn't return values
November 24, 2015, 08:57:11 PM
Hi,

from log file it seems agent tries to use itself as proxy. What is currently set as proxy for this node's zone? Can you share screenshots of zone configuration and node's "communication" property page?

Best regards,
Victor
#2786
General Support / Re: XMPP problem
November 24, 2015, 08:52:25 PM
Hi,

can you try to set debug level to 6 - server will log XMPP conversation then and post it there? All XMPP related lines in log will be prefixed by XMPP:.

Best regards,
Victor
#2787
Hi,

it will require changes in SMS driver. I've registered it as feature request (https://dev.raden.solutions/issues/1017) - change is easy so I hope I'll make it until 2.0 release.

Best regards,
Victor
#2788
General Support / Re: unsigned int64 bit data polling
November 24, 2015, 08:46:22 PM
Hi,

depending on what you want to achieve. If you are interested in file's age, you can get it in seconds using transformation script like this:


return time() - $1;


For more complicated transformations you can use gmtime or localtime functions. Both returns break down time as TIME object. There is also function strftime that can be used to format time but it is not documented yet.

Best regards,
Victor
#2789
Feature Requests / Re: Mqtt broker
November 24, 2015, 08:41:23 PM
Hi,

it could be interesting. Do you have some suggestions of inexpensive hardware that can be used for testing?

Best regards,
Victor
#2790
Registered as feature request: https://dev.raden.solutions/issues/1016. I'll try to make it into one of next releases.

Best regards,
Victor