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

#1456
Fixed in 2.2.11
#1457
Feature Requests / Re: Alarm Resolution View
December 21, 2018, 12:33:01 PM
We have outstanding feature request for that: https://track.radensolutions.com/issue/NX-1493. Plan to implement it soon.

Best regards,
Victor
#1458
Feature Requests / Re: PCH CreateDCI
December 21, 2018, 12:21:57 PM
I have added new source types including "winperf" to CreateDCI in version 2.2.11.

Best regards,
Victor
#1459
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
#1460
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
#1461
Hi,

it is definitely supported, we will check this.

Best regards,
Victor
#1462
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
#1463
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
#1464
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
#1465
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
#1466
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
#1467
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
#1468
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
#1469
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
#1470
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