News:

We really need your input in this questionnaire

Main Menu
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

#901
Please take dump file for netxmsd.exe process. It's in windows task manager -> details. You can share a link to it in a private message.
#902
General Support / Re: Windows event log syncronization
October 15, 2021, 12:00:36 AM
For windows event log synchonization adding parameters to created events is not yet implemented, there's an issue on that https://track.radensolutions.com/issue/NX-2066

You can use log file monitoring which can also read windows event logs, there event parameters should be populated: https://www.netxms.org/documentation/adminguide/log-monitoring.html
#903
DCObject looks to be a data collection item. You can try finding it in the database in items table and setting status to 1 (disabled).
More information on the database structure is here: https://www.netxms.org/documentation/datadictionary-3.0/

Please inform, if this helps.

#904
The closest could be Gauge of type Text - there is color mode "Active threshold color". This was broken some time ago, fixed recently and should work in next release of nxmc.
#905
Do you use web client or desktop client? What's the resolution and dpi of the screen, is it some hi-dpi screen?
#906
General Support / Re: Find MAC Address
October 14, 2021, 11:19:04 PM
Could be done in Tools->Find Object, e.g.
macAddr != NULL and macAddr like "*A1:12"

You can save predefined queries for there, they will be accessible in Configuration -> Object queries. It's possible to add input field there so that when you run the query, it opens dialog where user can enter search string. But a few more clicks to access this then Tools -> Find mac address.
#907
General Support / Re: How does business services work?
October 14, 2021, 11:01:54 PM
Something working could be in about a month or so. Business services are being implemented in new desktop client and it could be that not all functionality will be migrated there after that month. But it will be possible to use clients side by side - new for business services and old for the rest of functionality.
#908
nxdbmgr should be able to copy logs and collected data. The commands are like this:

"nxdbmgr -S -L audit -L event -L snmptrap -L syslog -L winevent migrate netxmsd.old.conf" - this will copy over all remaining logs

"nxdbmgr -D migrate netxmsd.old.conf" - this will copy historical data for all DCIs
#909
General Support / Re: How to Remove Map Whitespace?
October 01, 2021, 02:22:26 PM
Normally it should zoom to fit without blank spaces. On what OS do you run nxmc? What is font scaling in display properties / some hidpi mode there?
#910
Does it crash right after start, or it runs for some time and then crashes?

You can try setting DebugLevel = 7 in configuration file to see, if last log entries before crash are same for several crashes.

I just tried installing .280 on Windows and it's running so far.
#911
General Support / Re: How does business services work?
September 27, 2021, 04:50:03 PM
Business service part is currently being rewritten. It will take some time, as it's intended to work in the new UI version that is also work in progress.
#912
Is netxms agent running under SYSTEM or some custom user?

From which agent version are you upgrading? The server is .280 and you are upgrading agent to .280?
#913
General Support / Re: Installed software version as dci
September 27, 2021, 04:44:09 PM
If you mean versions available in Software Inventory, this information is available in System.InstalledProducts agent's table. So you can use a script DCI or a Internal "Dummy DCI" and transformation script. In the script $node->readAgentTable("System.InstalledProducts") would return the table.
#914
Announcements / Re: NetXMS 3.9 version 3.9.280
September 27, 2021, 04:34:31 PM
Check which version of Java is used by the Tomcat. Support for java 8 was dropped, currently minimal supported version is 11.
#915
Android client was not updated for quite a long time, so some things may not work. Rewrite of android app is planned to start soon, so hopefully there will be a new version in the beginning of 2022.