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

#811
General Support / Re: Removing a node from a template
January 19, 2014, 11:04:10 PM
Right click on the template, select "unbind", and then select node(s) you want to remove.

Could you please describe ways you've tried, so we can analyse them and possibly implement in future releases?
#812
Мой ответ был больше про промежуточный сислог; по изначальному вопросу — я бы проверил tcpdump-ом, возможно там что-то не стыкуется в адресах, или еще что-то.
#813
General Support / Re: Dashbaord internet usage.
January 08, 2014, 03:16:10 AM
Check that you have data for both DCIs (inbound / outbound traffic) on "gw...": select "Object Details" -> Last Values -> right click on item and select "History". Make sure that timestamp is correct.
#814
Feature Requests / Re: ldap/ad integration
January 08, 2014, 03:13:22 AM
Hello.

It's already in progress and we plan to release it in version 1.2.12 — somewhere around mid-february.
#815
Нормальных способов мне в голову не приходит, только накручивать какие-то костыли вокруг ssh тунелей или connection proxy (если на ноде с агентом есть sshd). Неплохая статья (и линки в начале статьи): http://mikelococo.com/2008/01/multihop-ssh/
#816
Общие вопросы / Re: NxAgent & OpebWRT 2
December 29, 2013, 10:30:49 PM
Постараюсь выложить в ближайшие несколько дней
#817
Судя по документации, rsyslog умеет спуфить адрес для UDP: http://www.rsyslog.com/doc/omudpspoof.html
#818
Общие вопросы / Re: IBM Director
December 26, 2013, 01:00:29 PM
Я проверил все 4 серверных инсталлятора (netxms-1.2.10-minimal.exe, netxms-1.2.10.exe, netxms-1.2.10-x64-minimal.exe, netxms-1.2.10-x64.exe) — во всех есть nxmibc.exe в каталоге bin

Quote from: Svlel on December 26, 2013, 11:41:55 AM
Кстати вопрос: а утилит интеграции *.mib под 2008R2 больше не будет?
#819
Announcements / Re: NetXMS 1.2.10 released
December 13, 2013, 08:02:23 PM
Confirmed, thank you for report. As temporary workaround — disable network discovery.
Updated packages will be available shortly.

Quote from: Taomyn on December 13, 2013, 05:04:12 PM
Just upgraded my Win_x64 server installation and the core service keeps crashing.
#820
General Support / Re: ServiceCheck.HTTP
December 12, 2013, 02:22:50 PM
I suggest you to switch to new "netsvc" subagent. Right now it's quite basic, but usually works better than old portcheck.

netsvc provide single DCI: Service.Check(URL, regexp)

If second parameter is omitted, default "^HTTP/1.[01] 200 .*" will be used.

Some samples:

Service.Check(https://netxms.org/)
Service.Check(https://netxms.org/, text)
Service.Check(http://user:[email protected]/)
Service.Check(ftp://user:[email protected]/file, text)
Service.Check(sftp://user:[email protected]/another.file, text)

Check http://curl.haxx.se/docs/manpage.html#URL for details
Some protocol can be disabled in your particular build, to list them start agent with debug level 3 or higher and look for following lines:
[12-Dec-2013 14:17:18.578] [DEBUG] cURL version: libcurl/7.30.0 SecureTransport zlib/1.2.5
[12-Dec-2013 14:17:18.578] [DEBUG] Supported protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
[12-Dec-2013 14:17:18.578] [INFO ] Subagent "netsvc.nsm" loaded successfully
#821
General Support / Re: problem getting reports to work
December 12, 2013, 02:09:17 PM
Hello.

Report-generator is no longer in use, I'll try to make new HOWTO in the next couple of days.
#822
Я сейчас как раз заканчиваю установку отчетов у клиента, по результатам напишу гайд

Quote from: Vitaly S. on December 06, 2013, 08:16:21 AM
по второму вопросу...
ну это тайна покрытая мраком, по крайней мере на windows сервере, все молчат, кивают в сторону JasperSoft и всё, и никакого мануала, туториала и даже маленького примерчика, я так понимаю у тебя в Reports тоже отсутствуют пункты для создания отчёта...
Лично я, когда мне надо сделать отчёт я открываю ноду, щёлкаю правой кнопкой по DCI и выбираю пункт History, оттуда выгружаю в тхт, а потом, обрабатываю в EXCEL.
#823
General Support / Re: Wrong CPU count on linux
December 07, 2013, 07:59:30 PM
Fixed in revision 906fa25, will be included in 1.2.10
#824
General Support / Re: Wrong CPU count on linux
December 06, 2013, 07:58:45 PM
Yes, thanks, I found issue in linux subagent. I'll try to push this fix into 1.2.10.
#825
Hello.

We migrated repository to git.
To get sources for version 1.2.9, you need to do following steps:
git clone git://git.netxms.org/public/netxms.git netxms-readonly
cd netxms-readonly
git checkout v1.2.9