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

#2521
Hi,

should be fairly easy to implement. Added as feature request: https://dev.raden.solutions/issues/1219.

Best regards,
Victor
#2522
Feature Requests / Re: message preview
May 14, 2016, 01:32:30 PM
Hi,

could be implemented. Added as a feature request: https://dev.raden.solutions/issues/1218.

Best regards,
Victor
#2523
Hi,

to directly change maintenance mode on object user should have "modify" access on that object.

Best regards,
Victor
#2524
General Support / Re: netxmsd segmentation faults
May 14, 2016, 01:25:36 PM
Hi,

also 2.0.3 may crash on receiving some SNMP traps (fixed in develop branch as well).

Best regards,
Victor
#2525
Hi,

so those devices really reports VRRP virtual MAC address as interface's MAC address. Currently I've changed server to ignore VRRP and HSRP MAC addresses, so it won't try to use them for building L2 topology. However, because those devices do not provide real MAC addresses for interfaces (at least not through standard MIB) they won't appear on L2 topology map. It is actually a bug in WatchGuard's SNMP agent - it should return interface's own MAC instead of VRRP MAC even if VRRP is configured on interface.

Best regards,
Victor
#2526
Hi,

yes, that's a problem. I think that configuration for combining DCIs into single chart should be changed to use some sort of a key - then you just specify same free form key for all DCIs you want on one chart and system combines them. This will eliminate current complexity and bugs. The only issue is that current configurations may break down during migration.

Best regards,
Victor
#2527
When you select switch object, on the right side of the screen you'll get object details view. There is "Interfaces" tab - this is what I was asking for.

Best regards,
Victor
#2528
General Support / Re: Container event processing
May 14, 2016, 12:34:43 PM
Hi,

currently no event is generated when container status changes. Feel free to fill feature request for that. As a workaround you can use script DCI on any node that will provide container status - then you can set thresholds to generate status change events for that container.

Best regards,
Victor
#2529
Hi,

do you have "Calculate map status based on contained object status" option set in map properties?

Best regards,
Victor
#2530
General Support / Re: Change default view
May 09, 2016, 01:12:25 PM
Hi,

server do not track serial numbers by default. However, you can create DCI that get serial number from device and mark it as "show last value in object overview" - it will be shown on overview page then, although in different section.

Best regards,
Victor
#2531
Hi,

do you have attribute DowntimeStart set on that node? Will it work if you run the following script on a node:


println GetCustomAttribute($node, "DowntimeStart");


via "Execute server script" menu?

Best regards,
Victor
#2532
Hi,

I'm currently investigation VRRP issue and it works as expected on my devices. Could you please provide more information about your devices? I'm interesting in vendor/model information, are you using SNMP or agent for monitoring, for SNMP devices result of SNMP walk on .1.3.6.1.2.1.2.2.1, for agents - content of Net.InterfaceList list.

Best regards,
Victor
#2533
Hi,

server console not implemented yet in Web UI. There is feature request to add script object tools - this will be easier way to execute server scripts for specific node or group of nodes.

Best regards,
Victor
#2534
Hi,

just checked - map status calculation is working in 2.0.3. Can you explain your problem in more details - what is configured, what is expected, etc.?

Best regards,
Victor
#2535
Пришлите пожалуйста результат SNMP walk по OID .1.0.8802.1.1.2.1.4.1.1.5 по нескольким соединенным коммутаторам.