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 - Egert143

#136
General Support / Custom object tool - filter
November 06, 2020, 11:02:13 AM
Hello

What is the correct way to filter by multiple attributes ?

For example, show tool only when both attributeA and attributeB is present under custom attributes.

Egert
#137
General Support / New peer for interface
October 21, 2020, 01:21:45 PM
Hello

What could cause constant peer hopping between interfaces. I have Mikrotik router with Cisco switch. They are connected via trunk port. In event logs the switch (peer) is constantly changing between Bridge interface and eth 5 (interface with public ip).

Logs:
15602046 21.10.2020 13:09:22 21.10.2020 13:09:22 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface Bridge is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
15601843 21.10.2020 13:04:48 21.10.2020 13:04:48 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface ether5 is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
15600621 21.10.2020 12:39:16 21.10.2020 12:39:16 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface Bridge is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
15600356 21.10.2020 12:34:46 21.10.2020 12:34:46 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface ether5 is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
15599406 21.10.2020 12:09:04 21.10.2020 12:09:04 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface Bridge is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
15599315 21.10.2020 12:04:41 21.10.2020 12:04:41 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface ether5 is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
15598004 21.10.2020 11:39:01 21.10.2020 11:39:01 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface Bridge is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
15597867 21.10.2020 11:34:38 21.10.2020 11:34:38 System [Router] Site Default 0 SYS_IF_PEER_CHANGED Normal New peer for interface ether5 is [Sw] Site - Core interface Gi1/0/24 (A4:B2:39:C3:4D:98) 0
#138
Got it working:

File: nxagentd-ssh-config.confHostKeyAlgorithms ssh-dss
KexAlgorithms diffie-hellman-group1-sha1
#139
Any other ideas ? :) Would be quite bad if Netxms support for Mikrotik ssh is broken.
#140
Still no go.

Did the following:

nxagentd.conf

[SSH]
ConfigFile = D:\NetXMS\etc\nxagentd-ssh-config.conf


nxagentd-ssh-config.conf
HostKeyAlgorithms +ssh-rsa

restarted agent. In router ssh debug CL line doesent include ssh-rsa
#141
Seems like its not working when i change agent conf to include

[SSH]
HostKeyAlgorithms +ssh-rsa


and restart agent. "cl" line didnt change in debug.
#142
ssh debug from router: https://ibb.co/pwxSv02
#143
Hello

Has anyone experienced following issue: I have set NetXms to poll Mikrotik router via ssh and each time when attempt is made, router generates error "can't agree on KEX algorithms". When i log in manualy via ssh, then no error. Seems like it started with NetXms version 3.5.90. It used to work on older version and polling script hasent changed.

Egert
#144
General Support / Re: Agent update fails when cpu @ 100%
September 28, 2020, 10:41:17 AM
Hello

With versions 3.5.90 the issue is still present, agents with high cpu usage cant be upgraded. Error message is "File transfer failed".

Egert
#145
But not possible with ssh ? :)
#146
Is it possible to send config change to cisco switch (2960x) with scheduled action ? For example move interface to different vlan ?
#147
General Support / Alarm based on historical trends
September 16, 2020, 12:06:13 PM
Hello

How hard would it be to make alert based on historical trends? For example if interface speed is unusualy low for given period.

Egert
#148
Feature Requests / Node menu shortcut to maps
July 24, 2020, 09:30:57 AM
Hello

Would it be possible to add shortcut to node right click menu, where link to maps would be shown (list of maps where speific node exists)?

Egert
#149
General Support / Re: Migrating fails
July 22, 2020, 01:28:55 PM
Hello

Version is latest. I got it fixed by removing records from snmp_ports tabel. There were two records, both with id 1. After migration completed i re added settings with netxms.

Egert
#150
General Support / Migrating fails
July 20, 2020, 09:49:40 AM
Hello

Any tips how to solve following error message, i get it when trying to migrate from MSSQL to Postgresql?

Migrating table snmp_ports
SQL query failed (23505 ERROR:  duplicate key value violates unique constraint "
snmp_ports_pkey"
DETAIL:  Key (id)=(1) already exists.):
INSERT INTO snmp_ports (id,port,zone) VALUES (?,?,?)
Failed input record:
   id = "1"
   port = "161"
   zone = "0"
Database migration failed.