Recent posts

#1
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 
#2
General Support / Oracle Database Monitoring Iss...
Last post by deepb - Today at 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.
#3
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?
#4
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.
#5
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.
#6
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.
#7
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.
#8
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
#9
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
#10
General Support / Re: Standard NetXML modules ar...
Last post by lroytman - May 17, 2024, 09:46:12 PM
Thank you, Filipp, for your quick reply. After another turn of script corrections they seem to be working now.
It is unfortunate that documentation has not been updated. And compilation diagnostics has not been updated too. We wasted quite a few hours because of that. And, as compilation does not catch deprecated code, we cannot be sure we have not missed some places which can fail on execution.

Regards,

Leo