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

#871
Please check attached scripts.
#872
Я обычно смотрю варианты перевода терминов у майкрософта вот тут: http://www.microsoft.com/language/ru-ru/Search.aspx?sStringdashboardlangIDru-ru
#873
It seems to be related to Apple's Gatekeeper: http://support.apple.com/kb/ht5290

I'll try to replicate it on my systems
#874
General Support / Re: error during install agent
November 07, 2013, 12:10:00 PM
What OS do you use?
#875
General Support / Re: Server problems
November 04, 2013, 01:55:07 PM
Template import fixed in current trunk and will be released in 1.2.10
#877
Общие вопросы / Re: NXAgent & OpenWRT
October 21, 2013, 03:40:16 PM
nxapush – практически идентичен обычному nxpush, но отправляет данные не напрямую на сервер, а через локального агента и его соединение с сервером.
Причина появления – при апгрейде сервера обычно меняется версия протокола, и приходилось одновременно апргейдить nxpush на множестве серверов.
#878
В настройкак правила EPP, где создаете alarm – укажите alarm key. В ключе можно использовать макросы – http://wiki.netxms.org/wiki/UM:Event_Processing#Macros_for_Event_Processing

Если при добавлении нового аларма система находит уже существующий с совпадающим ключем, то аларм не создается, а у существующего увеличивается значение "count".
#880
Общие вопросы / Re: NXAgent & OpenWRT
October 21, 2013, 02:59:35 PM
Бинарники, которые я выложил, должны работать – тулчейн как раз под AR7xxx.
Если заработает – я пересоберу с поддержкой openssl
#881
Общие вопросы / Re: NXAgent & OpenWRT
October 21, 2013, 02:36:04 PM
Под рукой был готовый тулчейн только для MIPS: https://www.dropbox.com/s/pe5spa6x7rjuifq/nxagent-1.2.9-mips.tar.gz

Под какой target system нужны бинарники?
#882
I just tried on my laptop (1.8.5 with all updates, including recent Java update) – it works fine.

I used this image: https://www.netxms.org/download/nxmc/nxmc-1.2.9.dmg
File size: 29178676 bytes.
SHA1 hash of the file is b77ac923f46a16994e318cf51bf67a2c2686b130 (to check, open Applications -> Utilities -> Terminal, type "openssl sha1 ", drag nxmc-1.2.9.dmg to Terminal and press "enter")

You getting this error while trying to mount dmg file, at "Verify" stage — or it's after you drag "NetXMS Console.app" to Applications?

Just to be sure, I repacked dmg file, please try this one: https://www.dropbox.com/s/9rd0e164d9e60rf/nxmc-1.2.9.dmg
#883
Общие вопросы / Re: segfault nxagentd
October 06, 2013, 06:56:13 PM
Попробуйте наложить патч из аттачмента.

Накладывается так:cd netxms-1.2.9
patch -p1 < /path/to/patch
#884
Общие вопросы / Re: segfault nxagentd
October 06, 2013, 06:37:52 PM
Я не могу повторить на тестовой системе. В таком режиме держал больше часа: while true; do nxget localhost 'ServiceCheck.HTTPS(alk.lv,443,/,www.alk.lv,)'; done

Дайте больше деталей о системе – дистрибутив, версия, 32/64
#885
Will be included in 1.2.10, you can also apply attached patch and rebuild portcheck subagent.
To enable this feature, set parameter "FailedDirectory" to any existing directory, whole http response including headers will be dumped there. Name format for dump files is "hostname-unixtimestamp", or "ip-unixtimestamp".

Sample config:
MasterServers = 127.0.0.1
LogFile = /opt/netxms/var/log/nxagentd
*portcheck
FailedDirectory=/tmp/failed