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

#511
General Support / Re: Client icons
March 07, 2024, 05:44:22 PM
It looks that there are problems with the dark theme in the framework that we are using: https://github.com/eclipse-platform/eclipse.platform.ui/issues/246

We will try to add some work-around, but this will take some time.
#512
А какие на системе версии пакетов libcurl и libcurl-devel?

#513
In my example event was generated by Event Log Parser on agent, by adding a Log Parser Policy. In case of Win Event Sync there's less information available.
#514
General Support / Re: NetXMS system requirements
March 07, 2024, 12:50:02 PM
Quote from: augusteDOUAMBA on March 06, 2024, 07:05:06 PMHello, I tried netxms on 500 node. It is a very powerful tool. Thank you and congratulations. I would like to deploy it on a wider scale. I don't have any planning tools on hand. Can the single server monitor 5000 nodes with 50000 dci?
If so, what should the characteristics of the server be?
Rough requirements are the same as mentioned above, 8-16GB RAM and 4 CPU cores, fast storage - ssd or nvme is recommended.
Attention should be paid to tuning of your database
#515
Many of notification channel drivers depend on libcurl (and email sending was reworked to use libcurl somewhere in 4.x). How do you install the server, do you compile it yourself?
#516
General Support / Re: Manage https port
March 07, 2024, 12:39:06 PM
You can make a DCI with one of the following metrics: https://www.netxms.org/documentation/adminguide/service-monitoring.html#network-service-monitoring-using-dci

The DCI should be on a node that has agent running, e.g. on your NetXMS server node. But there's a way to overcome this - you can have this DCI on the node that you are monitoring and in properties of that DCI you can select another node in "Source node override" field.
#517
In this case You'd need to create a Zone and set this worksation, which is on the same network as Synology NAS as proxy for that zone.
#518
Could be firewall issue, some limits on server that prevent process from accepting connections. It was some time ago, so I hope it's resolved. If not, what's the output of
netstat -lptun
on your server?
#519
General Support / Re: Agent Policies under templates
March 07, 2024, 12:24:42 PM
Policy will be applied only to nodes, to which the template is applied (but should work in any sequence - either template was applied first and then policy was added, or otherwise).

On Windows systems default location for configuration policy files is
C:\Windows\System32\config\systemprofile\AppData\Local\nxagentd\config_ap
so you can watch this folder to check if policy gets there. Agent restart is needed so it can catch up the new configuration.


Also, on a side node, there are two ways how to monitor Windows Event logs - one is Windows Event Sync, when logs are sent to NetXMS server and stored there (so it requires bandwidth and DB space. The other is Log File Parser Policy - you can specify Windows Event Logs there in file name field, e.g. *Security
#520
On your screenshot it's Event Monitor (which is updated in real-time). If you find this event in Event Log and double-click on it, you should have something like this:


#521
No, in Users and groups all access rights are related to global things - e.g. ability to edit server actions - this is not related to any specific node. But things related to nodes and other objects - ability to modify configuration, edit comments and edit maintenance journal are set in the object tree - this way you can limit users to access only some nodes which is typically needed.
#522
Right, looks like you are using Windows Event Log synchronization.

But how do details of NetXMS event "Win Event - Failed account log on" look in NetXMS event log?
#523
General Support / Re: Polling
February 16, 2024, 12:21:17 PM
"Disable usage of Modbus for all polls" sould be in Polling tab in properties of a node. But I thing there was some version of NetXMS where this checkbox was not present, so try upgrading to the latest.
#524
As I remember, this information might be present in parameters of that event. If you open Event Log in NetXMS, find such event there and double-click it, a window should open with event details. Please share it here
#525
Try connecting to agent port from your server with telnet:

telnet AGENT_IP 4700

it should establish connection.

The other thing to check is that your server IP is in agent configuration file in
MasterServers = IP_OF_YOUR_SERVER