News:

We really need your input in this questionnaire

Main Menu
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

#2761
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


#2762
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
#2763
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
#2764
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
#2765
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
#2766
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
#2767
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
#2768
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
#2769
Registered as feature request: https://dev.raden.solutions/issues/1016. I'll try to make it into one of next releases.

Best regards,
Victor
#2770
Feature Requests / Re: Move multiple node on map
November 24, 2015, 08:34:28 PM
Hi,

you can select multiple nodes by holding CTRL key and clicking on objects. Then you can move selected objects at once.

Best regards,
Victor
#2771
Hi,

nice to see it working :) Did you need to make any changes in agent or it just compiles and runs?

Best regards,
Victor
#2772
Hi,

sounds quite strange to me - as already mentioned there are perfectly working installations on MS SQL. CREATE INDEX with WHERE clause (which will create filtered index) supported from SQL Server 2008 onwards, so yes, that can cause problems on very old SQL Server versions (but SQL Server 2005 will go out of support next year anyway).

Are you using full or minimal installer? Full installer will bring SQL Server Native client (if checked during installation). If you have installed SQL Server native client yourself - what version?

Try to run server in console with maximum debug (ensure that you have logging set to file in netxmsd.conf):

netxmsd -D9

and post output here.

Best regards,
Victor
#2773
General Support / Re: GPS
November 19, 2015, 10:30:32 AM
Hi,

currently only mobile devices. There are plans to create GPS subagent, but not implemented yet. Should not be that hard though.

Best regards,
Victor
#2774
General Support / Re: XMPP problem
November 19, 2015, 10:29:23 AM
Hi,

what XMPP server you are connecting to? Can you share your XMPP configuration parameters (without actual logins and passwords of course)?

Best regards,
Victor
#2775
В данном случае я ошибся - нельзя сделать object tool с типом "server script" - только action такой бывает. Так что скрипт придется делать внешний, либо использовать костыли - сделать скрипт в библиотеке и запускать его командой nxadm  (nxamd -c "exec <script>").

Руками через execute server script тоже можно конечно, но это не совсем то - параметров там ен передашь, и т.д.