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

#481
I suggest you to contact [email protected], who is current maintainer (according to https://www.freebsd.org/cgi/ports.cgi?query=netxms)
#482
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?
#483
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
#484
Done
#485
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
#486
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)
#487
How often you are collecting this table?
#488
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.
#489
Одна из проблем в синтаксисе:

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

должно быть

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


Но основная проблема – в nxsl сейчас нет поддержки функции mktime.
#490
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)
#491
General Support / Re: configuration of powerware 5125 ups
December 29, 2015, 05:16:08 PM
Use full name of the device – /dev/ttyUSB5
#492
Общие вопросы / Re: netxms 2.0-RC2-2 segfault
December 17, 2015, 07:45:49 PM
Не встречали пока такой проблемы, так что будет очень полезно, если зальете коре+бинарники, посмотрим.
#493
Общие вопросы / Re: Chart via API
December 16, 2015, 03:18:32 PM
Картинкой – нет, ее рисует клиент.
Через API можно достать вот этим методом:  getCollectedData(long nodeId, long dciId, Date from, Date to, int maxRows)
#495
I think guide is wrong. Don't have access to oracle right now so can't check, but it should be like this (if environment is set correctly and "sqlplus Netxms/mpsdev@MPSDEV1" connects successfully):

Database = id=mpsdev1;driver=oracle.ddr;server=MPSDEV1;login=Netxms;Password=mpsdev

or you can use instant client connection string without tnsnames:

Database = id=mpsdev1;driver=oracle.ddr;server=//lltcdevoda1-scan:1521/mpsdev1;login=Netxms;Password=mpsdev

or you can even use full connection string there (haven't tried that, but should work as well):
Database = id=mpsdev1;driver=oracle.ddr;server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=lltcdevoda1-scan)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=mpsdev1)));login=Netxms;Password=mpsdev