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

#2716
Hi,

there are no limit on number of table columns. Can you show full script, maybe problem is elsewhere?

Best regards,
Victor
#2717
Hi,

you have to create netxmsd.conf from scratch (you can put it into /opt/netxms/etc or /etc). Server configuration file described here: https://www.netxms.org/documentation/adminguide/server-management.html#configuration-file.

Best regards,
Victor
#2718
General Support / Re: Cross Compile Help Please
December 30, 2015, 11:38:48 PM
Hi,

most likely problem is not related to gcc itself (4.2.1 support atomic operations) but to architecture you are compiling for. What is your target platform?

Best regards,
Victor
#2719
Hi,

it will be available in next few hours.

Best regards,
Victor
#2720
Announcements / NetXMS 2.0 released
December 30, 2015, 11:28:53 PM
Hi all,

NetXMS version 2.0 is out. With this release 2.0 branch is considered stable and 1.2.x branch is discontinued.

Complete change log for 2.0 (comparing to 2.0-RC2) is following:

- Template import correctly handles updates for existing templates
- Scripts can be used as instance source in instance discovery DCIs
- NXSL node object attribute snmpSysDescription renamed back to sysDescription
- Selectors in NXSL
- Array attributes in NXSL: size, minIndex, maxIndex
- Hash map attributes in NXSL: size
- New NXSL function: mapList
- Subnet mask for synthetic subnets can be set in server configuration
- Added cumulative counters for server DB writer requests
- Fixed data corruption issues in ODBC and Oracle DB drivers
- Additional internal server metrics for monitoring DB activity and performance
- Added interface creation hook
- Improved System.InstalledProducts table handling on Windows
- Fixed inefficient query in Oracle monitoring subagent
- Server shutdown speed improved
- Faster SNMP probing during configuration polls
- Fixed false negative in node down detection if expected state of some interfaces set to IGNORE
- Agent SNMP proxy improved
- Improved agent data cache reconciliation
- Fixed Oracle 12c compatibility issues
- Automatic configuration import from templates directory on server startup
- Fixed address list configuration bug
- Management console:
   - Object tool input fields can be rearranged
   - Line width can be configured for line charts on dashboards
   - Column sizes saved in table DCI last values view
   - Rack height and numbering direction can be changed
- Android Console:
   - Refactoring of Alarms configuration section: alarm notification events fully customizable, added notify by vibration (SOS pattern) and by LED color (set to black to disable a specific category)
   - Added action buttons in status bar for notification icon (reconect, disconnect and exit), only for Android version starting from v4.1
   - Updated support library
- Android Agent:
   - Support for Marshmallow devices (v6.0)
   - Updated support library
- Fixed issues: #205, #847, #849, #948, #963, #964, #966, #967, #971, #974, #978, #979, #980, #983, #991, #997, #1002, #1003, #1004, #1013, #1019, #1024, #1029, #1032, #1058, #1071, #1072, #1074, #1081, #1082, #1083, #1084, #1085

Best regards,
Victor
#2721
Announcements / Re: NetXMS 2.0-RC2 released
December 30, 2015, 11:24:09 PM
Hi,

we've included kannel.sms into new release (2.0). Do you still need 2.0-RC2 version?

Best regards,
Victor
#2722
Всегда 000000000000. ifconfig и ip показывают по разному:

victor@hp8570w ~ $ ifconfig tun0
tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
          inet addr:10.0.8.6  P-t-P:10.0.8.5  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 B)  TX bytes:1395 (1.3 KB)

victor@hp8570w ~ $ ip li sh tun0
6: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 100
    link/none

и агент дает все 0:

victor@hp8570w ~ $ /opt/netxms/bin/nxget -l ::1 Net.InterfaceList | grep tun0
6 10.0.8.6/32 1 000000000000 tun0
#2723
Я добавил дополнительную проверку на длинну MAC адреса в коде получения списка интерфейсов. К сожалению на всех моих туннельных интерфейсах и старыя и новый варианты работают правильно. Кто-нибудь может собрать агента из текущего develop бранча и проверить?
#2724
Придет SYS_IF_UP либо SYS_IF_DOWN, смотря в каком состоянии будет интерфейс после того как его переведут в enabled состояние.
#2725
Да сейчас консоль тупо грузит все данные за период. В ближайших планах стоит исправление этого.
#2726
А какая версия NetXMS?
#2727
Feature Requests / Re: OTRS Integration
December 17, 2015, 11:56:31 AM
Hi,

I suggest to just copy makefile from Jira directory and rename files inside as needed. Also, I can create placeholder in our source tree - that way you'll only need to put actual code and it will be built as part of the system.

Best regards,
Victor
#2728
Hi,

currently containers can only contains nodes, clusters, subnets, conditions, and other containers.

Best regards,
Victor
#2729
Hi,

actually, data collection should not be working on unmanaged node. Do you experience this with all DCIs on that node or only this one? Could it be that this parameter read from script somewhere (using AgentReadParameter function)?

Best regards,
Victor
#2730
General Support / Re: Forcing/Manipulate Node's Status
December 16, 2015, 10:40:35 PM
Hi,

Status DCI just reads current node status. If you want to define node status by DCI you should mark it as "used for status calculation" in options. Then returning values in range 0 - 4 will set node status.

Best regards,
Victor