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

#4201
General Support / Re: DeleteEmptySubnets
November 08, 2013, 10:49:31 AM
Hi!

What operating system you run server on? Can you please run it with debug level 6 and send me the log (or check what is logged during housekeeper run)?

Best regards,
Victor
#4202
General Support / Re: nodes not showing in Object tree
November 07, 2013, 03:02:14 PM
Hi!

Try to look under appropriate subnet in Entire Network tree - it should be there. If not, you can try to stop the server and run nxdbmgr check in case there are database inconsistencies.

Best regards,
Victor
#4203
Подставил присланные сообщения в консоль. Могу сделать сборку чтобы можно было посмотреть что получается.

Еще измемение в репозитории - мы перенесли исходники в git, теперь они доступны по git://git.netxms.org/public/netxms.git
#4204
General Support / Re: DeleteEmptySubnets
November 07, 2013, 12:56:35 PM
Hi!

Looks like a bug. I'll try to reproduce it.

Best regards,
Victor
#4205
According to RFC, all object identifiers in SNMP MIB must start with lower case letter. Our MIB compiler is quite strict, this is why you get the error. Try to replace object identifiers like Repeater6500 with repeater6500, and it should compile.

Best regards,
Victor
#4206
General Support / Re: SNMP Traps
November 05, 2013, 05:16:01 PM
Events will be generated based on trap OID only. However, you can filter them later in event processing policy. For example, if you have .1.3.6.1.2.1.16.9.1.1.2.839 varbind mapped to event parameter, you can check if it is empty or not. Filtering script for event processing policy will be like


return (($2 != null) && ($2 != ""));


For notifications, you can just use %2 in e-mail action - it will be replaced by full varbind value. Alternatively, you can parse it in filtering script using regular expressions and pass required parts to the email.

Best regards,
Victor
#4207
General Support / Re: Colour of Status Indicator
November 05, 2013, 05:06:54 PM
Yes, it will be these colors.

Best regards,
Victor
#4208
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
#4209
General Support / Re: Cannot connect agent
November 04, 2013, 04:15:24 PM
Can you show me configs for both agents?

Best regards,
Victor
#4210
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
#4211
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
#4212
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
#4213
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
#4214
Quote from: kozlov_ao on October 31, 2013, 01:56:07 PM
А я для себя - информационная панель :)

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

Я тоже за "информационную панель" :) По поводу Business Services - SLA как таковой тоже потом будет в системе, я бы переводил в лоб, как "бизнес сервис", или просто "сервис". Может быть еще "услуга".
#4215
Я эту неделю за границей почти без интернета, поетому все так медленно... Файлы практически готовы, осталась пара плагинов. Их можно найти в 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). Но есле нет, тоже не страшно, я потом их сконвертирую.