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 - Filipp Sudanov

#46
Общие вопросы / Re: Wireless controller
December 23, 2025, 03:15:17 PM
C контроллерами поддерживаются Cisco, Symbol WS, Aruba, Avaya, но нужно смотреть подробности, может не все модели или еще что-то.

Ubiquity, Cambium, Mikrokik - отдельностоящие девайсы, не контроллеры. Они показыватся как ноды с объектами радиоинтерфейсов.

Ruckus - была попытка читать данные с контроллера по mqtt, поддержки snmp нет.

HFCL - были эксперименты по чтению кажется через web api, поддержки snmp нет.

В целом мы, насколько ресурсы разработки позволяют, заинтересованы в поддержки разных контроллеров. Если есть возможность на месяц-другой дать доступ к системе с контроллером и парочкой физичаских AP, то можно пробовать.
#47
Hi,

Can you clarify a bit - are you using an object tool, or something else? Is it so that firewall on your webserver machine wants outgoing connections to be from port 443?
#48
I've checked (but on 5.2.8) - token survived server restart. You can check if your token appears in auth_tokens DB table.
#49
General Support / Re: grafana/infinity/summary-table
December 19, 2025, 03:32:57 PM
Currently not possible, i've created a ticket here: https://track.radensolutions.com/issue/NX-2887
#50
First thing to check is how NetXMS Core Windows service is doing. NetXMS Core is the server process to which management client connects. Does it appear as "running" in Windows services?
If it's not, you can check it's log, it's typically in C:\NetXMS\log\netxmsd.log (you can check location in C:\NetXMS\etc\netxmsd.conf server configuration file). Log should give some insight in what's happening, may be it's waiting for the database or something.
#51
Да, спасибо, ждут пока разработчик посмотрит
#52
Общие вопросы / Re: Smart параметры
December 16, 2025, 11:00:44 AM
Бинарник Smartmontools у агента есть в комплекте.
А агент какой версии?
#53
Общие вопросы / Re: Smart параметры
December 11, 2025, 04:50:17 PM
#54
Вот скрипт который собирает информацию о тредах netxmsd: https://github.com/netxms/netxms/blob/master/tools/capture_netxmsd_threads.sh

В системе должны стоять пакеты netxms-dbg и gdb.

Скрипт нужно запустить 3 раза и интервалом в 20-30 секунд. Он сделает файлики в /tmp, пришлите их, можно в личном сообщении.
#55
General Support / Re: Email alerts
December 02, 2025, 06:20:06 PM
SMTP is configured in notification channels (https://netxms.org/documentation/adminguide/event-processing.html#notification-channels). If you right-click a notification channel in the list, there's "Send notification" menu item.

NetXMS YouTube channel has a few introductory videos, you may find these useful:

https://www.youtube.com/watch?v=J7rqkxJ3m50

https://www.youtube.com/watch?v=pz1cb5k-xtg
#56
Сервер на Windows или Линуксе?
#57
Here's the relevant part in agent log:

2025.11.24 15:34:51.846 *D* [comm               ] Incoming connection from 10.220.59.1
2025.11.24 15:34:51.846 *D* [comm               ] Connection from 10.220.59.1 rejected

Ah, looks like
MasterServers= 127.0.0.1/32, 10.220.59.1:4700, 10.220.59.8
in agent config is wrong, there should be no port number in it:
MasterServers= 127.0.0.1/32, 10.220.59.1, 10.220.59.8
#58
General Support / Re: Port View is Blank
November 24, 2025, 09:28:11 PM
Hi,

the ticket was a bit lost in the development queue. Do you still have these devices, as we'd need some additional information from them.
#59
Add
DebugLevel = 6
in agent's config and restart the agent. They try running configuration poll for that node. Agent's log should have information from which IP it is getting the connection - it's probably some address that you don't have in MasterServers line.

The other option is to configure tunnel connection - this requires some effort to create certificates for the server, but then connection will be established from agent to the server (https://netxms.org/documentation/adminguide/server-management.html#server-configuration-for-agent-to-server-connection-tunnel-connection)