News:

We really need your input in this questionnaire

Main Menu
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 - Alex Kirhenshtein

#496
Это IPv6 интерфейсы, в 1.2.16 не было поддержки IPv6.
Как вариант решения – в скрипте Hook::Configuration выставлять таким интерфейсам expected state=ignore.
Еще один вариант – в скрипте Hook::CreateInterface возвращать false для таких интерфейсов, и они вообще не будут создаваться.
#497
That was actually fixed couple of days ago in ca594353.

But released version still use different classes (Node / NetObj). You can check it this way:if (instanceof(FindObject(123) == "Node") { ... }
#498
I suggest you to contact [email protected], who is current maintainer (according to https://www.freebsd.org/cgi/ports.cgi?query=netxms)
#499
Hello, Andreas.

Right now we don't have available resources to properly support FreeBSD port.
If someone from the community is willing to make a port, we will be glad to help.

Quote from: amueller on January 22, 2016, 05:55:53 PM
do you know if the new stable will be available in the FreeBSD ports tree too?
#500
General Support / Re: NXPUSH
January 20, 2016, 06:01:02 AM
nxpush connects directly to the server (and require matching version of the protocol), nxapush works over agent connection (and can work across versions).
nxevent still exist, but considered deprecated.

Quote from: gmonk63 on January 20, 2016, 02:46:45 AM
What is the difference betweem nxapush and nxpush
#501
Done
#502
Hello.

Version 2.0 is now considered new "stable" and pushed into "main" section of the repository, for both Debian (Jessie / Wheezy) and Ubuntu (Trusty LTS).

Package netxms-release is updated as well (and pushed into all repos), to reflect URL changes for Ubuntu users.

If repository was added manually, verify that you are using correct one for your system.

Debian Jessie (8):
deb http://packages.netxms.org/debian jessie main

Debian Wheezy (7):
deb http://packages.netxms.org/debian wheezy main

Ubuntu Trusty (14 LTS):
deb http://packages.netxms.org/ubuntu trusty main
#503
General Support / Re: installation of 2.0 release
January 05, 2016, 10:54:37 AM
Version 2.0.1 pushed to both debian and ubuntu repositories (main, not beta)
#504
How often you are collecting this table?
#505
General Support / Re: installation of 2.0 release
January 04, 2016, 01:29:42 PM
Hello.

Yes, it's known problem with repository, update will be pushed later today.
#506
Одна из проблем в синтаксисе:

tm_datetime<-year = int32(substr(rawdatetime,1,4));

должно быть

tm_datetime->year = int32(substr(rawdatetime,1,4));


Но основная проблема – в nxsl сейчас нет поддержки функции mktime.
#507
General Support / Re: configuration of powerware 5125 ups
December 29, 2015, 05:49:02 PM
My bad, missed colon.

Correct configuration is:

Device = 0:/dev/ttyUSB5,9600,8,N,1:BCMXCP

P.S are sure about port speed? Common speed for BCMXCP-devices is 19200 (set by default in netxms driver)
#508
General Support / Re: configuration of powerware 5125 ups
December 29, 2015, 05:16:08 PM
Use full name of the device – /dev/ttyUSB5
#509
Общие вопросы / Re: netxms 2.0-RC2-2 segfault
December 17, 2015, 07:45:49 PM
Не встречали пока такой проблемы, так что будет очень полезно, если зальете коре+бинарники, посмотрим.
#510
Общие вопросы / Re: Chart via API
December 16, 2015, 03:18:32 PM
Картинкой – нет, ее рисует клиент.
Через API можно достать вот этим методом:  getCollectedData(long nodeId, long dciId, Date from, Date to, int maxRows)