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

#2221
Hi,

it's already fixed in version 2.1-M1. This fix is also included into upcoming 2.0.8 patch release.

Best regards,
Victor
#2222
What version of NetXMS you are using? At some point there was a bug when IP address was inverted. Just in case, try to specify destination server address as 42.228.19.172.

Best regards,
Victor
#2223
Hi,

make sure that destination server listen on port 4702 and that port is reachable from source server (not blocked by firewall, etc.). "Connect failed" indicates that source server was unable to establish TCP connection.

Best regards,
Victor
#2224
Зависит от того, где находятся нужные данные. Можно вызвать скрипт через макро %[], и в скрипте считать необходимые данные например. Если что-то выставлено в custom attributes у ноды, то значение атрибута можно подставить через макро %{}.
#2225
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
#2226
General Support / Re: Unsigned Integer DCI and diff()
December 27, 2016, 05:20:47 PM
Fixed in version 2.1-M2.

Best regards,
Victor
#2227
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
#2228
Общие вопросы / Re: SNMP Enumeration
December 26, 2016, 12:25:30 AM
Ну результатом все равно является событие. Вот в шаблоне этого события и можно использовать скрипт через %[] для подстановки текста вместо цифрового значения.
#2229
Общие вопросы / Re: SNMP Enumeration
December 22, 2016, 04:43:04 PM
Можно сделать скрипт - либо трансформации, если это значение DCI, либо в библиотеке скриптов и вызывать через макрос %[] для подстановки в текст сообщения.
#2230
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
#2231
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
#2232
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
#2233
Also, could you please post complete agent config (from proxy node)? And what is server version?
#2234
Just in case - please check that server parameter TrapSourcesInAllZones is set to 0.

Best regards,
Victor
#2235
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