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

#16
Replicated that, forwarded to developers
#17
Fix should be in 6.1, it's expected in the coming days.
#18
That's a new feature to display gaps on charts if data interval is several times longer then collection interval. It went out a bit buggy in 6.0, some fixes should be in 6.0.4, which exactly version of GUI do you have?
#19
yes, because newer agent updated schema of agent database and we don't have automation for agent downgrade with that. Just delete nxagentd.db file, it will be recreated on agent start.
#20
You can add this to agent config for additional debug:

EnableSSLTrace = yes
DebugTags = ssl:8
DebugTags = tunnel:8

Does roll-back to 5.2.8 help (agent protocol is backward and forward compatible, so you can use older agent with newer server).
#21
General Support / Re: ssh does not work
March 10, 2026, 04:08:19 PM
For SSH - please show how your object tool is currently configured.

For MikroTik - is it showing SNMP = Yes? What driver it currently uses (this is also visible in Overview tab).

There's currently no support for CAPsMAN
#22
Currently there are a bit different requirements for web api and web UI. Web UI requires ee10, web-api - ee8.

If you are using both, then you'd need two versions of Tomcat.

Or you can use Jetty - the you can put .in file into webapps folder, e.g.
netxms-webscv-6.0.4.1.war.ini

with the following contents:

environment=ee8
#23
Replicates for me, created ticket: https://github.com/netxms/netxms/issues/3137
You may keep 5.x agent on your systems for now, agent can be older then the server.
#24
General Support / Re: Node User Sessions tab error
March 09, 2026, 04:16:12 PM
Hi,

On Linux agent is reading /var/run/utmp file to get current session table. Could be some access right issue, depending on the user under which you run the agent. What flavor of Linux is that?
#25
Ок, спасибо. Покажите, плс, первую страницу настроек этого DCI.
#26
Проверьте в 6.0.3 клиенте, он сегодня вышел
#28
General Support / Re: Tool OID Filter
February 25, 2026, 07:20:10 PM
It uses GLOB matching, so supports * and ? wildcards. What NetXMS version you are using, is it web or desktop UI?
#29
Configuration poll не происходит при раскрытии ноды - он происходит по своему расписанию, по умолчанию раз в час. Здесь больше похоже на какую-то проблему клиента из-за того, что интерфейсов слишком много, вероятно он на самом деле их не стирает.

Проверьте, плс вот таким скриптом с любого другого объекта:

n = FindObject("ISW001"); // или по ID ноды: FindObject(12345);
println(n.name);
println(n.interfaces.size);

скрипт напечатает имя ноды и количество интерфейсов под ней. Затем попробоваться удалить интерфейсы и еще раз запустить скрипт.
#30
А, кстати, в какой момент происходит добавление интерфейсов? Нет такого, что после рестарта этого коммутатора?