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

#1201
В свойствах DCI на закладке Other Options есть чекбокс Use this DCI for node status calculation.
DCI про этом должно принимать такие значения 0 -Normal, 1 -Warning, 2 -Minor, 3 -Major, 4 -Critical. Это может быть или скриптовый DCI, или SNMP DCI, у которого получаемое значение преобразуется в transformation script.
Значение этого DCI будует учитываться наравне с алармами при расчете статуса ноды. Ну то есть, например, если если DCI возвращает 1 и алармов на ноде нет, то статус ноды будет Warning. А если одновременно есть аларм со статусом Major, то и статус ноды будет Major, потому что по умолчанию используется most critical алгортм рассчета.


Ну и всего этого можно добиться, посто сделав на этом SNMP DCI threshold last value == 2 и создавать событие с severity warning. Тогда будет создаваться аларм, который также будет менять статус ноды.
#1202
General Support / Re: Web console nxmc-3.5.90.war
October 26, 2020, 02:09:05 PM
What is exact version of your netxms server, did you install it from packages or compile?
#1203
General Support / Re: Network Discovery Configuration
October 26, 2020, 02:07:50 PM
If you just need to add one IP address, you can just create new node in object tree under Infrastructure services.
If it's something else, please share a screenshot of what you are trying to configures.
#1205
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.
#1206
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.
#1207
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.
#1208
Пока что у разработчиков не было времени на это посмотреть.

Пришлите на всякий случай snmpwalk с этого устройста:
snmpwalk -v 2c -c public DEVICE_IP .1
#1209
А можете дать прямую ссылку на mib файл(ы) которые вы устанавливаете?
#1210
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)"
#1211
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.
#1212
What is msra?
#1213
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.
#1214
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.
#1215
Покажите, плс, по этому DCI историю (в виде таблицы) и как он сконфигурирован.