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

#2416
General Support / Re: Unstable XMPP
August 16, 2016, 04:13:45 PM
Hi,

please increase debug level to 6 and check server log for messages with XMPP prefix - maybe there will be some hints.

Best regards,
Victor
#2417
What is in the netxmsd log when you try to connect after OS restart?

Best regards,
Victor
#2418
Hi,

seems to be a bug. Most likely you have agent cache on, and server do not send reconfiguration command when you change DCI on another node. I'll fix that.

Best regards,
Victor
#2419
Hi,

currently it's not possible. Actually table thresholds need major rework, I'll try to do at least some improvements in 2.1.

Best regards,
Victor
#2420
Hi,

you are using undefined variable "transport" here:


adm = SNMPGet(transport, ".1.3.6.1.2.1.2.2.1.7." . $1);


Best regards,
Victor
#2421
General Support / Re: IP camera without SNMP
August 16, 2016, 03:55:35 PM
Hi,

please show output of configuration and status poll for camera node.

Best regards,
Victor
#2422
General Support / Re: Monitor an HP Tape Library/SNMP
August 16, 2016, 03:53:38 PM
Hi,

seems that configuration still mismatch. Double check community on device and in node properties in NetXMS. Also make sure that NetXMS server IP address is listed as allowed in device SNMP configuration.

Best regards,
Victor
#2423
General Support / Re: Configure Netxms to use Gmail
August 16, 2016, 03:51:43 PM
Hi,

this is not an error, just message dump with system event configuration being transmitted to client. If you have SMTP issues, you should look for lines with word SMTP.

Best regards,
Victor
#2424
Hi,

your initial configuration is correct, seems to be a bug in a server. What version you are using?

As for alarms auto-resolve, you should set alarm key when create alarm, and use "resolve alarm" or "terminate alarm" action when processing recovery event with matching key. You can use default rules for node down/node up as an example.

Best regards,
Victor
#2425
It will need changes in server code - currently template objects are not exposed to NXSL.

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

С nxalarm - также скорее всего баг в коде. Если теряются все обновления, то проблема скорее всего связана с изменениями в протоколе, если только некоторые - баг в обработке серверных уведомлений. Если нужен именно speech API, то мы можем попробовать добавить такой функционал в Java консоль.
#2428
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
#2429
Да, пожалуй доступ к системе единственный действенный способ.
#2430
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