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

#946
This was fixed today, fix will be included in next patch release.
#947
General Support / Re: Slow load time for NetXms
October 18, 2021, 02:56:11 PM
That's a great finding. The reason is that pollers can lock objects in some situations. Increasing the number of pollers reduces the chance that a locked objects would be encountered when nxmc is syncing objects.
#948
But all other functions - editing existing nodes, DCI properties are working?
On what OS the server is running, what database is used?

Are there any SQL errors in netxmsd log file?
#949
General Support / Re: Slow load time for NetXms
October 15, 2021, 05:25:55 PM
Was is faster of previous versions? What is the network throughput and ping time between nxmc machine and the server?
#950
MIB compiler is not aware of DISPLAY-HINT. Created an issue for this:  https://track.radensolutions.com/issue/NX-2148
#951
General Support / Re: How to Remove Map Whitespace?
October 15, 2021, 05:10:40 PM
Created a ticket for this - https://track.radensolutions.com/issue/NX-2147

Desktop client is currently being reworked, so it could be that the fix will be done in the new version only, which should be out in a couple of months.
#952
Predefined graphs in dashboards are not implemented yet, you can track the issue here: https://track.radensolutions.com/issue/NX-1648

As for RSS feed - you can include web page in dashboards, so you can use some software that is rendering rss feed into a web page.
#953
Hi!

can you show output of
curl -v https://xxxx.webhook.office.com/webhookb2/xxxxx

May be you will need to post the actual request prepared by netxms, in this case
curl -v -X POST https://xxxx.webhook.office.com/webhookb2/xxxxx
     -H "Content-Type: application/json"
     -d "{ "text":"NetXMS: [Normal] xxxxxx: Node up 28.Sep.2021 14:56:12\n\nNormal] xxxxxx: Node up" }"
#954
This should have been fixed today, will be available in next patch release.
#955
General Support / Re: Syslog TLS/SSL
October 15, 2021, 03:08:15 PM
TLS/SSL is planned to implement at some point, but it is quite complicated so it waits for developer resources. If someone would sponsor the development, it will be there faster. You can keep track of the issue here: https://track.radensolutions.com/issue/NX-1620

Also, if you can install netxms agent on the systems you monitor, it might be possible to configure syslog on loopback without encryption.
#956
There's also a plan to create a more convenient indicator of DCI status - you can follow the issue here: https://track.radensolutions.com/issue/NX-2056
#957
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.
#958
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
#959
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.

#960
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.