Recent posts

#1
General Support / Re: Changes in Maps not gettin...
Last post by gillesvilleneuve - May 23, 2024, 11:15:04 AM
The problem also persists in 5.0.3 while it worked in 5.0.1. Now I can no longer find the save button and when I exit, the node icons remain at the top left and they are not saved in the assigned position

Am I doing something wrong? Can you help me?

I'll add more details.
The problem is present if I use: display objects as Small Labels, not present if i use display objects as Icons
#2
General Support / Re: Oracle Database Monitoring...
Last post by Alex Kirhenshtein - May 23, 2024, 10:03:27 AM
Prefix /usr/local usually indicates that you built it from source. Run configure with additional "—with-oracle=/path/to/cliebt/library" and rebuild. 
Same for netsvc, looks like you are missing libcurl 
#3
General Support / Oracle Database Monitoring Iss...
Last post by deepb - May 23, 2024, 09:15:10 AM
In version 4.5.0 Oracle subagent is not getting loaded. Agent config file is as below:

SubAgent = oracle.nsm
[ORACLE]
ID = DB1
Name = TEST
Username = dbuser
Password = "mypass123"

2024.05.23 11:25:27.629 *I* [db.drv            ] Database driver "sqlite.ddr" loaded and initialized successfully
2024.05.23 11:25:27.637 *I* [db.agent          ] Local database opened successfully
2024.05.23 11:25:27.637 *I* [startup            ] Agent ID is fe5c6553-04d2-4303-b702-f51d3befdbf2
2024.05.23 11:25:27.638 *I* [startup            ] Local host name is "RAC1.kmrcl.in"
2024.05.23 11:25:27.638 *I* [startup            ] Using system name "rac1"
2024.05.23 11:25:27.639 *I* [startup            ] Arbitrary command execution disabled
2024.05.23 11:25:28.642 *I* [linux              ] Unable to parse /proc/drbd, DRBD data collector will not start
2024.05.23 11:25:28.647 *I* [subagents          ] Subagent "Linux" (/usr/local/lib/netxms/linux.nsm) loaded successfully (version 4.5.0)
2024.05.23 11:25:28.647 *E* [subagents          ] Error loading subagent module "oracle.nsm" (/usr/local/lib/netxms/oracle.nsm: cannot open shared object file: No such file or directory)
2024.05.23 11:25:28.647 *E* [subagents          ] Error loading subagent module "netsvc.nsm" (/usr/local/lib/netxms/netsvc.nsm: cannot open shared object file: No such file or directory)

There's no oracle.ddr in /usr/local/lib/netxms/dbdrv/ ; only sqlite.ddr is there.
In /usr/local/lib/netxms netsvc.nsm is also missing.

Please help.
#4
Announcements / Re: Patch for new UI client ve...
Last post by mathewge - May 22, 2024, 03:11:34 AM
Thanks Victor. 4.5.7 has fixed the object tree update problem. Will there be a version for Legacy Client?
#5
General Support / Re: Standard NetXML modules ar...
Last post by Alex Kirhenshtein - May 21, 2024, 04:05:45 PM
Quote from: lroytman on May 17, 2024, 10:45:39 PMHi Victor,

Please, see here: https://netxms.org/documentation/nxsl-latest/#func-right
It says:  [color=rgba(0, 0, 0, 0.6)]This function is deprecated starting from version 5.0.[/color][color=rgba(0, 0, 0, 0.6)] Please use [/color]String::right()

Regards,

Leo

I've updated documentation to be more descriptive.
#6
General Support / Re: Legacy - macOS (Apple Sili...
Last post by Alex Kirhenshtein - May 20, 2024, 10:02:49 PM
Quote from: Maddog on May 20, 2024, 01:20:58 PMHi. Version 5.0.3 ( nxmc-5.0.3-aarch64.dmg ) is not available. Error 404 on download.
Thanks, fixed.
#7
General Support / Agent Pop up Window
Last post by gmonk63 - May 20, 2024, 09:57:26 PM
After installing the latest agent i am constantly getting this window popup after each boot. Sorry flr the poor quality.
#8
General Support / Re: Legacy - macOS (Apple Sili...
Last post by Maddog - May 20, 2024, 01:20:58 PM
Hi. Version 5.0.3 ( nxmc-5.0.3-aarch64.dmg ) is not available. Error 404 on download.
#9
General Support / Re: Standard NetXML modules ar...
Last post by lroytman - May 17, 2024, 10:45:39 PM
Hi Victor,

Please, see here: https://netxms.org/documentation/nxsl-latest/#func-right
It says:  [color=rgba(0, 0, 0, 0.6)]This function is deprecated starting from version 5.0.[/color][color=rgba(0, 0, 0, 0.6)] Please use [/color]String::right()

Regards,

Leo
#10
General Support / Re: Standard NetXML modules ar...
Last post by Victor Kirhenshtein - May 17, 2024, 10:31:08 PM
Hi,

is this:
String::right("Test", 2);
really in documentation somewhere? Or some text/example that suggests this is the correct way? Because it is incorrect and never was.
Module::function syntax is supported since 4.x, and some functions were indeed moved to system packages in version 5, but there never been module "String".

Best regards,
Victor