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

#241
Ok, then an alarm should have been generated. I'd check the alarm log for the node, maybe the alarm was terminated after its creation.
#242
Ok, so SYS_NODE_DOWN event is happening. In Configuration -> Event Processing Policy there should be a default rule named "Show alarm when node is down" that should create alarm when such event happens. Is this rule present and enabled?
#243
Ok, next thing to check - it you have a look at Event Log for a node that went from online to offline, what events are there?
#244
Hi,

Can you please share the textual output of status poll for the node when your camera is online and offline
#245
General Support / Re: Client startup fails
May 08, 2025, 05:18:41 PM
Which client you are trying to use, legacy or the new one?
#246
Чтоб мониторить подсеть нам нужно проверять связь до каких-то конкретных нод, в ней находящихся. Можно пользоваться агентской метрикой NetworkService.Status (для нее нужен субагент netsvc). Например, если на нодах есть ssh, то:

NetworkService.Status(tcp://10.10.1.2:22)


Еще вариант - включить на агенте режим прокси, создать ноды для девайсов из этой подсети и следить за статусом этих нод. Можно наскриптовать какую-нибудь проверку, что если все ноды из конкретного контейнера ушли в даун, то тогда создавать аларм.
#247
Мы пытаемся получать мак адрес в таких ситуациях, но возможно это работает только если мы опрашиваем соседнее устройство. Девайсы у этой сети подключены через управляемы свич? Он опрашивается?
#248
This list was not updated for some time. NetXMS does not use any features specific to certain version of MariaDB, so you can just use the latest version of it.
#249
I've modified the script above, pls try again
#250
Looks that some text was accidentally pasted in the middle of the script. I've fixed the source in the above message.
#251
Чтоб проверить, что нода находится под конкретным контейнером (непосредственно, или может быть еще через несколько других контейнеров)
container = FindObject(2); // Infrastructure Services
println($node.isParent(container));
println($node.isDirectParent(container));
#252
General Support / Re: $node.ipAddr is unspec
April 30, 2025, 11:33:16 PM
Can you show full script that does writing to file?
#253
General Support / Re: $node.ipAddr is unspec
April 28, 2025, 12:26:52 PM
Yes, thanks for the info. In that script we have $node variable which contains object of DiscoveredNode class, please see here:
https://netxms.org/documentation/nxsl-latest/#class-discoverednode

We will improve the UI in a future version so that discovery filter script is editable right from Network Discovery page with hint on available variables in that editor.
#254
General Support / Re: $node.ipAddr is unspec
April 25, 2025, 09:29:09 AM
From which place do you run your script?
#255
General Support / Re: $node.ipAddr is unspec
April 23, 2025, 10:37:50 AM
What is the name of the hook script that you are using?