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

#5191
General Support / Re: Find MAC
July 26, 2012, 10:50:25 PM
Server should have access to MAC address tables on your switches to be able to find exact switch port. Do you have all your switches visible to NetXMS? Also this functionality was greatly improved in version 1.2.2, so I strongly recommend to do an upgrade.

Best regards,
Victor
#5192
General Support / Re: Template Services
July 26, 2012, 10:47:14 PM
User must have "send events" access right on source object, i.e. if you are sending event from management server itself, user must have "send events" right on node object representing management server. This is the only requirement for that user. You can only use event codes in nxevent (it have to be fixed).

Best regards,
Victor
#5193
You can access trap-originated event's parameters in script, but only by index, like this:

$event->parameters[2]

Best regards,
Victor
#5194
Хорошее описание по добавлению параметров получилось. Поставил как отдельный топик.
#5195
Они скорее всего добавляются - это консоль их не показывает. Буду исправлять.
#5196
Запустите агента с дебагом и проверьте логи. Ну и попробуйте на 1.2.2 агенте.
#5197
Announcements / Re: NetXMS 1.2.2 released
July 26, 2012, 07:24:20 PM
Unicode build on UNIX is not ready yet. Only some modules can be compiled for unicode. I hope that conversion work will be finished in next few releases.

Best regards,
Victor
#5198
Quote from: SKYnv on July 25, 2012, 05:39:21 PM
А я не нагружу вас если попрошу и для меня сделать? думаю dlink весьма популярные коммутаторы. И что для этого нужно?

Nado posmotret', vozmozno eto ne slozno. Mne nuzen polnij damp snmp walk'a, naprimer tak:

nxsnmpwalk -v 2c -c community switch_ip .1.3.6.1 > file_name

i modeli switchej.
#5199
Hi!

Finally I've fixed that. Attached is patched 32 bit nxav.exe - replace existing with this one and it should work. If you need 64bit nxav.exe, let me know.

Best regards,
Victor
#5200
Hi!

Try to use

--with-static-subagents=odbcquery

(with all small letters).

Best regards,
Victor
#5201
General Support / Re: nxdbmbr bug?
July 25, 2012, 03:27:45 PM
Hi!

Add parameter DataDirectory = path to your netxmsd.conf. It should override setting in database.

Best regards,
Victor
#5202
To change user information, you can go to COnfiguration -> User Manager in console. There you can change password and user details. You can also change password for the user you are currently logged in with via Tools -> Change password menu.

Best regards,
Victor
#5203
General Support / Re: Template Services
July 25, 2012, 02:07:39 PM
nxevent is a client tool and is not included into server deb file. I'll create separate deb file with client/integration tools.

Best regards,
Victor
#5204
General Support / Re: Web console problem
July 25, 2012, 02:06:20 PM
Hi!

We are using newer version of Eclipse RAP in 1.2.2, and looks like we got same problem as here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=379325. I'll try to fix this in a next few days.

Best regards,
Victor
#5205
Quote from: SKYnv on July 24, 2012, 02:12:45 PM
И пользуясь случаем вопрос, помните был разговор о возможности написания драйверов скриптами? Хотелось бы ) потому как мы работаем восновном с длинками, а под них ничего нет из драйверов (

Да, уже даже был сделан первый шаг в этом направлении - добавлена поддержка SNMP в NXSL. А дальше я задумался, не будет ли мне проще делать драйвера на основе дампов snmp walk... Подумаю еще раз над этим.