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

#916
Общие вопросы / 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 больше не будет?
#917
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.
#918
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
#919
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.
#920
Я сейчас как раз заканчиваю установку отчетов у клиента, по результатам напишу гайд

Quote from: Vitaly S. on December 06, 2013, 08:16:21 AM
по второму вопросу...
ну это тайна покрытая мраком, по крайней мере на windows сервере, все молчат, кивают в сторону JasperSoft и всё, и никакого мануала, туториала и даже маленького примерчика, я так понимаю у тебя в Reports тоже отсутствуют пункты для создания отчёта...
Лично я, когда мне надо сделать отчёт я открываю ноду, щёлкаю правой кнопкой по DCI и выбираю пункт History, оттуда выгружаю в тхт, а потом, обрабатываю в EXCEL.
#921
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
#922
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.
#923
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
#924
General Support / Re: Lots of traffic
December 05, 2013, 12:27:25 PM
Can you please provide more details? tcpdump output would be nice (e.g. "tcpdump -i EXTERNAL_INTERFACE_NAME -n port not 4700 and port not 4701").
#925
General Support / Re: Reports... again
December 02, 2013, 05:51:33 PM
I highly recommend you to use Jaspersoft Studio (http://community.jaspersoft.com/project/jaspersoft-studio) instead of iReport
#926
General Support / Re: MIB for Zhone GPON platform
November 27, 2013, 06:39:59 PM
You need to precompile MIBs into binary file supported by NetXMS, we provide special tool for that: "nxmibc"
By default, all bundled MIBs as well as compiled file is installed into $PREFIX/share/netxms/mibs/netxms.mib (where $PREFIX is your installation prefix, e.g. "/usr/local")

To add custom MIBs, rename them to "<something>.txt" and copy to $PREFIX/share/netxms/mibs/
Then run following commans cd /usr/local/share/netxms/mibs/
/usr/local/bin/nxmibc -d .


This will produce new "netxms.mib".

Then restart management console (no need to restart server), on connection it will update MIBs from the server.
#927
General Support / Re: MIB for Zhone GPON platform
November 27, 2013, 02:59:24 PM
According to Zhone's site, MXK GPON support SNMP, and MIBs are available here (not sure, which one exactly).

What kind of issues do you have?
#928
Общие вопросы / Re: DRBD
November 26, 2013, 04:14:18 PM
Покажите результат команд:

ls -al /dev/drbd*
cat /proc/drbd
#929
Общие вопросы / Re: LSI mib
November 25, 2013, 11:02:50 PM
В данном случае просмотрел hexdump-ом на предмет строк вида "lsi" и "megaraid".
#930
General Support / Re: Windows Service states
November 25, 2013, 10:49:13 PM
I usually setup single DCI with thresholds, then convert it to template, export, and use resulting xml as a template for script, which generate new template xml based on list of services (in this example)