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

#4906
General Support / Re: Creating my own nxmc skin
December 12, 2012, 10:48:38 PM
Hi!

I think that it's not possible now. However, migrating thick client to Eclipse 4.2 can help, as it can be styled with CSS: http://www.vogella.com/articles/Eclipse4CSS/article.html. I didn't try to build management console on 4.2 yet, but this should not be a big problem.

Best regards,
Victor
#4907
Hi!

Currently it's not possible. Such functionality can be added however, as underlying Eclipse platform allows this.

Best regards,
Victor
#4908
General Support / Re: PhysicalDisk.smartstatus
December 12, 2012, 10:43:01 PM
Hi!

All PhysicalDisk attributes are broken and mostly not working. For a long time I wish to make an integration with smartmontools for disk hardware monitoring, but don't have enough time for this unfortunately...

Best regards,
Victor
#4909
General Support / Re: DCI Error issue
December 12, 2012, 10:41:02 PM
Hi!

Basically, you cannot convert data collection error to value. You only can set threshold on that. For long-running external parameters I would recommend using external parameter provider instead: http://wiki.netxms.org/wiki/ExternalParametersProvider.

Best regards,
Victor
#4910
General Support / Re: Cluster - DCI in Dashboard
December 12, 2012, 10:38:25 PM
Hi!

Real data only collected for the nodes. Cluster object is more like special type of template regarding to data collection. Currently you can only add DCIs from the nodes to dashboard. I agree that having possibility to add to the graph "virtual" DCI mapped to the real DCI on active cluster node is useful. I create feature request for that: https://www.radensolutions.com/chiliproject/issues/195.

Best regards,
Victor
#4911
General Support / Re: Web GUI - Ports
December 12, 2012, 10:33:09 PM
As an addition, short instruction on how to modify default NetXMS server address in war file before deployment:

* Extract file WEB-INF\plugins\org.netxms.webui.core_version.jar from nxmc.war
* Extract file org\netxms\webui\core\nxmc.properties from extracted jar file
* Change server property in nxmc.properties file
* Pack everything back

(also available in wiki: http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide#Installing_web_interface_on_remote_system)

Best regards,
Victor
#4912
GENERIC - это драйвер, который есть всегда. Его код встроен в libnxsrv: src/server/libnxsrv/ndd.cpp. Он используется как базовый класс для всех драйверов и как драйвер по умолчанию.
#4913
С таблицами MAC адресов посложнее - сейчас есть только универсальный код. Его надо будет перенести в GENERIC драйвер, добавив новую точку входа, и тогда уже сделать новый для 2960, который будет правильно обрабатывать FDB для конкретной модели. Кстати, а какой драйвер сервер выбрал для 2960 (это видно на закладке Overview в панели Object Details)?
#4914
General Support / Re: Configuration of Situation
December 10, 2012, 05:54:54 PM
Hi!

Situations will not help this. Source of this problem is that node behind the switch/router can be polled before switch or router that is down, so NetXMS still consider it up and so mark node as down before marking router as down. This problem will be addressed in upcoming 1.2.5 release (issue https://www.radensolutions.com/chiliproject/issues/180).

Best regards,
Victor
#4915
General Support / Re: DCI Aggregation
December 07, 2012, 11:53:06 AM
Hi!

You have to create DCI on some node with source "Internal" and parameter name "Dummy", and use a transformation script of that DCI to make an aggregate value.

Best regards,
Victor
#4916
General Support / Re: Threshold issue
December 05, 2012, 02:15:20 PM
Hi!

You have to change DCI data type to "Integer".

Best regards,
Victor
#4917
Похоже придется делать отдельный драйвер для 2960, который будет корректно обрабатывать эту ситуацию.
То, что нет информации под  .1.3.6.1.2.1.17.7.1.2.2.1.2 - это нормально.
#4918
Ноды надо добавлять в контейнер. Правый клик на контейнере - потом "Create node".
#4919
Если у vpn'а нет своих интерфейсов с IP адресами (IPSEC например), то NetXMS сервер не может автоматически найти хосты на другой стороне. Надо добавить вручную хотя-бы один хост с агентом или SNMP на другой стороне туннеля, тогда discovery должен пойти дальше.
#4920
Нашел такое примечание на сайте Cisco (http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/software/release/12.2_55_se/configuration/guide/swmibs.html):

The BRIDGE-MIB supports the context of a single VLAN. By default, SNMP messages using the configured community string always provide information for VLAN 1. To obtain the BRIDGE-MIB information for other VLANs, for example VLAN x, use this community string in the SNMP message: configured community string @x.

Если у вас не VLAN 1, поробуйте community@vlan в SNMP WALK.