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

#2431
Repeat events for table thresholds not implemented yet.

Best regards,
Victor
#2432
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
#2433
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
#2434
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
#2435
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
#2436
DSN должен быть системным. При проверке DSN, используете пользователя sa и пароль?
#2437
Попробуйте приложеную версию драйвера.
#2438
Hi,

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

Best regards,
Victor
#2439
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
#2440
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
#2441
General Support / Re: Freezing
July 25, 2016, 10:08:52 AM
Hi,

what views you have open at time of freeze?

Best regards,
Victor
#2442
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
#2443
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
#2444
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
#2445
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