Recent posts

#1
General / Re: Portuguese - BR Translatio...
Last post by Victor Kirhenshtein - Today at 05:19:29 PM
Portuguese-Brazil translation file is src/client/nxmc/java/src/main/resources/po/pt_BR.po. Link to current version in repository: https://github.com/netxms/netxms/blob/84ef97d41905f3dc2cdf39a8b5c52d234b3fe1c0/src/client/nxmc/java/src/main/resources/po/pt_BR.po
You can either edit it and send us updated version, or create a pull request with updated texts.

Thank you!

Best regards,
Victor
#2
General Support / AI skills invocation issues an...
Last post by justrest - Today at 05:13:16 PM
I have two questions to ask:
A previous issue (https://www.netxms.org/forum/general-support/help-h3c-port-security-policy-causes-the-switch-to-fail-to-learn-the-interface/msg32436/#msg32436) seems to have reappeared in the latest version. When a port security policy is configured on a switch interface, the MAC address status on the switch shows as secure instead of learned, and NetXMS appears to ignore MAC addresses in the secure state.
The AI model cannot execute tool calls, as shown in the screenshot. My configuration in netxmsd.conf is as follows:
plaintext
Module=aitools

[AI/Provider/qwen3]
Type = openai
URL = http://IP/v1/chat/completions
Model = qwen3.6-35b-a3b
Token = xxx
ContextSize = 32000
Timeout = 900
Slots = default

[AI]
DefaultProvider = qwen3
Looking forward to your reply. Thank you very much!
#3
General Support / Re: netxms-websvc-6.0.3.war do...
Last post by Filipp Sudanov - April 29, 2026, 06:47:53 PM
Looks to be a bug, I've created a ticket for this
https://github.com/netxms/netxms/issues/3219
#4
General Support / Re: Using SSH Login and Passwo...
Last post by Filipp Sudanov - April 29, 2026, 02:21:41 PM
There are now special custom attributes:

ssh.login
ssh.password
ssh.port

so e.g. %{ssh.port} macro should work
#5
Announcements / Join the NetXMS Talks webinar ...
Last post by Tatjana Dubrovica - April 29, 2026, 12:14:44 PM
Join the NetXMS Talks webinar TODAY, April 29, at 15:00 Riga time (EEST; UTC+03:00).

We'll walk you through how to set up OTLP metric support and talk at length about the usability improvements. Things like moving columns in table and tree view; creating new event templates directly from event selector; search in SNMP MIB explorer; easy view rearrangement in pin areas — and much, much more. Simply join here: https://events.teams.microsoft.com/event/36b18d1a-bedc-41f2-a88b-9dd42a95bdfd@c9cf5896-fa72-44b6-8d57-8742ad2b4e6e
#6
General Support / Re: netxms-websvc-6.0.3.war do...
Last post by samuelet - April 29, 2026, 10:15:29 AM
Quote from: Filipp Sudanov on March 09, 2026, 05:48:55 PMCurrently there are a bit different requirements for web api and web UI. Web UI requires ee10, web-api - ee8.

If you are using both, then you'd need two versions of Tomcat.

Or you can use Jetty - the you can put .in file into webapps folder, e.g.
netxms-webscv-6.0.4.1.war.ini

with the following contents:

environment=ee8

I'm using jetty12 and webapi don't work.
The ee8 environment is correctly loaded, it starts and reply correctly at the root namespace:
{"description":"NetXMS web service API version 6.1.1","version":"6.1.1","build":"6.1-452-gc20a8a4247"}
but calling an api throws "java.lang.NoClassDefFoundError: jakarta/servlet/ServletContext" .
I suppose the problem is the native jetty-servlet-api-4.0.9 lib or something like that.
This is the output of my list-config.


Enabled Modules:
----------------
  0) resources                ${jetty.base}/start.ini
  1) logging/slf4j            transitive provider of logging/slf4j for logging-jetty
                              dynamic dependency of logging-jetty
  2) logging-jetty            transitive provider of logging for threadpool
                              transitive provider of logging for bytebufferpool
                              transitive provider of logging for scheduler
                              transitive provider of logging for console-capture
  3) bytebufferpool            transitive provider of bytebufferpool for server
  4) ext                      ${jetty.base}/start.ini
  5) http-config              transitive provider of http-config for server
  6) scheduler                transitive provider of scheduler for server
  7) threadpool                transitive provider of threadpool for server
  8) server                    transitive provider of server for http
                              transitive provider of server for deployment-scanner
                              transitive provider of server for sessions
                              transitive provider of server for ee10-security
                              transitive provider of server for ee10-servlet
                              transitive provider of server for ee10-quickstart
                              transitive provider of server for requestlog
                              transitive provider of server for jndi
                              transitive provider of server for websocket-core-server
                              transitive provider of server for ee8-plus
                              transitive provider of server for ee10-plus
                              transitive provider of server for plus
                              transitive provider of server for annotations
                              transitive provider of server for security
                              transitive provider of server for ee8-servlet
                              transitive provider of server for ee8-security
                              transitive provider of server for deployer-standard
  9) annotations              transitive provider of annotations for ee8-annotations
                              transitive provider of annotations for ee10-annotations
 10) gzip-compression          transitive provider of gzip-compression for client
 11) client                    transitive provider of client for websocket-core-client
 12) console-capture          ${jetty.base}/start.ini
 13) deployer-standard        transitive provider of deployer for deployment-scanner
 14) deployment-scanner        transitive provider of deployment-scanner for ee10-deploy
                              transitive provider of deployment-scanner for ee8-deploy
 15) sessions                  transitive provider of sessions for ee10-servlet
                              transitive provider of sessions for ee8-servlet
 16) ee10-servlet              transitive provider of ee10-servlet for ee10-apache-jsp
                              transitive provider of ee10-servlet for ee10-webapp
                              transitive provider of ee10-servlet for ee10-security
                              transitive provider of ee10-servlet for ee10-jsp
 17) security                  transitive provider of security for ee10-security
                              transitive provider of security for ee8-security
 18) ee10-security            transitive provider of ee10-security for ee10-webapp
                              transitive provider of ee10-security for ee10-plus
 19) ee-webapp                transitive provider of ee-webapp for ee10-webapp
                              transitive provider of ee-webapp for ee8-webapp
 20) ee10-webapp              transitive provider of ee10-webapp for ee10-quickstart
                              transitive provider of ee10-webapp for ee10-plus
                              transitive provider of ee10-webapp for ee10-deploy
 21) jndi                      transitive provider of jndi for ee8-plus
                              transitive provider of jndi for ee10-plus
 22) plus                      transitive provider of plus for ee8-annotations
                              transitive provider of plus for ee8-plus
                              transitive provider of plus for ee10-plus
 23) ee10-plus                transitive provider of ee10-plus for ee10-quickstart
                              transitive provider of ee10-plus for ee10-annotations
 24) ee10-annotations          transitive provider of ee10-annotations for ee10-jsp
                              transitive provider of ee10-annotations for ee10-websocket-jakarta
                              transitive provider of ee10-annotations for ee10-apache-jsp
                              transitive provider of ee10-annotations for ee10-quickstart
 25) ee10-apache-jsp          transitive provider of ee10-apache-jsp for ee10-glassfish-jstl
                              transitive provider of ee10-apache-jsp for ee10-jsp
 26) ee10-deploy              ${jetty.base}/start.ini
 27) ee10-glassfish-jstl      transitive provider of ee10-glassfish-jstl for ee10-jstl
 28) ee10-jsp                  ${jetty.base}/start.ini
 29) ee10-jstl                ${jetty.base}/start.ini
 30) ee10-quickstart          ${jetty.base}/start.ini
 31) websocket-core-client    transitive provider of websocket-core-client for ee10-websocket-jakarta
                              transitive provider of websocket-core-client for ee8-websocket-javax
 32) websocket-core-server    transitive provider of websocket-core-server for ee8-websocket-javax
                              transitive provider of websocket-core-server for ee10-websocket-jakarta
 33) ee10-websocket-jakarta    ${jetty.base}/start.ini
 34) ee8-servlet              transitive provider of ee8-servlet for ee8-webapp
                              transitive provider of ee8-servlet for ee8-security
 35) ee8-security              transitive provider of ee8-security for ee8-plus
                              transitive provider of ee8-security for ee8-webapp
 36) ee8-webapp                transitive provider of ee8-webapp for ee8-plus
                              transitive provider of ee8-webapp for ee8-deploy
 37) ee8-plus                  transitive provider of ee8-plus for ee8-annotations
 38) ee8-annotations          transitive provider of ee8-annotations for ee8-websocket-javax
 39) ee8-deploy                ${jetty.base}/start.ini
 40) ee8-ext                  ${jetty.base}/start.ini
 41) ee8-websocket-javax      ${jetty.base}/start.ini
 42) http                      ${jetty.base}/start.ini
 43) requestlog                ${jetty.base}/start.ini

JVM Version & Properties:
-------------------------
 java.home = /usr/lib/jvm/jdk-17
 java.vm.vendor = Oracle Corporation
 java.vm.version = 17.0.7+8-LTS-224
 java.vm.name = Java HotSpot(TM) 64-Bit Server VM
 java.vm.info = mixed mode, sharing
 java.runtime.name = Java(TM) SE Runtime Environment
 java.runtime.version = 17.0.7+8-LTS-224
 java.io.tmpdir = /tmp
 user.dir = /opt/jetty12
 user.language = en
 user.country = US

Jetty Version & Properties:
---------------------------
 jetty.version = 12.1.8
 jetty.tag.version = jetty-12.1.8
 jetty.build = c9cdc9aaa434a3665b8a53b4d1cc3684992da649
 jetty.home = /opt/jetty12
 jetty.base = /opt/jetty12

Config Search Order:
--------------------
 <command-line>
 ${jetty.base} -> /opt/jetty12
 ${jetty.home} -> /opt/jetty12

System Properties:
------------------
 (no system properties specified)

Properties: Jetty
-----------------
 asm.version = 9.9.1
 java.version = 17.0.7
 java.version.platform = 17
 jetty.base = /opt/jetty12
 jetty.base.uri = file:///opt/jetty12
 jetty.home = /opt/jetty12
 jetty.home.uri = file:///opt/jetty12
 jetty.requestlog.dir = logs
 jetty.webapp.addHiddenClasses = org.eclipse.jetty.logging.,${jetty.home.uri}/lib/logging/,org.slf4j.
 runtime.feature.alpn = true
 slf4j.version = 2.0.17

Classpath: Jetty
----------------
Version Information on 26 entries in the classpath.
Note: order presented here is how they would appear on the classpath.
      changes to the --module=name command line options will be reflected here.
 0:                  2.0.17 | ${jetty.base}/lib/logging/slf4j-api-2.0.17.jar | https://opensource.org/license/mit
 1:                  12.1.8 | ${jetty.base}/lib/logging/jetty-slf4j-impl-12.1.8.jar | EPL-2.0 OR Apache-2.0
 2:                  12.1.8 | ${jetty.base}/lib/jetty-http-12.1.8.jar | EPL-2.0 OR Apache-2.0
 3:                  12.1.8 | ${jetty.base}/lib/jetty-util-12.1.8.jar | EPL-2.0 OR Apache-2.0
 4:                  12.1.8 | ${jetty.base}/lib/jetty-server-12.1.8.jar | EPL-2.0 OR Apache-2.0
 5:                  12.1.8 | ${jetty.base}/lib/jetty-xml-12.1.8.jar | EPL-2.0 OR Apache-2.0
 6:                  12.1.8 | ${jetty.base}/lib/jetty-io-12.1.8.jar | EPL-2.0 OR Apache-2.0
 7:                  12.1.8 | ${jetty.base}/lib/jetty-annotations-12.1.8.jar | EPL-2.0 OR Apache-2.0
 8:                    9.9.1 | ${jetty.base}/lib/annotations/asm-9.9.1.jar | BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt
 9:                    9.9.1 | ${jetty.base}/lib/annotations/asm-analysis-9.9.1.jar | BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt
10:                    9.9.1 | ${jetty.base}/lib/annotations/asm-commons-9.9.1.jar | BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt
11:                    9.9.1 | ${jetty.base}/lib/annotations/asm-tree-9.9.1.jar | BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt
12:                  12.1.8 | ${jetty.base}/lib/compression/jetty-compression-common-12.1.8.jar | EPL-2.0 OR Apache-2.0
13:                  12.1.8 | ${jetty.base}/lib/compression/jetty-compression-gzip-12.1.8.jar | EPL-2.0 OR Apache-2.0
14:                  12.1.8 | ${jetty.base}/lib/jetty-alpn-client-12.1.8.jar | EPL-2.0 OR Apache-2.0
15:                  12.1.8 | ${jetty.base}/lib/jetty-alpn-java-client-12.1.8.jar | EPL-2.0 OR Apache-2.0
16:                  12.1.8 | ${jetty.base}/lib/jetty-client-12.1.8.jar | EPL-2.0 OR Apache-2.0
17:                  12.1.8 | ${jetty.base}/lib/jetty-deploy-12.1.8.jar | EPL-2.0 OR Apache-2.0
18:                  12.1.8 | ${jetty.base}/lib/jetty-session-12.1.8.jar | EPL-2.0 OR Apache-2.0
19:                  12.1.8 | ${jetty.base}/lib/jetty-security-12.1.8.jar | EPL-2.0 OR Apache-2.0
20:                  12.1.8 | ${jetty.base}/lib/jetty-ee-webapp-12.1.8.jar | EPL-2.0 OR Apache-2.0
21:                  12.1.8 | ${jetty.base}/lib/jetty-jndi-12.1.8.jar | EPL-2.0 OR Apache-2.0
22:                  12.1.8 | ${jetty.base}/lib/jetty-plus-12.1.8.jar | EPL-2.0 OR Apache-2.0
23:                  12.1.8 | ${jetty.base}/lib/jetty-websocket-core-common-12.1.8.jar | EPL-2.0 OR Apache-2.0
24:                  12.1.8 | ${jetty.base}/lib/jetty-websocket-core-client-12.1.8.jar | EPL-2.0 OR Apache-2.0
25:                  12.1.8 | ${jetty.base}/lib/jetty-websocket-core-server-12.1.8.jar | EPL-2.0 OR Apache-2.0

Active XMLs: Jetty
------------------
 ${jetty.base}/etc/jetty-bytebufferpool.xml
 ${jetty.base}/etc/jetty-http-config.xml
 ${jetty.base}/etc/jetty-scheduler.xml
 ${jetty.base}/etc/jetty-threadpool.xml
 ${jetty.base}/etc/jetty.xml
 ${jetty.base}/etc/console-capture.xml
 ${jetty.base}/etc/jetty-deployer-standard.xml
 ${jetty.base}/etc/jetty-deployment-scanner.xml
 ${jetty.base}/etc/sessions/id-manager.xml
 ${jetty.base}/etc/jetty-ee-webapp.xml
 ${jetty.base}/etc/jetty-http.xml
 ${jetty.base}/etc/jetty-requestlog.xml

Properties: ee10
----------------
 http.timeout = 30000
 jetty.port = 8080
 jetty.threadPool.idleTimeout = 60000
 jetty.threadPool.maxThreads = 200
 jetty.threadPool.minThreads = 10

Classpath: ee10
---------------
Version Information on 26 entries in the classpath.
Note: order presented here is how they would appear on the classpath.
      changes to the --module=name command line options will be reflected here.
 0:                    6.0.0 | ${jetty.base}/lib/jakarta.servlet-api-6.0.0.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
 1:                  12.1.8 | ${jetty.base}/lib/jetty-ee10-servlet-12.1.8.jar | EPL-2.0 OR Apache-2.0
 2:                  12.1.8 | ${jetty.base}/lib/jetty-ee10-webapp-12.1.8.jar | EPL-2.0 OR Apache-2.0
 3:                  12.1.8 | ${jetty.base}/lib/jetty-ee10-plus-12.1.8.jar | EPL-2.0 OR Apache-2.0
 4:                    2.0.1 | ${jetty.base}/lib/jakarta.transaction-api-2.0.1.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
 5:                    2.1.0 | ${jetty.base}/lib/jakarta.interceptor-api-2.1.0.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
 6:                    4.0.1 | ${jetty.base}/lib/jakarta.enterprise.cdi-api-4.0.1.jar | https://www.apache.org/licenses/LICENSE-2.0
 7:                      2.0 | ${jetty.base}/lib/jakarta.inject-api-2.0.1.jar | http://www.apache.org/licenses/LICENSE-2.0.txt
 8:                    4.0.1 | ${jetty.base}/lib/jakarta.enterprise.lang-model-4.0.1.jar | https://repository.jboss.org/licenses/apache-2.0.txt
 9:                  12.1.8 | ${jetty.base}/lib/jetty-ee10-annotations-12.1.8.jar | EPL-2.0 OR Apache-2.0
10:                    2.1.1 | ${jetty.base}/lib/ee10-annotations/jakarta.annotation-api-2.1.1.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
11:                    5.0.1 | ${jetty.base}/lib/ee10-apache-jsp/jakarta.el-api-5.0.1.jar | https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt, https://www.gnu.org/software/classpath/license.html
12:                    3.1.1 | ${jetty.base}/lib/ee10-apache-jsp/jakarta.servlet.jsp-api-3.1.1.jar | https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt, https://www.gnu.org/software/classpath/license.html
13:    3.45.0.v20260224-0835 | ${jetty.base}/lib/ee10-apache-jsp/ecj-3.45.0.jar
14:                  10.1.48 | ${jetty.base}/lib/ee10-apache-jsp/mortbay-apache-el-10.1.48.jar | http://www.apache.org/licenses/LICENSE-2.0
15:                  10.1.48 | ${jetty.base}/lib/ee10-apache-jsp/mortbay-apache-jsp-10.1.48.jar | http://www.apache.org/licenses/LICENSE-2.0
16:                  12.1.8 | ${jetty.base}/lib/jetty-ee10-apache-jsp-12.1.8.jar | EPL-2.0 OR Apache-2.0
17:                    3.0.0 | ${jetty.base}/lib/ee10-glassfish-jstl/jakarta.servlet.jsp.jstl.jakarta.servlet.jsp.jstl-api-3.0.0.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
18:                    3.0.1 | ${jetty.base}/lib/ee10-glassfish-jstl/org.glassfish.web.jakarta.servlet.jsp.jstl-3.0.1.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
19:                  12.1.8 | ${jetty.base}/lib/jetty-ee10-quickstart-12.1.8.jar | EPL-2.0 OR Apache-2.0
20:                  12.1.8 | ${jetty.base}/lib/ee10-websocket/jetty-ee10-websocket-servlet-12.1.8.jar | EPL-2.0 OR Apache-2.0
21:                    2.1.1 | ${jetty.base}/lib/ee10-websocket/jakarta.websocket-client-api-2.1.1.jar | https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt, https://www.gnu.org/software/classpath/license.html
22:                    2.1.1 | ${jetty.base}/lib/ee10-websocket/jakarta.websocket-api-2.1.1.jar | https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt, https://www.gnu.org/software/classpath/license.html
23:                  12.1.8 | ${jetty.base}/lib/ee10-websocket/jetty-ee10-websocket-jakarta-client-12.1.8.jar | EPL-2.0 OR Apache-2.0
24:                  12.1.8 | ${jetty.base}/lib/ee10-websocket/jetty-ee10-websocket-jakarta-common-12.1.8.jar | EPL-2.0 OR Apache-2.0
25:                  12.1.8 | ${jetty.base}/lib/ee10-websocket/jetty-ee10-websocket-jakarta-server-12.1.8.jar | EPL-2.0 OR Apache-2.0

Active XMLs: ee10
-----------------
 ${jetty.base}/etc/jetty-ee10-webapp.xml
 ${jetty.base}/etc/jetty-ee10-deploy.xml
 ${jetty.base}/etc/jetty-ee10-quickstart.xml

Properties: ee8
---------------
 ee8.jakarta.annotation.api.version = @jakarta.annotation.api.version@

Classpath: ee8
--------------
Version Information on 15 entries in the classpath.
Note: order presented here is how they would appear on the classpath.
      changes to the --module=name command line options will be reflected here.
 0:                    4.0.9 | ${jetty.base}/lib/jetty-servlet-api-4.0.9.jar | http://www.apache.org/licenses/LICENSE-2.0, https://www.eclipse.org/legal/epl-2.0/
 1:                  12.1.8 | ${jetty.base}/lib/jetty-ee8-nested-12.1.8.jar | EPL-2.0 OR Apache-2.0
 2:                  12.1.8 | ${jetty.base}/lib/jetty-ee8-servlet-12.1.8.jar | EPL-2.0 OR Apache-2.0
 3:                  12.1.8 | ${jetty.base}/lib/jetty-ee8-security-12.1.8.jar | EPL-2.0 OR Apache-2.0
 4:                  12.1.8 | ${jetty.base}/lib/jetty-ee8-webapp-12.1.8.jar | EPL-2.0 OR Apache-2.0
 5:                  12.1.8 | ${jetty.base}/lib/jetty-ee8-plus-12.1.8.jar | EPL-2.0 OR Apache-2.0
 6:                    1.3.3 | ${jetty.base}/lib/jakarta.transaction-api-1.3.3.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
 7:                  12.1.8 | ${jetty.base}/lib/jetty-ee8-annotations-12.1.8.jar | EPL-2.0 OR Apache-2.0
 8:                    1.3.5 | ${jetty.base}/lib/ee8-annotations/jakarta.annotation-api-1.3.5.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
 9:                    4.0.3 | ${jetty.base}/lib/ee8/ext/jakarta.servlet-api-4.0.3.jar | http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html
10:                  12.1.8 | ${jetty.base}/lib/ee8-websocket/jetty-ee8-websocket-servlet-12.1.8.jar | EPL-2.0 OR Apache-2.0
11:                    1.1.2 | ${jetty.base}/lib/ee8-websocket/jetty-javax-websocket-api-1.1.2.jar | http://www.apache.org/licenses/LICENSE-2.0, http://www.eclipse.org/org/documents/epl-v10.php
12:                  12.1.8 | ${jetty.base}/lib/ee8-websocket/jetty-ee8-websocket-javax-client-12.1.8.jar | EPL-2.0 OR Apache-2.0
13:                  12.1.8 | ${jetty.base}/lib/ee8-websocket/jetty-ee8-websocket-javax-common-12.1.8.jar | EPL-2.0 OR Apache-2.0
14:                  12.1.8 | ${jetty.base}/lib/ee8-websocket/jetty-ee8-websocket-javax-server-12.1.8.jar | EPL-2.0 OR Apache-2.0

Active XMLs: ee8
----------------
 ${jetty.base}/etc/jetty-ee8-webapp.xml
 ${jetty.base}/etc/jetty-ee8-deploy.xml


#7
General Support / Re: Using SSH Login and Passwo...
Last post by Alwin - April 28, 2026, 03:27:24 PM
Hi Victor,

has this feature been implemented yet? Or is there another way to save a password and pass it along?
Unfortunately, I can't find anything on that. Thanks for your help.
#8
Правой кнопкой по ноде, которая прокси, Change zone... и там выбрать зону.

Текущую зону ноды видно на закладке Overview в разделе Communications. 
#9
В приложении тестовый отчет (он есть на гитхабе: https://github.com/netxms/sample-report, там есть чуток инфы в readme). На Линуксе его надо положить в директорию /var/lib/netxms/nxreportd/definitions, репортинг сервер его должен подцепить - это проявится тем что там должна появится директория users-1.0.0.

В настройках сервера адрес репортинг сервера нужно написать именно в IPv4 виде - 127.0.0.1, потому что localhost может раскрывать в IPv6, а репортинг его не умел.

Если не хочет работать, покажите лог репортинга
journalctl -u netxms-reporting.service
#10
Доброго дня.
Как сейчас работает создание отчетов? В мануале упоминается Jaspersoft, как и по форуму встречается описание как эти отчеты создавать. Я сформировал jar, включил в настройках сервера отчеты, но сервер не опознает подсунутый файл - во вкладке отчетов все так и остается пустым. Превью из макета Jaspersoft при этом с базы инфу нормально собирает
В какую сторону смотреть? -_-

NetXMS Server Version 6.1.0 Build 6.1-421-gc4223f97d4
NXCP: 5.62.1.55 (AES-256, 3DES, AES-128)
Built with: g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0