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

Topics - Focus

#1
General Support / Do nxapush values get prepared?
October 16, 2023, 03:59:24 PM
Hello

I have the following scenario:

An nxagent sends a value to the server via nxapush.exe.
A threshold is defined at the DCI, this threshold executes an NXSL script.

Now my question is whether an injection can take place here or whether the script runs a kind of "prepared statement"?
Or is there a function I need to include to protect the server from this?

I could not perform an injection myself, I may have made a mistake. Hence my question as to whether such a scenario was taken into account in the programming.
#2
Hi, I am currently trying to implement reporting on my NetXMS.

I have finally managed to create a suitable report template using JasperSoft Studio which works fine when generated in the software. But after creating a .jar package using Maven and deploying it in the "Definitions" folder, I get an error message that the subreport cannot be found.

The main.jrxml and subreport.jrxml are in the same folder.

The Subreport is referenced by:

<subreportExpression><![CDATA["Subreport.jasper"]]></subreportExpression>

What am I missing?
#3
General Support / Reporting Module not working 4.1.420
February 16, 2023, 02:52:09 PM
I've installed NetXMS-Server 4.1.420, WebGUI: nxmc-legacy-4.1.420 , WebServer: Jetty 9.4.45 all on the same Ubuntu 22.04 machine

After I installed the netxms-reporting (4.1.420) Module I get the attached error in the WebGUI when I open the Reports-Tab.

I'm using the default Port and Hostname 127.0.0.1:4710

Also I didn't see any option to change the listening Port for the netxms-reporting Modul.
Is this Modul only locally on the same machine usable?