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

#5236
Хорошее описание по добавлению параметров получилось. Поставил как отдельный топик.
#5237
Они скорее всего добавляются - это консоль их не показывает. Буду исправлять.
#5238
Запустите агента с дебагом и проверьте логи. Ну и попробуйте на 1.2.2 агенте.
#5239
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
#5240
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.
#5241
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
#5242
Hi!

Try to use

--with-static-subagents=odbcquery

(with all small letters).

Best regards,
Victor
#5243
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
#5244
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
#5245
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
#5246
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
#5247
Quote from: SKYnv on July 24, 2012, 02:12:45 PM
И пользуясь случаем вопрос, помните был разговор о возможности написания драйверов скриптами? Хотелось бы ) потому как мы работаем восновном с длинками, а под них ничего нет из драйверов (

Да, уже даже был сделан первый шаг в этом направлении - добавлена поддержка SNMP в NXSL. А дальше я задумался, не будет ли мне проще делать драйвера на основе дампов snmp walk... Подумаю еще раз над этим.
#5248
General Support / Re: Template Services
July 24, 2012, 11:38:48 PM
Hi!

It's nice to see that such solutions are possible with NetXMS :) I hope you'll describe this in wiki when it will be working.

I would optimize this a bit by using nxevent instead of nxpush on step 3 and just calling script from library on some custom event. Also, if writing some Java code is an option, you can create simple class that will set custom attributes directly using NetXMS Java API. Otherwise solution looks good.

Best regards,
Victor
#5249
You should have AP name as an instance. You can create some attribute, like isDown, and set it to true on down trap and to false on up trap. Then in filtering script for down trap you can check if this attribute already set to true, and then ignore the event. And yes, you can use %2 and other macros as instance and/or attribute value.

Best regards,
Victor
#5250
Announcements / NetXMS 1.2.2 released
July 24, 2012, 11:20:10 PM
Hi all!

NetXMS version 1.2.2 is out! Changes since previous version:

- New alarm state - "Resolved"
- Added drivers for Cisco ESW and Dell PowerConnect switches
- Added MIBs for Dell PowerConnect switches
- New event processing macros: %g and %I
- Management console:
   - In port view ports are colored according to physical port state
   - Interface IP shown in connection point search results
   - Interface IP and MAC shown in "Interfaces" tab
   - Added "Status Map" view
   - Added option to hide unsupported DCIs from "Last Values" view
   - Added option to indicate data collection errors in "Last Values" view
   - Added "copy to clipboard" function in log viewers and monitors
- Android client:
   - Dashboards implemented
   - Node status/configuration/topology poll implemented
- NXSL:
   - Global variables can be declared in script code
   - New functions: GetConfigurationVariable, GetObjectParents, GetObjectChildren, sleep
   - New attribute "guid" in classes Interface, NetObj, and Node
- AIX Subagent:
   - New parameters available: System.CPU.PhysicalAverage.*
- Fixed bugs:
   - Config file with CRLF loaded incorrectly on UNIX
   - Unable to bind object in WebUI
   - Graph colors can be ignored in dashboards
   - Object deletion may not be immediately reflected in console
   - Unable to upload file into image library from Web UI

Best regards,
Victor