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

#5341
Hi!

Good catch, thanks for detailed debugging! I'll make a fix for that in a next few days.

Best regards,
Victor
#5342
General Support / Re: Database schema
June 12, 2012, 11:08:30 PM
Hi!

It's actually the same. pgsql.ddr is a new naming scheme, and libnxddr_pgsql.so is old one. In fact, /usr/local/lib/libnxddr_pgsql.so is just a symbolic link to /usr/local/lib/netxms/dbdrv/pgsql.ddr, so it doesn't matter what you specify as a driver.

Best regards,
Victor
#5343
General Support / Re: icons
June 12, 2012, 11:06:56 PM
You mean object icon for map? Unfortunately it's not possible, you can only manually assign it to object.

Best regards,
Victor
#5344
Hi!

Manual is a bit outdated unfortunately :( Please use this: http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide

Best regards,
Victor
#5345
General Support / Re: Dashboard, element placing
June 11, 2012, 12:13:08 PM
Hi!

You can make dashboard element to span multiple rows and/or columns. For example, if you have 3 graphs, and want one of them to be fill screen wide and others two to be half screen wide, yo set number of columns to 2, and horizontal span for first graph to 2. Then first graph will took entire top half of the dashboard, and two others will be shown in two columns in bottom part of the dashboard.

Best regards,
Victor
#5346
That's bad, because I found memory leak in SNMP code (fixed in 1.2.1) and was thinking that it was the cause for your problem too. I'll do more tests next week.

Best regards,
Victor
#5347
General Support / Re: Java Console
June 08, 2012, 05:09:46 PM
Hi!

I plan to release 1.2.2 before 21st of June, because after that date I'll leave for 3 weeks vacation. I plan that it will be mostly bug fix release, probably with small new features/enhancements. I'll try to implement new drivers before release date.

Best regards,
Victor
#5348
General Support / Re: Host name display
June 08, 2012, 05:06:01 PM
Hi!

Currently it's not possible. I'll add this as feature request.

Best regards,
Victor
#5349
Hi!

It's bug in a package. As a fix, you should manually run

update-rc.d nxagentd defaults 99 01

I'll fix this in next version.

Best regards,
Victor
#5350
General Support / Re: Java Console
June 07, 2012, 06:48:50 PM
Hi!

I confirm that this is a bug. I'll add it to be fixed in next release.

Best regards,
Victor
#5351
Логика работы такая: когда NetXMS находит/добавляет хост с адресом из субнета, которого еще нет, то создается новый объект субнета, и маска берется из конфигурации интерфейса нового хоста. В большинстве случаев это будет правильная маска. Все остальные хосты с интерфейсами из этого субнета проверяются на соответствие маске из уже существующего объекта субнета. Проблема возникает тогда, когда первым хостом в субнете является хост с неправильной маской, либо хост, с которого информацию получить нельзя - в этом втором случае NetXMS принимает маску равной 255.255.255.0 (/24), поскольку это один из самих распространенных вариантов. Если получилась неправильная конфигурация, то надо удалить неправильний объект субнета, и сделать конфигуратион полл хосту с правильной маской из этого субнета - тогда объект субнета будет создан заново с правильной маской.
#5352
В доке это не описано :(, но на форуме мелькало наверное.
#5353
Нормальным образом никак, только если сделать два DCI - в одном собственно значение, а в другом - отклонение текущего значения от среднего - которое вычисляется в transformation скрипте. Я добавил в todo для релиза 1.2.2 два новых типа проверок - абсолютное отклонение и NXSL скрипт - тогда можно будет что угодно посчитать.
#5354
General Support / Re: New table...
June 06, 2012, 10:55:53 PM
Hi!

Currently I hope to add this functionality during the summer.

Best regards,
Victor
#5355
Announcements / Re: NetXMS 1.2.1 released
June 06, 2012, 10:53:56 PM
Yes, you can upgrade directly to 1.2.1.

Best regards,
Victor