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

#7246
Это имя модуля, файл может и по другому называться. Что скажет


grep SR-COMMUNITY-MIB *


?
#7247
Да, планируется. В коде все подготовлено для поддержки разных протоколов layer 2 discovery, сейчас поддерживаются CDP и SONMP, как только раздобуду парочку устройств с LLDP для тестирования сразу добавлю.
#7248
Quote from: Alex on May 17, 2008, 09:31:24 PM
-Как устанавливается timezone в клиенте?

File -> Settings -> Time Zone

В режиме Custom зона пишется в виде NNN[+|-]hh[NNN] где NNN - это название (3 символа), hh - смещение от GMT (- если на восток, + если на запад). Например PST+08PDT.


Quote from: Alex on May 17, 2008, 09:31:24 PM
-SNMP sysDescr - названия грузятся при configuration polling?

да.


Quote from: Alex on May 17, 2008, 09:31:24 PM
-UseInterfaceAliases - опишите все возможные значения на данный момент пожалуйста.

0 - не использовать
1 - использовать алиас вместо имени
2 - конкатенация алиас + имя в скобках
3 - конкатенация имя + алиас в скобках


Quote from: Alex on May 17, 2008, 09:31:24 PM
-Какие новшества с картами сейчас?

Только то, что можно делать много карт.


Quote from: Alex on May 17, 2008, 09:31:24 PM
-ListenAddress - как устанавливать эти параметры и где?

В файлах .conf (netxmsd.conf, nxagentd.conf, nxhttpd.conf). Если хотим чтобы процесс слушал только на конкретном интерфейсе, а не на всех, то пишем так:


ListenAddress = 10.0.0.1



Quote from: Alex on May 17, 2008, 09:31:24 PM
-Что значит дефолтные значения графиков могут меняться?

Имелись ввиду настройки по умолчанию - цвета, диапазон, и т.д. В консоли можно выбрать File -> Settings -> Save graph settings on close, тогда при открытии нового графика он будет с настройками предыдущего.
#7249
Очень странно... У меня все компилируется без ошибок. Пришлите пожалуйста весь файл SNMP-TARGET-MIB.txt.
#7250
А можно прислать результат вывода такой команды в каталоге с MIB'ами:


grep SNMP-TARGET-MIB *


У меня подозрение что есть два определения этого модуля в разных файлах.
#7251
Nado prosto zakommentirovat' strochku TEXTUAL-CONVENTION v nachale faila, kak zdes':


   SNMP-TARGET-MIB DEFINITIONS ::= BEGIN

   IMPORTS
--       TEXTUAL-CONVENTION,
       MODULE-IDENTITY,
       OBJECT-TYPE,
       snmpModules,


Voobsche v distributive dolzen idti etot mib s zakommentirovannoj strokoj.
#7252
Quote from: Alex on May 17, 2008, 09:55:18 PM
Если создать карту для каждого из контейнера, и затем создавать линки между нодами на каждой из карт и сохранить, то после закрытия и нового открытия сохраненные данные исчезают.. Т.е. грубо говоря не сохраняется ни одно из изменений.

A automatic layout vikljuchen?
V logah servera est' kakie-nibud' soobschenija ob oshibkah?
#7253
Windows / Re: Can't open NetXMS workspace file.
May 18, 2008, 06:15:35 PM
Hello!

I suggest to use netxms.dsw located in the root of source package. You also should use latest service pack for VC++ - SP6. If this doesn't help, please post a screenshot with error messages.

Best regards,
Victor


#7254
So, it means database inconsistency - object id exist, but it has no properties set. Such inconsistencies supposed to be cleaned up by nxdbmgr, but unfortunately I just check it and it has a bug and doesn't check templates. I'll fix that. Currently, you can just do the following queries:


DELETE FROM templates WHERE id=412
DELETE FROM dct_node_map WHERE template_id=412
DELETE FROM items WHERE node_id=412


to clean up. Or leave it as is - it doesn't affect anything except annoying message in log on startup.

Best regards,
Victor
#7255
In release. But this only affects Linux builds.

Best regards,
Victor
#7256
You can't change this behaviour without changing the server code. I'll try to create a patch and send you for testing - I don't have access to big Cisco switches unfortunately.

Best regards,
Victor
#7257
You can find this only in database. Run the following SQL query:


SELECT name FROM object_properties WHERE object_id=412


and you will get objects's name.

Best regards,
Victor
#7258
Hi!

File iostat.h was missing from source package. I put updated package on web site, now it should compiles without problems.

Best regards,
Victor
#7259
Hello!

Looks like some Cisco switches need special handling for interface names. NetXMS server reads interface description from .1.3.6.1.2.1.2.2.1.2, which is standard interface MIB supported by all SNMP devices. As I see Catalyst 6500 returns description of the interface here, not the name as most devices do. In the next version I will add check for extended information under ifXTable (.1.3.6.1.2.1.31.1.1) and NetXMS server will use it when available. This should solve Cat 6500 problem (and possible for some other devices too).

Best regards,
Victor
#7260
Announcements / NetXMS 0.2.21 Released
May 16, 2008, 09:45:42 AM
Hello all!

NetXMS version 0.2.21 released. Changes from previous release:

- Multiple network maps implemented
- Added parameter ListenAddress to all services (server, web server, agent)
- New possible value for UseInterfaceAliases - concatenate name with alias
- Added possibility to create custom message in event matching script and
  use it in alarms and actions
- WMI subagent added
- SNMP sysDescr and agent's uname now polled and displayed
- New features in Windows console:
   - Possibility to use non-local timezone in Windows console
   - Default graph settings can be changed
- AIX subagent: implemented System.CPU.LoadAvg* and System.Uptime parameters
- Fixed issues: #193, #194, #198, #204, #209, #211, #212, #213, #214, #215

Best regards,
Victor