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

#2176
You can't use them in script without node context when CheckTrustedNodes is on.

Best regards,
Victor
#2177
Hi,

we will check. You can report issues at https://track.radensolutions.com

Best regards,
Victor
#2178
Hi,

there should be no changes to it. Could you please turn on debug on agent and post log for parameter request?

Best regards,
Victor
#2179
Then NetXMS server cannot match it to correct device - there are just no enough information. You can setup syslog proxy on agent behind NAT so it will receive syslog messages from original addresses and forward to NetXMS server.

Best regards,
Victor
#2180
Hi,

it is known issue caused by incorrect handling of counter reset. It comes from the fact that NetXMS do not know if DCI is cumulative value or can change both ways. So it assumes latter and when new value less than old value you get those extra large values (not negative because for traffic counters usually used unsigned data types). We plan to fix it by introducing new DCI data types - counter 32 bit and counter 64 bit (to match SNMP types) - for them system will now that they are cumulative and handle resets correctly.

Best regards,
Victor
#2181
Hi,

if IP addresses are readable from vendor MIB on Netonix and Ubiquity AirOS devices we can add a driver for them to create management interfaces correctly.

Best regards,
Victor
#2182
General Support / Re: Event Log Ordering Default
February 23, 2017, 07:22:44 PM
Hi,

default ordering is currently hard-coded. Feel free to add feature request for that.

Best regards,
Victor
#2183
General Support / Re: Status Map Polling time / setup
February 23, 2017, 07:22:05 PM
Hi,

currently answer to both questions in "no". Feel free to register feature requests in our ticket system though :) For polling time change could be quite easy - server can measure and store polling time for last status poll, which can be made available through internal DCI. Having this value exposed you'll be able to do usual stuff like set thresholds and generate alarms.

Possible workaround cold be to create script DCI which will do SNMP request on any OID and measure time taken by that request.

Best regards,
Victor
#2184
General Support / Re: DCI value format string
February 23, 2017, 07:17:33 PM
Yes, %* formatter was added much layter then original topic was discussed. Now it is better to collect value as is and use formatters to display in K/M/G.

Best regards,
Victor
#2185
General Support / Re: Query on FindNodeObject
February 23, 2017, 07:14:46 PM
Hi,

most likely problem caused by trusted node check. You should either add current node (where script is being executed) to list of trusted nodes on node sw, or disable trusted nodes check completely by setting server configuration parameter CheckTrustedNodes to 0 and restart server.

Best regards,
Victor
#2186
General Support / Re: Presets greater than 12 hour
February 06, 2017, 10:00:41 AM
Hi,

it was supposed to be fixed in 2.1-M2. Could you please give more details about your environment when 2.1-M2 is now working? Also, could you please try different browsers?

Best regards,
Victor
#2187
Just thought that if interface name poll works for you, so should configuration poll. How often you run configuration polls?

Best regards,
Victor
#2188
Hi,

I think option 1 is more feasible. There is Java API for reading DCI data, so all is needed is to find some Java library that can generate graphs in PNG format and write a simple web service around it. Do you know any good Java library for that? We could possibly use BIRT and built this functionality into web UI, but it will be quite heavy solution.

Best regards,
Victor
#2189
General Support / Re: Geolocation & Map Questions
February 06, 2017, 09:49:07 AM
Hi,

#1 - seems like a bug, we will check this.

#2 - how exactly coordinates can be obtained? Is is possible to set geolocation from script, so for example if it can be obtained through SNMP it can be set in configuration poll hook. You can also use nxshell to run Python scripts for updating object coordinates from outside.

#3 - they just overlaps on map. We have to implement some sort of selector when there are multiple objects overlapping. I've added an issue for that: https://track.radensolutions.com/issue/NX-1162

Best regards,
Victor
#2190
No, you can only get value.

Best regards,
Victor