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

#2461
There is an issue in bug tracker: https://dev.raden.solutions/issues/976. I'll try to implement it in 2.1 branch.

Best regards,
Victor
#2462
General Support / Re: Freezing
July 25, 2016, 10:08:52 AM
Hi,

what views you have open at time of freeze?

Best regards,
Victor
#2463
Hi,

were those DCIs instance discovery DCIs? If yes, 2.0.5 most likely will fix it - possible deletion of wrong DCIs when deleting instance discovery DCIs was one of the bugs fixed in instance discovery code.

Best regards,
Victor
#2464
Hi,

do you use instance discovery in those templates? If yes, try version 2.0.5 - there were fixes in instance discovery.

Best regards,
Victor
#2465
Hi,

from the screenshots and exported config everything seems to be correct. I cannot reproduce this myself - I don't have iLO 3 board to test your template on, but I create sample table with same transformation and threshold works just fine. What NetXMS version you are using? Also, please try to modify event by adding script call like this: "%[TableData]" and create script called TableData in script library as following:


table = GetDCIValue($node, $event->parameters[3]);
row = $event->parameters[4];
return table->get(row, table->getColumnIndex("Smart Status"));


and change to not like to trigger event. You should see actual value for the cell in place of %[TableData]. It will be possible to check if it is actually correct.

Best regards,
Victor
#2466
General Support / Re: ProxMox thin LVMS
July 25, 2016, 09:20:29 AM
Hi,

LVM monitoring extension for Linux agent is currently in development, and likely will be part of 2.1-M1 release. You can wait a bit and use NetXMS agent when this function will be available. Currently the only alternative is to create wrapper scripts for lvdisplay and use them as external parameters in agent.

Best regards,
Victor
#2467
Добрый день,

пришлите пожалуйста лог ручной отправки из терминала.
#2468
В аттаче драйвер с изменениями (для 64 бит Windows). В SMSDrvConfig надо будет поставить тип сообщения NTEXT, например:

COM1:,9600,8,N,1,NTEXT
#2469
Hi,

registered it as an issue (https://dev.raden.solutions/issues/1264), somebody will take a look.

Best regards,
Victor
#2470
Hi,

you should not modify anything in database directly while server is running. Server caches lot of information in memory and do not expect changes in database. They will be either ignored or even rewritten. You should use Java API or Python scripts (nxshell) to manipulate data in NetXMS programmatically.

Best regards,
Victor
#2471
Hi,

nxdbmgr can detect some logical errors in database (mostly inconsistent or missing data), but it does not check that every table can be read for example. What you have seems to be badly corrupted database files - this is beyond the scope of nxdbmgr checks.

Best regards,
Victor
#2472
Announcements / NetXMS 2.0.5 released
July 19, 2016, 09:18:57 AM
Hi all,

NetXMS version 2.0.5 is out. Changes since previous release:

- Data collection script can return null to indicate data collection error
- Added option to set type of each varbind in nxsnmpset
- Fixed memory leak in PostgreSQL database driver
- New attributes "source" and "sourceId" in NXSL class "Event"
- New method toJson() in NXSL class "Event
- LVM monitoring parameters on AIX
- Added option to get normalized server thread pool load average
- Fixed bug in self-monitoring termplates
- Management console
        - Fixed possible deadlock when executing server script
        - Fixed area charts on dashboards
        - "Interactive" option for line chart dashboard elements
- Fixed issues: #1018, #1039, #1239, #1250, #1255

Best regards,
Victor
#2473
Без патча не получится. Я сегодня/завтра соберу драйвер с изменением, можно будет попробовать.
#2474
General Support / Re: Invalid network mask
July 18, 2016, 12:47:34 PM
Hi,

seems that agent read network mask incorrectly. I'll check it.

Best regards,
Victor
#2475
Hi,

it is not possible to transfer collected data from one server to another. However, agent can work simultaneously with multiple servers - you just have to list them in agent's config file. It is possible to change agent configuration from NetXMS server if this server address listed in MasterServers parameter on agent. You can edit agent config from management console by right-clicking on the node and selecting "Edit agent configuration".

Best regards,
Victor