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

Messages - Filipp Sudanov

#1321
Hi!

If I understand correctly what you a trying to achieve, instance discoverу should help. Have a look at attached screenshots. The idea is that NetXMS during instance discovery poll reals all indexes and values under .1.3.6.1.2.1.31.1.1.1.15 and creates DCIs using these indexes. It's possible to filter by OID or value.

Or you can create NXSL script that will communicate to the device via SNMP and query what you need and use that script as a method for instance discovery.
#1322
General Support / Re: Not all Interfaces are appearing
October 19, 2020, 04:32:47 PM
But if you open Data Collection Configuration for that switch, are these DCIs there?

Creae Interface DCI functionality is quite old. It's better to use a template with instance discovery that would get interface list somehow and create DCIs automatically.
#1323
General Support / Re: SQL query failed mariadb.
October 16, 2020, 03:20:49 PM
NetXMS expects that database is created with UTF-8 charset, which should happend by default in current version of mariadb. I've just tried on my Debian 10, database got created with utf8mb4.

Try creating the database like this:
CREATE DATABASE mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

If you have some data in you database, you can try migrating it to the newly created DB with nxdbmgr.
#1324
Пока что у разработчиков не было времени на это посмотреть.

Пришлите на всякий случай snmpwalk с этого устройста:
snmpwalk -v 2c -c public DEVICE_IP .1
#1325
А можете дать прямую ссылку на mib файл(ы) которые вы устанавливаете?
#1326
General Support / Re: Problem with "Input fields"
October 12, 2020, 03:15:55 PM
Actually it's a bit different - script params are now separated by space in this place (might change to brackets in the future at some point) and it's %(), not $(). So the syntax would be:

TestScript "%(Field1)" "%(Field2)"
#1327
Localization of these texts in not currently implemented (commercial customer who requested this functionality did not need localization) and there is no exact schedule when it could be implemented.
#1328
What is msra?
#1329
The other options is to use MySQL client library that is shipped with MySQL server - supports the new authentication option. For this, add these folders to C:\Program Files\MySQL\MySQL Server 8.0\lib`
C:\Program Files\MySQL\MySQL Server 8.0\bin and uncheck MySQL client library in NetXMS installer.
#1330
General Support / Re: DCI value use
October 06, 2020, 12:21:50 PM
You can use %[script_name] macro that is calling NXSL script and returns the output of the script. The script should be in script library. The script should get the value of the DCI.
#1331
Покажите, плс, по этому DCI историю (в виде таблицы) и как он сконфигурирован.
#1332
So when router generates this error the connection does not happen and data is not collected?
#1333
General Support / Re: Web console installation
October 03, 2020, 02:52:38 AM
It tries several ways, as per documentation, to get server address and takes localhost as last resort. Normally none of these is set. Could be that something changed after you launched the web api on that server.
#1334
General Support / Re: Web console installation
October 02, 2020, 07:06:08 PM
Seems that you do have a DNS records NETXMS_SERVER or it's in your hosts file. Web console uses it as one of the options for situations when web console in installed on another machine. See here:
https://www.netxms.org/documentation/adminguide/installation.html?highlight=netxms_server#installing-web-interface-on-remote-system
#1335
General Support / Re: Web console installation
October 02, 2020, 04:06:31 PM
Just in case, show nxmc log file:
/var/lib/tomcat9/work/Catalina/localhost/nxmc/eclipse/workspace/.metadata

Try deleting tomcat workspace:
stop tomcat process
delete /var/lib/tomcat9/work folder
start tomcat again