Quote from: hmjvaline on November 15, 2024, 03:38:56 PMso I think the settings of snmp.codepage may not be properly accessed when the service is restarted,
You are right, there is a bug. Will be fixed in next patch release.
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 MenuQuote from: hmjvaline on November 15, 2024, 03:38:56 PMso I think the settings of snmp.codepage may not be properly accessed when the service is restarted,
Quote from: hmjvaline on November 10, 2024, 01:59:29 PMNew NXMC already has mib file upload feature ,Just use built-in file manager to delete jar file and upload new version to definitions directory.
There is no need to pull the mib file from the server side
another The jar file used in the report server also needs to be added to the server.
If it can be uploaded directly to the server through nxmc on the client, it will become very convenient to maintain or update.![]()
![]()
![]()
Quote from: hmjvaline on November 06, 2024, 05:16:03 PMPlease send mail to [email protected] with basic information about your organisation, and I'll handle thatQuote from: Victor Kirhenshtein on November 06, 2024, 04:22:49 PMIf you represent educational or non-profit institution, feel free to contact us directly and I'm sure we can find a solution.I think I need your support, how should I contact you ?
Best regards,
Victor
as before I upgraded to 5.1.0 without thinking carefully, now I can't downgrade to 5.0.8 so that I can continue working with netxms, the worst I also lack a backup of the database and cannot see the complete steps for downgrading the database. How can I get myself back to the normal working state as quickly as possible?
Quote from: hmjvaline on November 06, 2024, 03:03:35 PMI am shock netxms 5.1 is limited to 250 nodesHi![]()
![]()
![]()
It reduced my enthusiasm for NetXMS and even gave up on it because it is no longer so open and free. Although I have never needed the company's institutionalized services, I feel discouraged by this new restriction.
Quote from: richard21 on November 06, 2024, 10:56:52 AMit looks like the link fore the Windows Server download isn't correct its currently https://netxms.com/download/releases/5.0/netxms-server-5.1.0-x64.exe which isn't working it looks like it should be https://netxms.com/download/releases/5.1/netxms-server-5.1.0-x64.exe which worksThank you for the report, fixed
$node->enableSsh(false);
$node->enableConfigurationPolling(false);
$node->enableRoutingTablePolling(false);
$node->enableTopologyPolling(false);
$node->enableDiscoveryPolling(false);
for (n : GetAllNodes()) {
n->enableSsh(false);
n->enableConfigurationPolling(false);
n->enableRoutingTablePolling(false);
n->enableTopologyPolling(false);
n->enableDiscoveryPolling(false);
}