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

#796
Починил, http://git.netxms.org/netxms-snapshot-develop.tar.gz теперь тоже работает.

Но если у вас нет необходимости использовать именно снапшот — я советую использовать git напрямую: git clone https://git.netxms.org/public/netxms.git
#797
Спасибо, я проверю.

Попробуйте пока вот этот снапшот: http://git.netxms.org/public/netxms.git/snapshot/HEAD.tar.gz?js=1
#798
Общие вопросы / Re: nxencpasswd -a
March 04, 2014, 11:33:18 PM
Только что проверил версию 1.2.12 — есть опция "-a". Какую сборку вы используете?

По логину — agent shared secret использует логин "netxms" для обфускации, "-a" сделано для удобства: AirAlk:nxencpasswd(develop) $ ./nxencpasswd -a test1
nyQyxaEwZRbCpgp+8SvHuMKmCn7xK8e4wqYKfvErx7g=
AirAlk:nxencpasswd(develop) $ ./nxencpasswd netxms test1
nyQyxaEwZRbCpgp+8SvHuMKmCn7xK8e4wqYKfvErx7g=
#799
Добавим, спасибо за репорт.

Мы используем flex и bison.

Точно работающие версии:AirAlk:~() $ flex -V
flex 2.5.35 Apple(flex-31)
AirAlk:~() $ bison -V
bison (GNU Bison) 2.3
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

alk@debian6 in ~
$ flex -V
flex 2.5.35
alk@debian6 in ~
$ bison -V
bison (GNU Bison) 2.4.1
#800
General Support / Re: Changing Mangament Console port
February 28, 2014, 03:49:04 PM
Use "host:port" in login dialog
#801
Общие вопросы / Re: nfs
February 19, 2014, 12:23:56 PM
А что именно нужно мониторить?
#802
Without agent server can check server presence on the network using ICMP ping or using SNMP (if available).
If that's sufficient (e.g. you don't need CPU or memory metrics from these servers) — you do not need to install agent.
#803
Seems fine. Make sure you have "LogFailedSQLQueries=yes" in netxmsd.conf (it's enabled by default) and check log file for failed queries.
#804
Общие вопросы / Re: nxpush vs nxapush
February 05, 2014, 02:16:01 PM
Выложил ipk: https://www.netxms.org/download/ar71xx/, проверьте пожалуйста.
#805
Общие вопросы / Re: NXAgent & OpenWRT
February 05, 2014, 02:15:15 PM
Выложил ipk: https://www.netxms.org/download/ar71xx/, проверьте пожалуйста.
#806
It should save in both cases. All data is saved into DB by separate thread (so server can collect and process data) — check value of "Database writer's ..." DCIs on the server node, if it's too high — your DB can' handle load.
#807
General Support / Re: by mistake all Node deleted
January 31, 2014, 01:00:32 PM
Hello.

No, you need to restore DB from backup.
#808
It's generated internally, when server can't reach node via any allowed channel (ICMP, Agent, SNMP)

Easiest way is to have a rule in a event processing policy which silently ignores SYS_NODE_DOWN during off-hours.
Check attached screenshot for sample configuration.

Please note that this EPP is processed from top to bottom and by default all rules are processed (unlike "first-match-win" in thresholds), so this rule should be above any other SYS_NODE_DOWN related rules.

Description of "TIME" structure (returned by localtime()): http://wiki.netxms.org/wiki/NXSL:TIME

Update: script should be like "if (now->hour >= 20 || now->hour <= 8) ..."

Quote from: Dani@M3T on January 27, 2014, 01:48:55 PM
For me the question is, what triggers the SYS_NODE_DOWN event. The default DCI 'status' has no threshold configured.
#809
Сложно сказать. Я советую заменить субагент portCheck на netsvc и использовать Service.Check(https://inside.test.ru/,^HTTP/1\.[01] 200.*). Если субагента netsvc нет, проверьте, что стоит пакет libcurl-dev и пересоберите агента.

P.S. регексп "^HTTP/1\.[01] 200.*" можно не указывать, это значение по умолчанию.
#810
General Support / Re: Server with BMC-Board as one node
January 26, 2014, 08:21:48 PM
Currently there are no out of the box solution for that. We plan to make new new object class - "Management Board", but it's yet to be implemented.
As partial workaround, you can create second node for iLO, unbind it from "Infrastructure Services" (it will be visible only in "Entire Network", and then create iLO-related DCIs on the server node, using a proxy. Sample configuration is attached.

To make this work (proxy), you need either add server node to the list of trusted on iLO, or disable trust check completely.
To add it, open iLO properties, select "Trusted Nodes", click "Add" and select Server node.
To disable it completely, open Server Configuration and set parameter "CheckTrustedNodes" to 0.
Some info about "Trusted Nodes": http://wiki.netxms.org/wiki/SG:Security_Issues