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

#181
General Support / Re: EPP Timer not working
June 14, 2023, 09:09:50 AM
I suppose UPS_ONLINE event is threshold based? If yes, can you show configuration of relevant thresholds?
#182
Am I understand correctly that this problem is on all Cisco switches? What SNMP version you are using? If you are using version 3, make sure that you have allowed access to vlan-* contexts. Command should be similar to this:

snmp-server group GroupName V3 priv context vlan- match prefix
Best regards,
Victor
#183
Feature Requests / Re: ModBus TCP/IP
June 13, 2023, 07:05:42 PM
Finally it will be in 4.4 (to be released in June). Development is mostly done.

Best regards,
Victor
#184
General Support / Re: EPP Timer not working
June 13, 2023, 07:03:20 PM
Hi,

configuration looks correct. We will test this and check if something is broken with the timers.

Best regards,
Victor
#185
Hi,

definitely, should be available soon.

Best regards,
Victor
#186
One possibility that I see is out of order execution of hook scripts which is theoretically possible. Server schedules execution of hook script in background thread pool, passing copy of alarm in its current state to the script. It is possible that due to database problems thread pool was full with tasks waiting on database, so earlier script execution task was waiting on free thread, next task was scheduled in the meantime, and then both were started in parallel, possibly in wrong order.
I will think about it, but probably we have to serialize executions of alarm state change hooks.

Best regards,
Victor
#187
According to log server got two timeouts - at 09:57:18 and 09:58:23 (status=2 means timeout). Next ping was successful again. Do you think there was a possibility of network issues at that time that could cause loss of ICMP packets? Also, if you change poll count to 3 or 4, will it fix the situation?

Best regards,
Victor
#188
General Support / Re: openssl
June 13, 2023, 06:37:19 PM
Hi,

I suppose you mean Windows version, because on Linux platforms NetXMS uses whatever OpenSSL version is installed as system package. Current version shipped with OpenSSL 3.0.7, we will switch to 3.0.9 in next release (should be in June).

Best regards,
Victor
#189
You should be able to do that with object tools. Create tool that will call a script, define necessary input fields, and when user will run the tool he will be asked for additional input. This input will be available in a script.
You can even create context dashboard and add those tools as action buttons.

Best regards,
Victor
#190
This is normal behavior - for some reasons PDH reports temporary objects that cannot actually be accessed. You can safely ignore those errors.

Best regards,
Victor
#191
General Support / Re: Ubiquity Topology
June 13, 2023, 06:31:08 PM
Yes, we have that "sponsor" button on github :)

Best regards,
Victor
#192
Sorry for delay, just get back to issues that piled up.
Looks like switch returns FDB information, so problem is within server. Can you set debug level 6 for tag "topology.fdb", run topology poll on switch node, and show me server log?

Best regards,
Victor
#193
General Support / Re: Ubiquity Topology
May 29, 2023, 03:30:58 PM
Currently it is not possible to inject topology information from hook script, but I see how that could be beneficial. Another option which I consider for some time already is to extend driver concept beyond SNMP, to allow SSH commands and possibly other protocols. This may help with reading VLAN information on Mikrotik switches for example, and probably lot of other cases with devices that have marginal SNMP support.
Added note to myself to think about it for one of next releases :)

Best regards,
Victor
#194
Connection information for end nodes that does not support LLDP or CDP is obtained from FDB, so root cause is FDB not being retrieved from the switch.
What driver is selected for the switch? Also, what is walk output for .1.3.6.1.2.1.17.4.3.1?

Best regards,
Victor
#195
I cannot reproduce this - in my test alarm list on dashboard shows alarms correctly according to checked severity in element configuration. Could you please provide step by step instruction on how to reproduce this issue?

Best regards,
Victor