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

Messages - Victor Kirhenshtein

#2446
It will need changes in server code - currently template objects are not exposed to NXSL.

Best regards,
Victor
#2447
Вроде как все проблемы решены. Здесь https://cloud.netxms.org/index.php/s/tm76wuhivyp0WNY можно скачать пакет с патчами (ну и на тестовой системе 2.0.5 сейчас собран).
#2448
Скорее всего поменялись какие-то поля в протоколе и старая консоль не принимает список параметров как надо. Надо разбираться с кодом старой клиентской библиотеки.

С nxalarm - также скорее всего баг в коде. Если теряются все обновления, то проблема скорее всего связана с изменениями в протоколе, если только некоторые - баг в обработке серверных уведомлений. Если нужен именно speech API, то мы можем попробовать добавить такой функционал в Java консоль.
#2449
General Support / Re: DCI checks over SSH
August 04, 2016, 09:28:40 AM
Hi,

actually, SSH data collection will be introduced in 2.1-M1 (it is already implemented in development branch). Right now you can try to build agent with SSH support (you'll need libssh development package installed) and use SSH subagent. It provides single parameter called SSH.Command with the following arguments:

SSH.Command(host,login,password,command).

For example, to get load average from AIX machine:

SSH.Command(10.10.1.1,root,password,"uptime | cut -d : -f 4 | cut -d , -f 1")

And server version 2.1 will hide these details and allow you to create DCIs with SSH source and convert them into requests to appropriate agents.

Best regards,
Victor
#2450
Да, пожалуй доступ к системе единственный действенный способ.
#2451
Hi,

so there is another bug - node is not marked as changed when instance DCI is deleted and so changes not saved in database unless other changes were made. I'll fix that in next release. And workaround is to change something on the node to trigger save.

Best regards,
Victor
#2452
Repeat events for table thresholds not implemented yet.

Best regards,
Victor
#2453
Hi,

I'll try to test it in a next few days. Can you please try to delete base DCI, check that instance DCIs disappear in GUI, and check if they are in database (table "items"). You can select all DCIs for node with query


SELECT * FROM items WHERE node_id=?;


(replace ? with actual node ID). If they will be there, try to change something in node properties (rename it for example), and after some time check DB again.

Best regards,
Victor
#2454
General Support / Re: Windows event log processing
August 02, 2016, 10:39:45 PM
Hi,

error 15027 means "the message resource is present but the message is not found in the string/message table". So application logs message with code that is not present in message table. It looks like a bug in some application.

Best regards,
Victor
#2455
General Support / Re: Accessing Mapping Tables
August 02, 2016, 10:35:58 PM
Hi,

currently not. You can add feature request for that.

Best regards,
Victor
#2456
Hi,

server connects to agents (on port 4700 by default, but it can be changed). You can also have one agent on remote site working as a proxy for other agents - in that case you only need to open port 4700 to one machine on remote site from management server. Agent can also be used as proxy for SNMP, so you can monitor network devices via agent without direct SNMP requests from management server.

Best regards,
Victor
#2457
DSN должен быть системным. При проверке DSN, используете пользователя sa и пароль?
#2458
Попробуйте приложеную версию драйвера.
#2459
Hi,

can you please try with == OK and != OK?

Best regards,
Victor
#2460
General Support / Re: Situation Instance Backup
July 26, 2016, 09:09:17 AM
Hi,

situations are not persistent - this is actually a bug. We plan to simplify situation usage a bit in 2.1 and will fix persistence issue as well. The only workaround currently is to use node's custom attributes instead of situations - they are persistent.

Best regards,
Victor