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

#4981
Общие вопросы / Re: Баги 1.2.3
October 17, 2012, 12:37:14 PM
pohozhe chto da. A est' vozmozhnost' najti core file i poluchit' stack trace iz nego?
#4982
Announcements / Re: NetXMS 1.2.3 released
October 17, 2012, 12:36:27 PM
Hi!

You have to restart netxms server after changing this parameter.

Best regards,
Victor
#4983
General Support / Re: Too many alerts
October 14, 2012, 05:54:58 AM
Theoretically, server should do that automatically if it knows route from itself to nodes behind router. However, it often not working as expected. You can also do manual correlation using situations.

Best regards,
Victor
#4984
General Support / Re: No Network Map
October 14, 2012, 05:51:57 AM
Hi!

Automatic map population is not implemented yet. Only manual maps are working. I hope to fix that in 1.2.4.

Best regards,
Victor
#4985
Feature Requests / Re: Java Console - Object tree
October 10, 2012, 08:27:08 PM
Quote from: bdefloo on October 10, 2012, 05:34:24 PM
Sounds great. By "extendable", you probably mean by editing the source code of the console?

Yes. As console is actually a set of plugins, additional plugins can register it's own double click handlers.

Quote from: bdefloo on October 10, 2012, 05:34:24 PM
The problem with Object Details is when a different window is in front of it; like a graph, configuration window or the alarm browser. The object browser is still visible to the left, but clicking in it won't seem to change anything.

I have the intuition that the object browser and object details pretty much belong together, similar to when you click a code file in the project explorer in Eclipse you expect the code editor for that file to come to the foreground.

Now I'm understand. Then it's probably must be made configurable, because somebody (me for example) may still wish to expand a node to see interfaces by double click. Btw, I can also add a keyboard shortcut for object details view.
#4986
Feature Requests / Re: Java Console - Object tree
October 10, 2012, 02:47:05 PM
I was mean that I just implemented that. So it will be available in 1.2.4 release :)
#4987
Feature Requests / Re: Java Console - Object tree
October 10, 2012, 01:57:05 PM
Hi!

I have implemented extendable "open" function in object tree. By default double-clicking on object in the tree will expand/collapse it, unless this action is redefined. So far it's redefined for network maps and dashboards - double click on them will open appropriate view. Object details shows data for currently selected object in object tree, so I don't see how double click will help there. Using CTRL and SHIFT keys as click modifiers is problematic, as they already used for selecting multiple items. I'll try to implement "alternative open" by double click with ALT key. Line graph by double click is on the way.

Best regards,
Victor
#4988
General Support / Re: Start services on boot
October 10, 2012, 01:44:29 PM
Hi!

There are startup files in source tree under contrib/startup/redhat. Copy netxmsd and nxagentd to /etc/init.d, and run

chkconfig --add nxagentd
chkconfig --add netxmsd

to enable autostart.

Best regards,
Victor
#4989
Hi!

That means that agent returns an error. Can you get other parameters from same agent? Also check for any errors in agent's log.

Best regards,
Victor
#4990
Общие вопросы / Re: Баги 1.2.3
October 09, 2012, 04:41:57 PM
Quote from: SKYnv on October 05, 2012, 06:17:10 PM
src\server\core\main.cpp
for(int i = 0; i < vlans->getSize(); i++)
{
VlanInfo *vlan = vlans->get(i);
ConsolePrintf(pCtx, _T("%4d | %-16s |"), vlan->getVlanId(), vlan->getName());
for(int j = 0; j < vlan->getNumPorts(); j++)
ConsolePrintf(pCtx, _T(" %d.%d"), (int)(vlan->getPorts()[j] >> 16), (int)(vlan->getPorts()[j] & 0xFFFF));
ConsolePrintf(pCtx, _T("\n"));
}


если порты идут в формате 1/portNum то в данном месте
(int)(vlan->getPorts()[j] >> 16), (int)(vlan->getPorts()[j] & 0xFFFF));
они все станут 0.0 0.0
Quotenetxmsd: sh vl 2738
VLAN | Name             | Ports
-----+------------------+-----------------------------------------------------------------
   1 | default          | 0.0
   3 | vlan3            | 0.0 0.0
   4 | vlan4            | 0.0 0.0
   5 | vlan5            | 0.0 0.0
   6 | vlan6            | 0.0 0.0
   7 | vlan7            | 0.0 0.0
   8 | vlan8            | 0.0 0.0
   9 | vlan9            | 0.0 0.0
  10 | vlan10           | 0.0 0.0 0.0

Вроде так )))

0.0 они становятся скорее всего из-за отсутствия драйвера для сетевого устройства. Без драйвера сервер не знает, какие интерфейсы являются физическими портами, а какие нет, поэтому у всех интерфейсов номер слота и порта выставлены в 0.
#4991
Можно использовать PING субагента для мониторинга - он выдает время ответа и количество потерянных пакетов. Соответственно средствами NetXMS сервера уже можно отслеживать резкие изменения во времени ответа. Конечно это будет статистика по ICMP, но в большинстве ситуазий она даст представление о примерном состоянии каналов. Конкретные данные по VoIP трафику надо снимать уже с VoIP устройств.
#4992
General Support / Re: Random NetXMS server crashes
October 08, 2012, 04:18:10 PM
Yes, crash dump will be extremely helpful.

Best regards,
Victor
#4993
Feature Requests / Re: per-user visibility of Alarms
October 08, 2012, 04:16:22 PM
Hi!

I agree that alarm separation could be useful. I see that it can be done that way: introduce new entity - alarm category, and on alarm creation (in event processing policy) add the ability to set category for alarm. Then users will be able to filter/group alarms by categories, and access control can be enforced on category level (i.e. do not define access rights for each alarm, but for category).

Best regards,
Victor
#4994
Feature Requests / Re: Java Client - Server Console
October 05, 2012, 06:51:31 PM
Hi!

I fixed that, next release will support basic command editing in remote console. Another workaround is to close console tab and open it again :)

Best regards,
Victor
#4995
Quote from: sabonez on October 05, 2012, 09:14:21 AM
СМС-ки вроде в UCS-2.

SMS с русскими буквами можно посылать только в PDU режиме насколько я понимаю. Кроме того, сам сервер должен работать в UNICODE или code page должен быть выставлен в CP-1251.

Quote from: sabonez on October 05, 2012, 09:14:21 AM
База у меня в 1251, с utf-8 почему-то java-console под вендой не задружилась - резала русские имена. Если это как-то лечится, может есть смысл конвертнуть базу в UTF?

Здесь скорее проблема с самим сервером, а не с базой. Проверьте что параметр CodePage в netxmsd.cond выставлен в CP1251, или попробуйте UNICODE сборку сервера.