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

#1396
Hi,

LLDP chassis ID is important to match LLDP data from two peer switches. Can you show me remote table from one of peers of this switch?

Best regards,
Victor
#1397
Announcements / Hannover Messe 2019
April 01, 2019, 11:11:11 AM
We are participating in Hannover Messe 2019 exhibition, which will take place in Hannover, from 1st until 5th of April.
You can find us at stand H44 in Hall 4. Please join us there to check out our products, ask any questions regarding IT or industrial monitoring, or just for a random chat.
#1398
Параметры в тул передавать можно - определить поля ввода в закладке Input Fields и потом делать подстановку через макрос %(field_name).
#1399
Hi,

set server configuration parameter ImportConfigurationOnStartup to false. This is mechanism to automatically import new or updated templates from files on server startup. It was intended for first deployment and upgrades, but looks like it causes confusion quite often.

Best regards,
Victor
#1400
Можно сертификат передавать как параметр:


ExternalParameter = HTTPS.CertificateExpireDate(*): powershell.exe -file "\\Scripts\test.ps1" -cert "$1"


и в скрипте имя сертификата получать из переменной.

На стороне сервера будет что-то вроде

HTTPS.CertificateExpireDate(cert1)
#1401
Сейчас этот хук вызывается после создания объекта но перед добавлением его к ноде, поэтому список родительских объектов пустой. Я подумаю что здесь можно сделать.
#1402
Hi,

try to remove old libraries (libnetxms.*) from /usr/local/lib before running make.

Best regards,
Victor
#1403
Hi!

Please check server queues. You can do that from shell by running command

nxadm -c "show queues"

For MS SQL initialization - it definitely looks like a bug, we will check that.

Best regards,
Victor
#1404
Yes, you can execute any command including powershell. There are some examples on forum.

Best regards,
Victor
#1405
Update: we have found bug in alarm termination code, in upcoming release 2.2.14 this issue will be fixed.

Best regards,
Victor
#1406
Hi,

you can use Process.CPUTime to monitor CPU usage by specific process. Process.CPUTime returns cumulative counter in milliseconds of processor time spent by given process. You can use transformation as following to convert it to percentage:

1. Select delta calculation type "average delta per second".
2. Use the following transformation script:

return $1 / 10;

Best regards,
Victor
#1407
Hi,

in the autobind script you can access node's parents and check if any of them are MainServer or routers. There should be examples of enumerating parent objects on forum or wiki.

Best regards,
Victor
#1408
Hi,

Threshold table has reference to DCI table (items) via item_id column which in turn has reference to owning node (via node_id column).

Best regards,
Victor
#1409
General Support / Re: agent tunnel not connecting
March 20, 2019, 08:04:11 PM
From the server side it looks like agent did not provide certificate:

SetupTunnel(<public ip here>): Agent certificate not provided

Can you check that agent certificate actually exist on machine with agent? What operating system agent is running on? What versions you are using?

Best regards,
Victor
#1410
Hi!

Do you mean table DCI in NetXMS or SQL database table?

Best regards,
Victor