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

#1891
Hi,

assuming you are using version 2.1.x you can put proper group name in DCI configuration. You can use macro {instance} there, so for example you can set group name for both Tx and Rx DCI as IfTraffic_{instance} - then server will create unique group name for each Tx/Rx DCI pair, and you'll have one graph per interface.

Best regards,
Victor
#1892
Hi,

seems like a bug, either in UI or server. What version you are using? Could you please share client log file (usually .nxmc/data/.metadata/.log in user's home directory).

Best regards,
Victor
#1893
Hi,

I see that device is not responding to server's requests. What are authentication and encryption algorithms configured on that device?

Best regards,
Victor
#1894
Hi,

download XML file to your workstation and choose Tools -> Import configuration from main menu, then choose XML file to import.

Best regards,
Victor
#1895
General Support / Re: Issue with Alarm (Newbee) /2 ?
November 02, 2017, 10:22:42 AM
Hi,

could you show all parent subnets for this node?

Best regards,
Victor
#1896
General Support / Re: web interface map display
November 02, 2017, 10:21:56 AM
Hi,

seems to be a bug. What browser and OS you are using? Do you have UI scaling on?

Best regards,
Victor
#1897
General Support / Re: DCI Custom Schedule
November 02, 2017, 10:18:30 AM
Seems to be a bug in 2.1.2. We will check.

Best regards,
Victor
#1898
General Support / Re: Delay alarms
November 02, 2017, 10:17:03 AM
Hi,

please share your configuration - maybe I'll spot the error.

Best regards,
Victor
#1899
General Support / Re: Using custom attribute in a DCI
November 02, 2017, 10:14:42 AM
Macros within parameter name expanded only when you apply template to node. If it is fine, you can use script macro, and read custom attribute in script. But if you want that DCI will use current value of custom attribute immediately after your change it, themn the only option is to switch to script DCI and use AgentReadParameter function. For example:


return AgentReadParameter($node, "ServiceCheck.Custom(" . GetCustomAttribute($node, "IP") . ",80)");


Best regards,
Victor
#1900
Hi,

scripts are case-sensitive - i.e. node and Node are two different identifiers. There are no restrictions on formatting, white spaces, new lines, etc.

You can test your scripts by selecting "execute server script" option on a node. Script will have $node variable set, and you can use trace function or print statement to generate debug output that will be seen in output field during script execution.

Best regards,
Victor
#1901
Hi,

please check that you don't have ICMP disabled and that netxmsd process can send ICMP packets (runs as root or given necessary access). I will check why SNMP responses are not understood.

Best regards,
Victor
#1902
General Support / Re: Node Type
October 18, 2017, 04:14:40 PM
Hi,

currently it's half-done feature. So far it determines if SNMP device is a physical device (only for some devices). Agent already have parameter System.IsVirtual - but currently it is ignored by server. We will implement it in the future, and yes, it will require agent to work on generic OS.

Best regards,
Victor
#1903
General Support / Re: Monitoring disk latency in Linux
October 18, 2017, 04:11:31 PM
Hi,

isn't disk time the same thing? It is time spent on I/O - which seems to be the same as disk latency defined in Windows documentation as "A measure of the time delay from the time a disk IO request is created, until the time the disk IO request is completed".

Best regards,
Victor
#1904
General Support / Re: MIB collection
October 18, 2017, 03:57:54 PM
Just rename them to .txt and use usual procedure.

Best regards,
Victor
#1905
General Support / Re: change the font size on the MAP
October 18, 2017, 03:57:24 PM
Currently no. We have a feature request for that.

Best regards,
Victor