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
For expansion - I've registered a ticked to add expand/collapse buttons: https://track.radensolutions.com/issue/NX-2745

Grouping by software package looks cumbersome - e.g. some software packages tend to have version number in the name, e.g. jdk-17... and jdk-21..., could be desirable to join them somehow... So unless it's a sponsored development we don't have resources available to go into this.

But, to mention, software package information is accessible from NXSL, so it might be that for some usecases you can just script something.
#242
General Support / Re: "Dynamic" dashboard?
April 08, 2025, 10:36:06 PM
If I correctly understand your use case, Object Query can help: https://www.netxms.org/documentation/adminguide/visualisation.html#object-query

A bit later I can prepare some example that would pull DCI value from nodes.
#243
Try removing quotes around the question mark:

ConfigurableQuery = Database.Data:id1:Custom data:SELECT `name` FROM `test` WHERE `description` LIKE ?;
#244
It's ok, logs are good. The thing that it needs is WebView2 - https://developer.microsoft.com/en-us/microsoft-edge/webview2

What's changed from previous version is that in 5.2. we have what's new screen that opens on the start. And current code does not check properly if WebView2 is available - this will be fixed.
#245
Is this log from Windows Server 2016 system? Can you also show one from Windows 10?
#246
Client writes log in \.nxmc4\nxmc.log in user's home folder. Are there any errors in this file?
#247
Can you show screenshots of how the DCI is configured (just the General page of DCI properties) and where exactly the "Display Name" is empty?
#248
You can use Tools -> Find Object -> Query with the following to get all unmanaged nodes:
type == NODE and status == Status::UNMANAGED
 

 
#249
You can try to run agent with DebugLevel = 6 in it's config - actual query and detail of execution should be visible in the log. Pls share the log part related to execution of the query.
#250
General Support / Re: No SMTP Driver
April 04, 2025, 08:21:31 PM
Nice to hear that
#251
General Support / Re: No SMTP Driver
April 04, 2025, 06:12:00 PM
Problems with compilation are probably because libcurl library is now used for a few things, smtp in particular. But it's better just to use packages.

You can install netxms packages right on the same system, just remove systemd unit or whatever way the old server and agent were started by.

nxagentd.conf will be in /etc, currently it's probably the same
server files, images are under /var/lib/netxms/, if compilation was with default prefix, then currently it's same location
and the database, with which new binaries will work same way and the old ones


Export-import is also possible, this will export all the configuration, without logs and collected data:
nxdbmgr -s -Z all -e hardware_inventory -e software_inventory export backup.sql

And to import on the new system:
nxdbmgr import backup.sql

And you'll need to copy conf file and folders I've mentioned above. 
#252
General Support / Re: No SMTP Driver
April 04, 2025, 04:31:16 PM
Any reason why you compile it yourself? We have packages for Ubuntu.
#253
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
#254
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.
#255
General Support / Re: How do UI Access Rules work?
April 03, 2025, 07:29:08 PM