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

#7261
When you save graph as predefined, systems saves current graph window title, whatever it is. It does not relate to menu item name. If you create multiple graphs by changing DCIs and saving them under different names, you can get this behaviour. However, it should be considered a bug, because it's not correct - there should be at least prompt for graph window title when it saved as predefined. I will register this as a bug in our bug tracking system.

Best regards,
Victor
#7262
Can you see appropriate events in event log? If they are, than your problem is in event processing policy. If not, problem is with thresholds or DCI configuration.

For thresholds on strings - you can use "equal", "not equal", "like", and "not like" operations in thresholds for string DCIs. Or use transformation script to transform them into numbers if it's possible.

Best regards,
Victor
#7263
By default, if node already has a name, NetXMS will not change it automatically. You can set server configuration parameter SyncNodeNamesWithDNS to 1, then NetXMS will synchronize node names with DNS names during configuration poll, but not with system name available through SNMP (nobody asks for it :) ). I can add this type of name sync in next release.

Best regards,
Victor
#7264
NetXMS consists of multiple projects, depending on each other. libnetxms is a core library used by each NetXMS component. Did you compile libnetxms first?

Best regards,
Victor
#7265
Windows / Re: Can't open NetXMS workspace file.
May 19, 2008, 06:43:37 PM
I just check it, and it looks like all .dsp and .dsw files in source package are broken - all CR/LF pairs changed to single LF characters, most likely because we create source packages on UNIX. I'll fix it and create an updated source package.

Best regards,
Victor
#7266
Hello!

Unfortunately maps is probably the worst part of a system which requires a lot of improvements. Your problem cannot be solved in current release. Work on new map implementation is under way, but it is not ready yet. However, I plan to fix at least big problems in current map implementation. Next release of NetXMS should contain some improvements there.

Best regards,
Victor
#7267
ок, сделаю.
#7268
Похоже что именно в этом и проблема - что он становится 0. Буду разбираться как это происходит.
#7269
Если просто удалить оттуда все, то удалится. Попробуем почистить интеллектуально. Что говорит


SELECT * FROM maps


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


grep SR-COMMUNITY-MIB *


?
#7272
Да, планируется. В коде все подготовлено для поддержки разных протоколов layer 2 discovery, сейчас поддерживаются CDP и SONMP, как только раздобуду парочку устройств с LLDP для тестирования сразу добавлю.
#7273
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, тогда при открытии нового графика он будет с настройками предыдущего.
#7274
Очень странно... У меня все компилируется без ошибок. Пришлите пожалуйста весь файл SNMP-TARGET-MIB.txt.
#7275
А можно прислать результат вывода такой команды в каталоге с MIB'ами:


grep SNMP-TARGET-MIB *


У меня подозрение что есть два определения этого модуля в разных файлах.