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

#121
General Support / Re: Get mac vendor result as dci
January 19, 2021, 09:51:53 AM
Many thanks for greate examples, got it working and went with mapping table version. :)

Egert
#122
General Support / Re: Get mac vendor result as dci
January 18, 2021, 03:49:49 PM
Thanks for the example. Why would mapping tables be better choice ?

Also seems like no easy way to get node mac address like %{node_primary_ip} ?

Egert
#123
General Support / Get mac vendor result as dci
January 18, 2021, 01:48:44 PM
Hello

What is the best way to get "https://api.macvendors.com/%{node_mac}" result as DCI value and apply that via template ?

Egert
#124
Announcements / Re: NetXMS 3.7 version 3.7.116
January 13, 2021, 12:30:15 PM
Can confirm, after update no more failed db queries.

Egert
#125
Announcements / Re: NetXMS 3.7 version 3.7.116
January 12, 2021, 04:23:41 PM
Hello

Is Nexus driver bug fix also included ?
https://www.netxms.org/forum/general-support/failed-db-query-count/

Egert
#126
General Support / Re: Failed DB Query count
January 08, 2021, 03:07:02 PM
Nexus devices are monitored yes.

#127
General Support / Re: Failed DB Query count
January 08, 2021, 11:13:18 AM
Version is 3.7.95 and database is PostgreSQL.

Egert
#128
General Support / Failed DB Query count
January 08, 2021, 10:29:58 AM
Hello

I was testing different DCi options for internal server monitoring, and i found parameter "Server.DB.Queries.Failed" that returns 2164256 failed querys, that surely cant be good number?
After that i checked event monitor and there are multiple entries about: 08.01.2021 10:25:33 NetXms Critical SYS_DB_QUERY_FAILED Database query failed (Query: INSERT INTO interface_vlan_list (iface_id,vlan_id) VALUES (?,?); Error: 23505 ERROR:  duplicate key value violates unique constraint "interface_vlan_list_pkey"
DETAIL:  Key (iface_id, vlan_id)=(104256, 1) already exists.)


How to fix that ?

Egert
#129
Announcements / Re: NetXMS 3.7 released
January 06, 2021, 09:58:59 AM
Hello

Is it my eye sight or did server console option dissapear with new version ? User has access server console enabled but no option to actualy select it.

Egert
#130
General Support / Custom node parent configuration
November 20, 2020, 01:17:32 PM
Hello

What would be the easiest solution to implement simple parent configuration? For example show node status as unknown when parent is down. It works with some devices but not all of them. For example Ubiquiti links and mikrotik devices wount show that, or if there is some managed switch thats not fully supported.

Egert
#131
Debugging is bit hard, the time it takes to run poll (about 5-10 sec) there will be 45000 lines generated. :D

Egert
#132
There are some snmp dcis aswell, they indeed show error when node down.

I ran poll->status: when node is not pinging, for some reason node is still "Up"

[19.11.2020 08:41:09] **** Poll request sent to server ****
[19.11.2020 08:41:09] Poll request accepted
[19.11.2020 08:41:09] Starting status poll for node TestNode
[19.11.2020 08:41:09] Checking SNMP agent connectivity
[19.11.2020 08:41:09] SNMP agent unreachable
[19.11.2020 08:41:09]    Starting status poll on access point TestNode
[19.11.2020 08:41:09]       Current access point status is NORMAL
[19.11.2020 08:41:09]       Access point status after poll is NORMAL
[19.11.2020 08:41:09]    Finished status poll on access point TestNode
[19.11.2020 08:41:09]    Starting status poll on interface lte1
[19.11.2020 08:41:09]       Current interface status is NORMAL
[19.11.2020 08:41:09]       Starting ICMP ping
[19.11.2020 08:41:09]       Interface is NORMAL for 3763 polls (1 poll required for status change)
[19.11.2020 08:41:09]       Interface status after poll is NORMAL
[19.11.2020 08:41:09]    Finished status poll on interface lte1
[19.11.2020 08:41:09]    Starting status poll on interface wlan1
[19.11.2020 08:41:09]       Current interface status is UNKNOWN
[19.11.2020 08:41:09]       Interface status cannot be determined
[19.11.2020 08:41:09]       Interface is UNKNOWN for 365 polls (1 poll required for status change)
[19.11.2020 08:41:09]       Interface status after poll is UNKNOWN
[19.11.2020 08:41:09]    Finished status poll on interface wlan1
[19.11.2020 08:41:09]    Starting status poll on interface ether1
[19.11.2020 08:41:09]       Current interface status is UNKNOWN
[19.11.2020 08:41:09]       Interface status cannot be determined
[19.11.2020 08:41:09]       Interface is UNKNOWN for 365 polls (1 poll required for status change)
[19.11.2020 08:41:09]       Interface status after poll is UNKNOWN
[19.11.2020 08:41:09]    Finished status poll on interface ether1
[19.11.2020 08:41:09]    Starting status poll on interface Bridge
[19.11.2020 08:41:09]       Current interface status is NORMAL
[19.11.2020 08:41:09]       Starting ICMP ping
[19.11.2020 08:41:09]       Interface is NORMAL for 3763 polls (1 poll required for status change)
[19.11.2020 08:41:09]       Interface status after poll is NORMAL
[19.11.2020 08:41:09]    Finished status poll on interface Bridge
[19.11.2020 08:41:10] Node is connected
[19.11.2020 08:41:10] Finished status poll for node TestNode
[19.11.2020 08:41:10] Node status after poll is NORMAL
[19.11.2020 08:41:10] **** Poll completed successfully ****
#133
Device is Mikrotik router, monitored by icmp and snmp. When device is down, some snmp dci-s remain "up" for example ICMP.PacketLoss and ICMP.ResponseTime.Last. They keep reporting last values. And that causes device never to be shown as down.
#134
Hello

How can i setup node monitoring so if ping fails node is shown as down, no matter what other dcis report ?

Egert
#135
General Support / Re: Custom object tool - filter
November 07, 2020, 01:08:49 PM
Thanks for the info.

Currently i am trying to make few different versions of Mikrotik Winbox tool. Main difference is what user is being used and what ip is used to connect.

I used to have custom attributes like username, password, winbox and externalip. That combined gave tools like winbox and winbox (external). But now i am moving to radius and i wanna use current logged in user name to connect, but for that i need to define new custom attribute like radius.