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

#211
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.
#212
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?
#213
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?
#214
Hi,

Can you please share the textual output of status poll for the node when your camera is online and offline
#215
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?
#216
Чтоб мониторить подсеть нам нужно проверять связь до каких-то конкретных нод, в ней находящихся. Можно пользоваться агентской метрикой NetworkService.Status (для нее нужен субагент netsvc). Например, если на нодах есть ssh, то:

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


Еще вариант - включить на агенте режим прокси, создать ноды для девайсов из этой подсети и следить за статусом этих нод. Можно наскриптовать какую-нибудь проверку, что если все ноды из конкретного контейнера ушли в даун, то тогда создавать аларм.
#217
Мы пытаемся получать мак адрес в таких ситуациях, но возможно это работает только если мы опрашиваем соседнее устройство. Девайсы у этой сети подключены через управляемы свич? Он опрашивается?
#218
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.
#219
I've modified the script above, pls try again
#220
Looks that some text was accidentally pasted in the middle of the script. I've fixed the source in the above message.
#221
Чтоб проверить, что нода находится под конкретным контейнером (непосредственно, или может быть еще через несколько других контейнеров)
container = FindObject(2); // Infrastructure Services
println($node.isParent(container));
println($node.isDirectParent(container));
#222
General Support / Re: $node.ipAddr is unspec
April 30, 2025, 11:33:16 PM
Can you show full script that does writing to file?
#223
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.
#224
General Support / Re: $node.ipAddr is unspec
April 25, 2025, 09:29:09 AM
From which place do you run your script?
#225
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?