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

#2131
Hi!

1. Server can read ARP cache and routing table from agent and use it for passive network discovery. Active network discovery through agent is not supported.

2. Discovery itself (and filtering) occurs on server, agents just provide ARP and routing information.

3. No, discovery polls only run on schedule.

4. Depends on where you have information about those nodes and in what format. It could be easier to write simple nxshell script that will read information from external source and create nodes in the system.

Best regards,
Victor
#2132
Hi,

could you please show screenshot of trap and trap mapping configuration (with all sensitive information masked, I only interested in configuration and actual OIDs in the trap)?

Best regards,
Victor
#2133
Hi,

DataCollectionObject is a base class for DataCollectionItem and DataCollectionTable. You should create new DataCollectionItem object and pass it to createItem. Pass 0 is ID for new DCI.

Best regards,
Victor
#2134
Hi,

could you please run netxmsd under debugger and post a backtrace (https://wiki.netxms.org/wiki/Running_NetXMS_under_debugger)?

Best regards,
Victor
#2135
General Support / Re: agent-to-server connections
May 12, 2017, 07:15:36 PM
Hi,

it's strange that 0.0.0.0 is not working - it did on my system. Are you sure that after you set system IP server uses tunnel istead of direct connection? Also, in 2.1-RC1 that just released we have added tunnel manager in the GUI, so you can see active tunnels and bind/unbind them from UI.

Best regards,
Victor
#2136
Announcements / NetXMS 2.1-RC1 released
May 12, 2017, 06:35:56 PM
Hi all!

NetXMS version 2.1-RC1 is released. It is release candidate, and if there will be no big issues, next release will be officially declared stable.

Changes since previous release:

- External tables in agent
- Script source for table DCIs
- Driver for IgniteNet devices
- Network device database (allows some device specific information to be provided without drivers)
- Server certificate's key can be stored in separate file
- Multiple CA certificates can be specified in server configuration file
- Number of samples can be configured for table thresholds
- Null value can be used as "no change" option in auto bind scripts
- Grafana integration
- Management console:
        - Node's zone name shown in alarm browser and object overview when zoning is enabled
        - Sorting option in table based charts on dashboards (to implement "Top N" style charts)
        - Full text object search
        - Agent tunnel manager view
- Fixed issues: NX-386, NX-1127, NX-1128, NX-1210, NX-1211, NX-1222, NX-1231, NX-1239, NX-1240, NX-1242

Best regards,
Victor
#2137
Общие вопросы / Re: SNMPv3 AUTH_FAIL
May 12, 2017, 04:33:32 PM
Похоже на configuration poll. Перепроверю логику работы - в теории сначала должна пробоваться текущая версия протокола.
#2138
Добрый день!

Пакет выглядит нормально. Сама станция заведена в NetXMS? Если да, то адрес правильный?

#2139
 А можно посмотреть исходники проблемных скриптов?
#2140
Hi,

should be fixed by now. Fix will be included in 2.1-RC1 release.

Best regards,
Victor
#2141
General Support / Re: centos 7 installation
April 21, 2017, 02:42:11 PM
Hi,

environment variables is not needed, you need only libpq-fe.h in include path, and libpq.so in library path. You can specify path to your PostgreSQL installation in --with-pgsql configuration option, like

./configure --with-pgsql=<postgres install dir>

Best regards,
Victor
#2142
General Support / Re: centos 7 installation
April 20, 2017, 11:05:16 PM
Hi,

make sure you have package postgresql-devel installed.

Best regards,
Victor
#2143
General Support / Re: DCI Data loss
April 19, 2017, 08:32:23 PM
Yes, I think it's quite important. I'll try to schedule it for 2.1-RC1.

Best regards,
Victor
#2144
General Support / Re: NetXMS Server Capability
April 19, 2017, 08:31:40 PM
Hi,

there are few issues already found in 2.1-M3, especially with new back-connect functionality. We plan to release RC version in a week or two, which will be followed by stable 2.1 release.

Best regards,
Victor
#2145
General Support / Re: Theoretical Capacity
April 18, 2017, 11:09:52 PM