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

#3526
Announcements / Re: NetXMS 1.2.15 released
August 04, 2014, 11:22:52 AM
Hi!

Seems that you have some object (with ID 492)being deleted for which corresponding idata table does not exist. As a workaround try to create table with that name and any structure so server can delete it and proceed.

Best regards,
Victor
#3527
Сделал такую возможность для instance discovery DCI - теперь производные DCI объединяются на основе значения instance если в "attach to" был указан базовый DCI.
#3528
Не совсем понятно с чем объединять графики. Если после instance discovery создаются 10 DCI скажем, то для каждого делать график и к нему добавлять DCI в котором выбран instance discovery DCI как attach to?
#3529
Hi,

there are different ways to implement this. One could be to create DCI with origin "Internal" and parameter name "Dummy" (it will just generate 0 at given intervals), give it meaningful description like "Memory usage", and in transformation script read necessary SNMP values and do the computation. Transformation script cold look like following:


snmp = CreateSNMPTransport($node);
total = SNMPGetValue(snmp, ".1.3.6.1.4.1.2021.4.3");
avail = SNMPGetValue(snmp, ".1.3.6.1.4.1.2021.4.6");
cached = SNMPGetValue(snmp, ".1.3.6.1.4.1.2021.4.15");
return (avail + cached) / total;


Then you can add threshold "more then 0.9" or any other as usual.

Best regards,
Victor
#3530
Announcements / Re: NetXMS 1.2.15 released
August 02, 2014, 10:50:07 AM
Hi!

Quote from: flynao on August 01, 2014, 08:47:54 PM
Am I supposed to update all the agents I've running with previous versions (1.2.8 and 1.2.14) in order to upload a file from the netxms server (1.2.15)? and wait until the new realese (inclundin the missing file manager subagent).

Remote upgrade and file upload are supported by older agents also. For fully functional file manager you need agent 1.2.15 or higher and filemgr subagent (which will be included in 1.2.16).

Quote from: flynao on August 01, 2014, 08:47:54 PM
I've having a really hard time trying to install remotly software using the package manager on server 1.2.15, could it be a new bug?. NPI file are ok and sometime the server could achieve the task but mostly it fails.

Can you please provide more details? What errors you got, on what platforms, etc.

Best regards,
Victor
#3531
Announcements / Re: NetXMS 1.2.15 released
August 01, 2014, 01:19:52 PM
Quote from: lindeamon on July 31, 2014, 12:03:51 PM
how soon will you do it ? i want to download a full working version without extra files.

I plan to release 1.2.16 with all hotfixes today or tomorrow.

Best regards,
Victor
#3532
Announcements / Re: NetXMS 1.2.15 released
August 01, 2014, 10:33:29 AM
Yes, it's a bug. Updated version will be available later today.

Best regards,
Victor
#3533
По логу не видно что сервер вообще подключается. Попробуйте с командной строки послать СМС прямо на агент:

nxaction ip_address SMS.Send phone text
#3534
Попробуйте поставить уровень дебага повыше в агенте (скажем 6), тогда будет видно в логе что проишодит при отправке СМС на стороне агента.
#3535
General Support / Re: nxdbmgr dumps core files
July 31, 2014, 12:55:12 AM
Hi,

normally it is not necessary. You only need to specify schema if it is not default one for database user.

I've found the bug causing crash. Next release will handle DBSchema parameter correctly.

Best regards,
Victor
#3536
Announcements / Re: NetXMS 1.2.15 released
July 31, 2014, 12:50:13 AM
and for Windows x86
#3537
Announcements / Re: NetXMS 1.2.15 released
July 31, 2014, 12:49:38 AM
Hi,

I forgot to include filemgr.nsm into binary package. I'll repack agent installer soon. For now filemgr.nsm for Windows x64 attached.

Best regards,
Victor
#3538
Hi!

Not directly from console. However you can find image file on server and then edit and re-upload it. All image files stored in <prefix>\var\images on Windows or <prefix>/share/netxms/images on UNIX. File names are GUIDs and no extension.

Best regards,
Victor
#3539
General Support / Re: nxdbmgr dumps core files
July 30, 2014, 12:11:40 PM
Hi!

Can you please provide your netxmsd.conf? It looks like nxdbmgr crashes on configuration file parsing.

Best regards,
Victor
#3540
Похоже что во все бинарные пакеты модуль интеграции забыли включить. Если собирать из исходников, то Jira модуль собирается если есть libcurl. Вам для какой платформы нужен модуль?