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

#4186
General Support / Re: Cannot connect agent
November 04, 2013, 05:50:32 PM
You should use IP address of proxy agent in MasterServers parameter on destination agent, because destnation agent will receive connection from proxy agent's IP address.

Best regards,
Victor
#4187
General Support / Re: Cannot connect agent
November 04, 2013, 04:15:24 PM
Can you show me configs for both agents?

Best regards,
Victor
#4188
General Support / Re: DCI table threshold
November 04, 2013, 01:04:13 PM
Hi!

Currently delta calculation on tables is not supported. I think that this feature should be added.

Best regards,
Victor
#4189
Looks like you have some NetXMS libs in /usr/local/lib/. They are not from deb package, as it installs all libs into /usr/lib. Looks like some old installation built from sources.

Best regards,
Victor
#4190
Hi!

Currently upper limit for bar/tube chart is determined by max value of added elements. I'll add a feature request for setting custom max value for chart.

Best regards,
Victor
#4191
Feature Requests / Re: ICMP Status Timeout
November 01, 2013, 08:22:10 PM
Hi!

Yes, it's not a problem. I'll implemented it in upcoming 1.2.10 release. Are you thinking about one global configuration parameter or individual settings for each node?

Best regards,
Victor
#4192
Quote from: kozlov_ao on October 31, 2013, 01:56:07 PM
А я для себя - информационная панель :)

А вот с Business Services, логику создателей проследить довольно легко, если посмотреть с точки зрения бизнеса.Сервис работает - бизнес в порядке.. собственно SLA под данную логику тоже подпадает.

Я тоже за "информационную панель" :) По поводу Business Services - SLA как таковой тоже потом будет в системе, я бы переводил в лоб, как "бизнес сервис", или просто "сервис". Может быть еще "услуга".
#4193
Я эту неделю за границей почти без интернета, поетому все так медленно... Файлы практически готовы, осталась пара плагинов. Их можно найти в SVN: https://svn.netxms.org/public/netxms/trunk/src/java/netxms-eclipse - надо для каждого файла messages.properties и bundle.properties создать соответсвующий файл messages_ru.properties или bundle_ru.properties, скопировать туф=да содержимое оригинала, и вписать русский перевод. В идеале делать это через Eclipse, плагином Properties Editor (http://propedit.sourceforge.jp/eclipse/updates). Но есле нет, тоже не страшно, я потом их сконвертирую.
#4194
I think yes, try to deinstall it and find all possible remnants. Maybe there are libnetxms.so hanging around for some reason. Remember to deinstall both base and agent packages, libnetxms is part of base package.

Best regards,
Victor
#4195
General Support / Re: NXSL: Casting problems
November 01, 2013, 08:04:41 PM
Hi!

There is an area in wiki for NXSL script examples: http://wiki.netxms.org/wiki/SG:Script_Examples. Feel free to add your own!

Best regards,
Victor
#4196
General Support / Re: DCI table threshold
November 01, 2013, 08:03:14 PM
Hi!

It's not fully implemented yet. It is supposed to be column name. Currently you have to type column name manually. This should be fixed in 1.2.10 release.

Best regards,
Victor
#4197
General Support / Re: Server problems
November 01, 2013, 08:01:05 PM
Hi!

Problem #2 seems to be the same as in https://www.netxms.org/forum/general-support/segfault-2648. You can try to apply suggested patch and recompile if you was building from sources. I'll take a look at other two problems.

I plan to release 1.2.10 somewhere next week, so hopefully all those crashes will be fixed.

Best regards,
Victor
#4198
Hi!

Looks like after upgrade it still loads libnetxms.so from previous version. How did you install it - from deb package or from sources?

Best regards,
Victor
#4199
General Support / Re: NXSL: Casting problems
October 30, 2013, 10:14:30 PM
Hi!

It should be $5. It's a bit confusing, but macros in message texts, etc. and NXSL scripts uses a bit different syntax. In macro expansion, % denotes a macro. In NXSL, parameters comes as $1, $2, etc., and % sign is a division remainder operation.

Best regards,
Victor
#4200
Feature Requests / Re: Mixed Network Map modes
October 30, 2013, 10:10:09 PM
Hi!

I completely agree that such functionality is needed. I've registered it as feature request - https://www.radensolutions.com/chiliproject/issues/417.

Best regards,
Victor