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

#2251
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
#2252
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
#2253
Also, could you please post complete agent config (from proxy node)? And what is server version?
#2254
Just in case - please check that server parameter TrapSourcesInAllZones is set to 0.

Best regards,
Victor
#2255
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
#2256
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
#2257
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
#2258
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
#2259
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
#2260
Hi,

that probably means that you don't have startup script for netxmsd or it is not registered for auto start. You should consult manuals for your OS/distribution on how to enable autostart. IN NetXMS source code ynder contrib/startup you can find startup scripts for various platforms.

Best regards,
Victor
#2261
General Support / Re: "Maintenance" mode permissions
December 12, 2016, 06:28:05 PM
Hi,

I think it is good to have those rights separated. Added it as feature request: https://dev.raden.solutions/issues/1360.

Best regards,
Victor
#2262
Hi,

you put

SubAgent = ping.nsm

into wrong section. It should be in main section of config but it is in FILEMGR section.

Best regards,
Victor
#2263
Hi,

before 2.0.7/2.1-M2 NetXMS only supported PAP for RADIUS authentication. As we added support for other authentication methods default was set to CHAP, which is probably wrong because it breaks backward compatibility.

Best regards,
Victor
#2264
Feature Requests / Re: Server Configuration
December 11, 2016, 10:05:15 PM
Yes, it's planned.

Best regards,
Victor
#2265
Feature Requests / Re: network discovery
December 11, 2016, 10:04:06 PM
Hi,

I'll try to. I've added as feature request to our bug tracker so it should not be forgotten (splitted into two issues: https://dev.raden.solutions/issues/1358 and https://dev.raden.solutions/issues/1359).

Best regards,
Victor