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 - Victor Kirhenshtein

#4381
Какого-то специального голосования у нас нет. Я поставил имплементацию на версию 1.2.10 - если не вылезет каких-то непредвиденных проблем, то думаю что переносить не придется.
#4382
Hi!

I see two possible solutions here:

1. Create DCI for SSH monitoring on Linux server node, not on the monitoring node. You can use autobinding template for that. Because actual check should be done from management server, you can set "proxy node" for this DCI in template to be management server node. Then you'll have obe DCI per LInux node with actual data being collected from management server.

2. You can use configuration poll hook script to detect Linux nodes and then use FindDCIByName and CreateDCI functions to create DCI on management server if it doesn't exist.

Best regards,
Victor
#4383
General Support / Re: SNMP Proxy
August 05, 2013, 08:00:13 PM
Hi!

It will be very helpful if you can capture packets from successful communication with snmp test tool and from unsuccessful communication with NetXMS server.

Best regards,
Victor
#4384
Русская дока отсутствует. Когда-то был перевод руководства по установке, но он уже давно устарел. Сами мы сейчас не потянем перевод доков, только если кто-то возьмется.
#4385
Событие реально появляется позже на час, или просто время показывается неправильно? Если второе, то скорее всего где-то проблема с тайм зоной. Надо видеть настройки на сервере NetXMS, на источнике сообщений, и пример сообщения.
#4386
General Support / Re: SNMP Proxy
August 05, 2013, 01:29:13 PM
Hi!

Looks like switch at 192.168.10.10 does not respond to SNMP requests. I would suggest to check SNMP configuration on the switch and firewalls in between, if you have any.

Best regards,
Victor
#4387
General Support / Re: WebUI encryption
August 05, 2013, 12:43:01 PM
Important part is this:


configure:17311: checking for RSA_new in -lcrypto
configure:17336: gcc -o conftest -g -O2  -D_THREAD_SAFE -DTRE_WCHAR=1 -I/usr/local/mysql/include -I/usr/include/mysql -I/usr/mysql/include -I/usr/local/include/mysql -I/usr/local/mysql/include/mysql -I/usr/mysql/include/mysql -D_GNU_SOURCE -I/usr/local/include  -L/usr/local/mysql/lib -L/usr/lib64/mysql -L/usr/lib/mysql -L/usr/mysql/lib -L/usr/local/lib/mysql -L/usr/local/mysql/lib/mysql -L/usr/mysql/lib/mysql -L/usr/local/lib conftest.c -lcrypto   -lpthread >&5
/usr/bin/ld: cannot find -lcrypto


which means that configure cannot find libcrypto, and so server was built without encryption support. You have to install libssl-dev package and re-run configure and make.

Best regards,
Victor

#4388
Hi!

Yews, we have such plans. Event collector is already there (which is the simplest part of course), we have to implement analyzer and UI.

Best regards,
Victor
#4389
General Support / Re: WebUI encryption
August 05, 2013, 12:24:57 PM
Please post your config.log (it should be in the root of source directory).
#4390
General / Re: NetXMS Management Console lost views
August 02, 2013, 01:33:17 PM
Any exceptions/errors in log?

Also, try to reset perspective to default - right click on perspective name in top right corner and select "Reset".

If this will not help, try to delete runtime data (usually %HOMEPATH%\.nxmc on Windows and ~/.nxmc on Linux).

Best regards,
Victor
#4391
Feature Requests / Re: Templates - re-apply to nodes
August 01, 2013, 06:25:41 PM
Just select "Apply" again - it should be re-applied. Also, changes from template propagated to already attached nodes when you close data collection editor for template - so if you keep it open, changes are not propagated.

Best regards,
Victor
#4392
General Support / Re: Error editing DCI
August 01, 2013, 06:23:32 PM
Hi!

Looks very strange. Check for file called .log somewhere under .nxmc in your home directory.

Best regards,
Victor
#4393
General Support / Re: WebUI encryption
August 01, 2013, 06:22:24 PM
You should install either from source code or from deb packages. You can check what you are using by path - deb packages installs all binaries under /usr/bin, while building from source by default will use /usr/local/bin. If you have both binaries and linraries, I recommend to remove either deb packages or binaries built from source code.

Best regards,
Victor
#4394
General / Re: NetXMS Management Console lost views
August 01, 2013, 04:46:11 PM
Hi!

How did you run it? Also, check "Console" view in Eclipse for any log messages and exceptions.

Best regards,
Victor
#4395
General Support / Re: WebUI encryption
August 01, 2013, 04:45:01 PM
Just to be sure - did you install server from sources or from deb package?

Best regards,
Victor