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

#5056
General Support / Re: Configure a "failover" server
September 13, 2012, 10:02:40 AM
Yes, exactly.
#5057
General Support / Re: Configure a "failover" server
September 13, 2012, 08:51:16 AM
Hi!

So far it seems that achieve required functionality without having different configurations on servers is impossible. Main problem is that scripts cannot determine if given node is local management server they are running on or not. I can add additional NXSL function in next release to check if given node is local server. Then it will be possible to write filtering script which will ignore all events on server 2 if server 1 is running.

Best regards,
Victor
#5058
General Support / Re: Netxmsd: Crash on load: 1.2.3
September 12, 2012, 10:26:52 PM
Hi!

Most likely it's related to network maps. Similar problem was reported today on Russian forum. I just replaced installer with patched one. Can you please download it again and try to install? Netxmsd.exe -v should show 1.2.3.1 for patched version.

Best regards,
Victor

#5059
General Support / Re: Time/Date periods form graphs
September 12, 2012, 06:46:26 PM
Hi!

This functionality is missing from new console (it was presented in legacy console). I'll add it in next release.

Best regards,
Victor
#5060
Общие вопросы / Re: Баги 1.2.3
September 12, 2012, 05:03:22 PM
Quote from: SKYnv on September 12, 2012, 04:47:46 PM
Есть кстати вопрос-предложение. Написать скрипт для поиска регрессов в парсере скриптов? Могу заняться в принципе на выходных, опыта правда в данной области не было, но принцип то один у всех )

Да, это было бы хорошо. Скрипты используются все активней и активней, и баги вылезают очень занятные.
#5061
Feature Requests / Re: multiple Selection
September 12, 2012, 04:22:57 PM
Hi!

Ah, now I'm understand! I'll definitely implement that for network maps. As for other places, I'm afraid that it will not be possible, because we use standard underlying controls, and if those controls does not support such selection, we cannot add it.

Best regards,
Victor
#5062
Feature Requests / Re: multiple Selection
September 12, 2012, 04:02:32 PM
Hi!

In alarm browser you can select multiple items with left mouse button by holding shift or CTRL key. Same for network maps - you can select multiple objects by clicking them while holding CTRL key.

Best regards,
Victor
#5063
Попробуйте добавить --with-internal-libtre при конфигурации.
#5064
Общие вопросы / Re: Баги 1.2.3
September 12, 2012, 01:40:40 PM
Иконка там неправильная, но и не от старой консоли тоже. Поправлю.
#5065
Общие вопросы / Re: Баги 1.2.3
September 12, 2012, 12:07:16 PM
Выложил обновленные исходники:  https://www.netxms.org/download/archive/netxms-1.2.3.1.tar.gz. Попробуйте.
#5066
Общие вопросы / Re: Баги 1.2.3
September 12, 2012, 11:31:03 AM
Разобрался - это я неудачно исправил ошибку с n=n-1. Сейчас поправлю и сделаю новый билд.
#5067
Feature Requests / Re: multiple Selection
September 12, 2012, 10:13:24 AM
Hi!

It's usually done in all places where it makes sense (if not forgotten :) ). If somewhere it is missing, please report exact places.

Best regards,
Victor
#5068
Общие вопросы / Re: Баги 1.2.3
September 12, 2012, 09:55:24 AM
Ага, поправлю сейчас. Как workaround, попробуйте в базе сделать такой запрос:

UPDATE network_map_links SET bend_points='' WHERE bend_points is NULL;

После этого сервер падать не должен.

А что за база кстати?
#5069
Hi!

Try to omit port number, and use only host name, or loopback address 127.0.0.1. Check that MySQL server is running.

Best regards,
Victor
#5070
Общие вопросы / Re: Баги 1.2.3
September 11, 2012, 07:57:08 PM
Да, это может быть если созданы графики в новой консоли. Здесь совместимость только в одну сторону. Legacy консоли давно пора на свалку истории...