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

#316
General Support / Re: No SMTP Driver
April 04, 2025, 09:43:10 AM
What's exactly happened? Is the driver gone from the list? What is it's status and error message in the list?

To debug what's happening with the driver you can increase debug level: In Tools->Server Debug Console issue
debug ncd.* 7
this will enable debug for notification channel drivers. Then try to send a message and check server log
#317
General Support / Re: aruba driver
April 03, 2025, 07:37:55 PM
You can try setting custom attribute snmp.driver to value ARUBA-SW on the node.

Chances are that current Aruba driver does not support your devices. Pls update on the results.
#318
General Support / Re: How do UI Access Rules work?
April 03, 2025, 07:29:08 PM
#319
Да, возможен, из LDAP можно синхронизировать как юзеров, так и группы, просто LDAP.SearchFilter нужен такой, чтоб возвращал и то и то.
В NetXMS группы могут быть членами групп, так что это как раз правильный подход - есть локальные группы в NetXMS на которые расставляются права доступа и в эти группы добавляются LDAPные группы.
#320
Hi,

The reasons for this are not clear for now. Can you show screenshots of Interfaces tab and VLANs table from Ports tab (you can PM this to me if needed)
#321
Just set Server.ImportConfigurationOnStartup in Configuration->Server Configuration to Never. 
#322
Yes, racks now have scaling limit so that units don't become too small. Looks like this is not ideal for dashboard use, I've created a ticket to improve that: https://track.radensolutions.com/issue/NX-2738
#323
General Support / Re: Mikrotik SFP Signal Monitoring
March 28, 2025, 06:13:34 PM
It's more a question for Mikrotik forum. Or you can also try to ask in our NetXMS support Telegram channel - may be there's someone with relevant experience.
I'd do full walk from .1 to look through all the oids. Another option could be to use ssh monitoring, if this value can be requested from Mikrotik's command line.
#324
That's a bug, fix will be in v. 5.2 which should be out quite soon
#325
General Support / Re: NetXMS not support /31
March 25, 2025, 12:21:49 PM
You can try deleting 105.10.10.0/30 subnet object. Then run configuration poll on the device - subnet should be recreated again. 
#326


In overall it's not recommended to increase Agent.CommandTimeout too much (like > then 5 seconds) because in situations when agents are slow to respond server will spend too much time waiting. 
If your query takes too long, you can use External metric provider - in this case command is executed in the backgound and agent caches values. https://netxms.org/documentation/adminguide/agent-management.html#externalmetricprovider
#327
This means that something is configured incorrectly in the DCI. 
Is Origin set correctly? Anything in transformation script?
#328
What if you try to read value of that metric using nxget?
#329
General Support / Re: NetXMS not support /31
March 25, 2025, 08:33:00 AM
You should paste it into the "Source". Then click "Execute" button on the toolbar (or F9 key on the keyboard) and it should produce some output in "Output".
#330
Процесс запуска через gdb такой:

убедиться, что в системе установлен пакет netxms-dbg

gdb /usr/bin/netxmsd

run -D

Дождаться креша процесса, потом дать команды:
bt
kill
quit