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

#1441
General Support / Re: HTTP response data for DCI
December 10, 2018, 09:53:20 PM
Hi,

currently it is not possible without external scripts (for example, you can create script that will use curl to read data over HTTP and use it from agent as external parameter). I have registered feature request to allow this directly from agent (https://track.radensolutions.com/issue/NX-1525).

Best regards,
Victor
#1442
Hi,

please try to set debug level to 6 and check server log for lines with "SMTP" and "Sending mail" in it.

Best regards,
Victor
#1443
Hi,

it is definitely supported, we will check this.

Best regards,
Victor
#1444
Hi,

most likely PostgreSQL client library is missing, not in PATH, or incompatible. Try to run netxmsd.exe from command line and check for error messages.

Best regards,
Victor
#1445
General Support / Re: Server Configuration Wizard Window
December 04, 2018, 12:07:15 PM
Hi,

I'll check that (added a bug report as well: https://track.radensolutions.com/issue/NX-1524).

Best regards,
Victor
#1446
General Support / Re: Unmanage setting cleared
December 04, 2018, 12:04:02 PM
Could it be that somebody (user or script) issue "manage" on owning node? Manage and unmanage are recursive - if you change management status of a node it will change it on all interfaces as well.

Best regards,
Victor
#1447
General Support / Re: Question about backup
December 04, 2018, 12:02:07 PM
Hi,

if you need rule to work only for specific node it is easier to put that node into "Source" list and not attempt to filter it in the script.

Best regards,
Victor
#1448
HI,

we need much more detailed problem description to attempt to fix that. This query is one of the most common (save collected DCI data). What database you are using? How big is your database and this table? Could you provide execution plan for it? Is problem only with idata_122 table or with other idata_ tables as well? Do you have active reads from that table (it could be charts refreshed very often or some scripts reading collected data)?

Best regards,
Victor
#1449
This is because when summary table is built, DCI name is used for matching (and I suppose you have other dummy DCIs). You can use script DCI with unique name instead (it can be one library script that accepts parameters or multiple scripts).

Best regards,
Victor
#1450
Hi,

yes, server should use community strings listed in "SNMP Credentials" during discovery. Can you run server with debug level 5 for some time and check for lines with word SnmpCheckCommSettings?

Best regards,
Victor
#1451
General Support / Re: Performance Tab / Group Problem
November 21, 2018, 08:51:16 AM
Hi,

am I understand you correctly that you want to have separate chart for each incoming/outgoing pair, not to have all of them on one chart? Configuration seems to be correct assuming that instance discovery configured correctly. Could you export your template and attach it here?

Best regards,
Victor
#1452
General Support / Re: UTF8 in e-mail problem (2.2.10)
November 21, 2018, 08:46:59 AM
Hi,

do you have correct data in database?

Best regards,
Victor
#1453
Chassis пока не доделан. Идея именно в этом - чтобы можно было отобразить блейд шасси или дисковый массив с серверами.контроллерами внутри.
#1454
General Support / Re: Syslog Performance
November 15, 2018, 11:08:21 AM
Hi,

what NetXMS version you are using? How many syslog records you are receiving? I know there are quite big installations on PostgreSQL that are writing lot of syslog messages. You can try to increase server configuration parameter DBWriter.MaxRecordsPerTransaction - that can increase transaction size and speed up inserts.

Best regards,
Victor
#1455
General Support / Re: Compiling NetXMS
November 15, 2018, 11:05:27 AM
Hi,

it says that application cannot be found. Check plugins directory of exported application - do you have all org.netxms.* plugins here?

Best regards,
Victor