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

#2266
Just one comment: code block


if (found_process == true) {
  return true; // process has been found
} else {
  return false; // process has not been found
}


could be replaced with simple


return found_process;


Best regards,
Victor
#2267
General Support / Re: Unsigned Integer DCI and diff()
December 27, 2016, 05:20:47 PM
Fixed in version 2.1-M2.

Best regards,
Victor
#2268
Hi,

yes, default auth method changed from PAP (the only one supported before) to CHAP. You can change it back by setting server configuration parameter RADIUSAuthMethod to value PAP.

Best regards,
Victor
#2269
Общие вопросы / Re: SNMP Enumeration
December 26, 2016, 12:25:30 AM
Ну результатом все равно является событие. Вот в шаблоне этого события и можно использовать скрипт через %[] для подстановки текста вместо цифрового значения.
#2270
Общие вопросы / Re: SNMP Enumeration
December 22, 2016, 04:43:04 PM
Можно сделать скрипт - либо трансформации, если это значение DCI, либо в библиотеке скриптов и вызывать через макрос %[] для подстановки в текст сообщения.
#2271
Another note on having external IP address from router set as primary address for proxy node - you can try to set option "This is address of remote management node" in communications options for proxy node. That way server will not consider primary IP part of proxy node.

Best regards,
Victor
#2272
This option intended for direct receiving of syslog messages and SNMP traps from nodes in other zones. When it is on, server ignores zone ID provided by proxy and do match only based on source IP address. This option can only be turned on if you have unique IP addresses of trap/syslog senders across all zones. For non-unique addresses you have to use zone proxies.

Best regards,
Victor
#2273
General Support / Re: Last Values
December 21, 2016, 10:57:57 PM
Hi,

currently the only way is to use transformation script to filter out impossible values (usually they happen when counter is reset). We plan to improve this in one of next releases.

Best regards,
Victor
#2274
Also, could you please post complete agent config (from proxy node)? And what is server version?
#2275
Just in case - please check that server parameter TrapSourcesInAllZones is set to 0.

Best regards,
Victor
#2276
General Support / Re: Question around push DCI
December 19, 2016, 11:13:05 PM
Hi,

"Force poll" for push DCI is meaningless, but it definitely should not change state to "not supported". I've registered it as a bug (https://dev.raden.solutions/issues/1366).

Best regards,
Victor
#2277
Hi,

proxy node should be part of the zone. Working setup should looks like following:

Nodes A and B are in site zone;
Site's public IP translated to node B;
Node B set as zone's proxy;
ZoneId in nxagentd.conf on node B set to ID of site's zone;
Primary IP for node A set to internal IP address reachable from node B.

Best regards,
Victor
#2278
General Support / Re: Syslog Monitor - Filter
December 19, 2016, 11:05:30 PM
Hi,

currently it is not possible. Feel free to fill feature request, it should not be hard to implement.

Best regards,
Victor
#2279
General Support / Re: no new network creation
December 19, 2016, 11:04:21 PM
Hi,

if node is first in a subnet and does not have SNMP or agent, server expected to create new /24 subnet (it can be changed by setting parameter DefaultSubnetMaskIPv4). It is definitely a bug, but so far I was unable to reproduce it. I'll experiment a bit more with it.

Best regards,
Victor
#2280
General Support / Re: no new network creation
December 16, 2016, 10:20:32 PM
Hi,

could you please provide log for such node for entire configuration poll as well as output from manual configuration poll in console?

Best regards,
Victor