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
Проверьте пожалуйста tcpdump-ом, там вообще что-то происходит на уровне сети при попытке подключения?

tcpdump -n -i any port 4701
#497
Самый простой способ – использовать Encrypted password (на самом деле он obfuscated, конечно):

~/Development/netxms/netxms (develop↑1|...)% nxencpasswd login 'pa##ss'
7tiMbU5NgTZyfMtrUkpSO3J8y2tSSlI7cnzLa1JKUjs=


dbquery распознает, что это обфусцированный пароль:

Database = id=master;driver=mssql.ddr;server=10.10.0.2;dbname=master;login=newlogin;password=7tiMbU5NgTZyfMtrUkpSO3J8y2tSSlI7cnzLa1JKUjs=

Quote from: slako on February 04, 2016, 08:27:23 AM
Разобрался с проблемой 2 - в реале значение mypassword (см выше) содержало символ решетки #, и видать поэтому пароль обрезался при чтении такого полиси, поскольку тут это знак коммента.
Отсюда вопрос - как экранировать такой символ в полиси?
#498
А апгрейд с какой версии был?
С app-сервера попробуйте проверить соединение – "telnet localhost 4701" (или nc localhost 4701).
IPv6 включен на сервере?

Судя по ошибке – это сетевой таймаут.
#499
Это следы совсем старых версий, где были скрытые системные шаблоны (с префиксом @) – их можно удалить, они больше не нужны.

Quote from: Akira on February 01, 2016, 12:04:17 PM
Перешел на 2.0.2

На половине нодов повылазили какие-то дополнительные DCI
@system.cpu_usage
@system.disk_queue
@system.load_avg

Причем на оборудовании CISCO тоже.

в колонке Template - <unknown>

Что это?
#500
General Support / Re: SQLite database issues
February 03, 2016, 11:03:52 AM
Works for me:

~/Development/netxms/netxms (develop↑1|...)% nxdbmgr init /opt/netxms/share/netxms/sql/dbinit_sqlite.sql
NetXMS Database Manager Version 2.0.2 Build 8060 (2.0.2-RELEASE-16-gf466c8f) (UNICODE)

Initializing database...
Database initialized successfully
~/Development/netxms/netxms (develop↑1|...)% nxdbmgr check
NetXMS Database Manager Version 2.0.2 Build 8060 (2.0.2-RELEASE-16-gf466c8f) (UNICODE)

Checking database (excluding collected data):
* Checking zone objects...                                            [PASSED]
* Checking node objects...                                            [PASSED]
* Checking interface objects...                                       [PASSED]
* Checking network service objects...                                 [PASSED]
* Checking cluster objects...                                         [PASSED]
* Checking template to node mapping...                                [PASSED]
* Checking object properties...                                       [PASSED]
* Checking event processing policy...                                 [PASSED]
* Checking network map links...                                       [PASSED]
* Checking data tables...                                             [PASSED]
Database doesn't contain any errors
Database check completed
~/Development/netxms/netxms (develop↑1|...)% cat /opt/netxms/etc/netxmsd.conf
LogFile=/tmp/netxmsd.log
DBDriver=sqlite.ddr
DBName=/tmp/netxmsd.db


However I highly recommend to use PostgreSQL or any other decent database engine instead of SQLite.
#501
General Support / Re: Simple Data Transformation Question
February 02, 2016, 02:40:33 PM
$1/10

will work as well (note missing ";" in the end, that's on purpose)
#502
$1->name == "Teredo Tunneling Pseudo-Interface"

И удалить интерфейсы
#503
Это IPv6 интерфейсы, в 1.2.16 не было поддержки IPv6.
Как вариант решения – в скрипте Hook::Configuration выставлять таким интерфейсам expected state=ignore.
Еще один вариант – в скрипте Hook::CreateInterface возвращать false для таких интерфейсов, и они вообще не будут создаваться.
#504
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") { ... }
#505
I suggest you to contact [email protected], who is current maintainer (according to https://www.freebsd.org/cgi/ports.cgi?query=netxms)
#506
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?
#507
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
#508
Done
#509
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
#510
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)