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

#136
Но этот запрос в базу нужно делать при остановленном сервере.
#137
Попробуйте, пожалуйста, на 5.2.7, там был один фикс на тему дискавери (https://track.radensolutions.com/issue/NX-2594)
#138
General Support / Re: Installing agent on Raspbian
November 10, 2025, 12:28:40 PM
Pls try to run the agent in the foreground mode:

nxagentd -D 6

In this mode it should put it's log right to the terminal. Pls share the output
#139
Pls try to put
DebugLevel = 6
into agent configuration file and collect logs for the moment when the package is being deployed.

There's now Package Deployment Job under Configuration.
#140
а это время в 5 минут - оно в свойствах экшна настроено?

какая точно версия NetXMS?

можете показать для такой ситуации event log, отфильтрованный по двум нодам - прокси и какая-нибудь одна нода, которая за этой прокси? По идее события автоматически должны кореллироваться на SYS_NODE_DOWN этой прокси, но возможно что-то поломано.
#141
Hi,

On which exactly version is this?
#142
General Support / Re: Devices not being added after scan
November 07, 2025, 04:24:15 PM
Pls show screenshots of
- Active discovery targets in Network Discovery
- Communication page from properties of the zone object (under Entire Network)
#143
Yes, just do a full snmp walk starting from .1  You can upload the output to here https://cloud.radensolutions.com/s/SHniBXHz5PJKpeR (file won't be visible on the web page once upload is complete, but it will be there). Drop us a message when it's uploaded.


Also please share relevant MIB files.
#144
можно запустить сервер на 6 уровне дебага, можно не через systemd, а просто из командной строки

netxmsd -D 6

он тогда будет лог в консоль писать.

Один из вариант почему так бывает - когда в системе очень много алармов, т.к. они все подгружаются при старте сервера. Это можно проверить и сейчас, не останавливая сервер, выполнив

sh st

в Tools->Server debug console
#145
В 5.2.7, которая сегодня должна выйти, добавили метрики System.Registry.*
#147
General Support / Re: "drill-down" option in Dashboards
November 05, 2025, 01:58:51 PM
Totally can be that editing this in some previous version caused the issue. So, let's treat it as working now.
#148
General Support / Re: Agent action encode
October 21, 2025, 05:16:11 PM
Something as simple as
Action=debug:echo "$1" >> /tmp/a.txt
works for me with these letters. But I did not try in Docker, can you check if this works there?

Can you show your ping.sh script?
#149
General Support / Re: Sending alarms to N8N?
October 20, 2025, 06:40:46 PM
Can you point me to n8n documentation on the api call you are trying to use
#150
I've checked your initial message, do not truly understand what is meant by "linked the agent to a container in a zone".
Agent should be specified in Zone's properties on Communications page. Zones are found under "Entire network" (Network perspective).
From agent's side it's configuration should have
EnableProxy = yes
EnableSNMPProxy = yes

If issue still persist, please grep the log for 2-3 specific IP addresses so that we have full process for each of them.