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

#4936
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
#4937
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
#4938
Похоже придется делать отдельный драйвер для 2960, который будет корректно обрабатывать эту ситуацию.
То, что нет информации под  .1.3.6.1.2.1.17.7.1.2.2.1.2 - это нормально.
#4939
Ноды надо добавлять в контейнер. Правый клик на контейнере - потом "Create node".
#4940
Если у vpn'а нет своих интерфейсов с IP адресами (IPSEC например), то NetXMS сервер не может автоматически найти хосты на другой стороне. Надо добавить вручную хотя-бы один хост с агентом или SNMP на другой стороне туннеля, тогда discovery должен пойти дальше.
#4941
Нашел такое примечание на сайте 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.
#4942
Судя по результатам SNMP walk, устройство таки неправильно сообсчает IP адреса. Я добавлю обработку такой ситуации в NetXMS сервер.
#4943
Пришлите пожалуйста результат SNMP WALK для следующих объектов:

.1.3.6.1.2.1.17.1.4.1.2
.1.3.6.1.2.1.17.7.1.2.2.1.2
.1.3.6.1.2.1.17.4.3.1.1
#4944
Очень интересная ситуация - судя по скриншотам, на loopback интерфейсе устройство сообщает внешний IP адрес, а на собственно ethernet интерфейсе - 127.0.0.1. Поскольку NetXMS сервер loopback интерфейсы (с типом 24) игнорирует, получается странная ситуация. Вопрос в причине перепутанных адресов - это либо баг в NetXMS сервере, либо в SNMP агенте на устройстве. Попробуйте получить список интерфейсов и IP адресов через snmp walk:

nxsnmpwalk -c community device_address .1.3.6.1.2.1.2.2.1.2
nxsnmpwalk -c community device_address .1.3.6.1.2.1.2.2.1.3
nxsnmpwalk -c community device_address .1.3.6.1.2.1.4.20.1

#4945
General Support / Re: Checking file access
November 29, 2012, 12:17:19 PM
Hi!

You can use File.Count parameter on remote agent and set a threshold on data collection error. For example, if you have mapped problematic server's share on disk S:, you can add parameter File.Count(S:\) and detect collection errors.

Best regards,
Victor
#4946
Общие вопросы / Re: Переход с nagios
November 29, 2012, 10:51:31 AM
Добрый день!

Мы обычно рекомендуем PostgreSQL в качестве базы данных. С Nagios плагинами проблем не должно быть, их можно запускать с любого агента как ExternalParameter.
#4947
General Support / Re: agent trap, zone, ...
November 28, 2012, 11:43:59 AM
Hi!

Yes, it is current limitation in zoning support. I have added a feature request for that.

Best regards,
Victor
#4948
Hi!

Is it for all addresses or only for some? What switches you are using in your network? Is it possible to read forwarding database from switches (Tools -> Info -> Switch forwarding database)?

Best regards,
Victor
#4949
General Support / Re: managing Cisco Switches
November 26, 2012, 07:31:50 PM
After quick check on PCI DSS requirements regarding SNMP, it seems that it is only required to change default community strings/account names. Disabling SNMP completely is recommended, but not mandatory. We have several bank clients, and they pass PCI DSS compliance audits, while running SNMP for managing network devices.

Best regards,
Victor
#4950
Hi!

We still use Eclipse Indigo (3.7) for RCP development. I suppose that there can be some API changes in RCP 4.2 comparing to 3.7. Also, I use separate Eclipse instances for RCP and RAP. Don't forget to install RCP console requirements into Eclipse:

* Draw2D: http://download.eclipse.org/tools/gef/updates/milestones/
* Zest 2.0: https://hudson.eclipse.org/hudson/job/gef-zest-nightly/lastSuccessfulBuild/artifact/targetPlatform/
* Properties Editor: http://propedit.sourceforge.jp/eclipse/updates
* "Target Management Terminal" from "Target Management Project 3.4". Update site: http://download.eclipse.org/tm/updates/3.4milestones
* BIRT Charting: http://download.eclipse.org/birt/update-site/3.7/
* Babel Project: http://download.eclipse.org/technology/babel/update-site/R0.10.0/indigo
   Required locales: chinese (both), german, russian, spanish

Best regards,
Victor