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

#271
General Support / Re: Netxms Grafana
October 21, 2022, 04:26:41 PM
I suppose you can query timescale directly. Data dictionary can be accessed here: https://www.netxms.org/documentation/datadictionary/
You are interested in table idata_sc_default (or view idata), and likely object_properties, items, and nodes.

Best regards,
Victor
#272
Theoretically object label decorators could be switched off. Go to File -> Preferences -> Workbench -> Appearance -> Label Decorators and make sure that "NetXMS Objects Decorator" is on (see screenshot).

Best regards,
Victor

Screenshot from 2022-10-21 16-15-37.png
#273
Please check if upcoming 4.2 will work better - I've fixed one bug in Juniper driver. If it won't help I'll keep investigating it.

Best regards,
Victor
#274
Hello!

Could you please provide result of SNMP walk on the following OIDs:

.1.3.6.1.4.1.2636.3.48.1.3.1.1.2
.1.3.6.1.4.1.2636.3.40.1.5.1.5.1
.1.3.6.1.4.1.2636.3.40.1.5.1.7.1
.1.3.6.1.2.1.17.7.1.4.3.1.1
.1.3.6.1.2.1.17.7.1.4.3.1.2
.1.3.6.1.2.1.17.7.1.4.2.1.4

Best regards,
Victor
#275
Announcements / Meet us at GITEX -- Hall 2, stand H2-60
October 10, 2022, 11:25:06 AM
We' re at Gitex, Dubai, as we're writing this. Are you planning on being here too? Come to our stand (we' re exhibiting on Latvia' s national stand in Hall 2) and let's catch up!
#276
Hi,

something like this:
result = "";
for(i = 0; i < 8; i += 2)
{
  if (result->length > 0)
      result .= ".";
  result .= x2d($1[i : i + 2]);
}
return result;

This script assumes that 8 hex digits passed as input.

Best regards,
Victor
#277
Do you get exception in web or desktop UI? Please find console log (for desktop it is in your home directory in .nxmc/data/.metadata/.log) and post it here.

Best regards,
Victor
#278
General Support / Re: New Server
September 07, 2022, 08:37:06 PM
Hi,

if database is external to the server, then yes, the only thing you need is to point new server to existing database. If database is on the same machine, and you plan to use new database, then database migration will help. Search the forum for "nxdbmgr migrate" - you should get few topics regarding database migration.

Best regards,
Victor
#279
Quote from: adarsh031 on September 05, 2022, 12:26:44 PM
ALCATEL-NMC-PROXY-AGENT-MIB: ERROR 002: Import module "HPOV-NNM-MIB" unresolved

Are you sure that HPOV-NNM.txt was included into compilation?
#280
General Support / Re: JSON NXSL
September 06, 2022, 12:54:23 PM
This message indicates that agent was built with libcurl without bearer authentication support. On what platform you run agent and how did you install it?
#281
Could you please share output of command

nddload -c community -n JUNIPER -V path_to/juniper.ndd 10.5.4.2

Replace path_to/juniper.ndd with actual path to juniper.ndd (if installed from packages it likely will be /usr/lib/netxms/ndd) and community with actual community string.
#282
Feature Requests / Re: Dci alert on out of normal range
September 05, 2022, 10:01:34 AM
Hello,

currently not, but we definitely plan to move in that direction.

Best regards,
Victor
#283
Feature Requests / Re: Documentation Changes
September 05, 2022, 09:59:11 AM
That's good idea, we will add such banner.

Best regards,
Victor
#284
Remove , at the end of line 51:

   cacOverrun INTEGER,

should become

   cacOverrun INTEGER

Best regards,
Victor
#285
General Support / Re: Manual Binding not working
September 05, 2022, 09:56:50 AM
Hi,

it is legacy or new UI? It could be that binding not yet moved to new UI.

Best regards,
Victor